Dreamstress
#d6e5ea
Looking for the precise values behind Dreamstress (#d6e5ea)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #d6e5ea | |
|---|---|---|
| RGB | rgb(214, 229, 234) | |
| HSL | hsl(195, 32%, 88%) | |
| CMYK | cmyk(9%, 2%, 0%, 8%) | |
| LAB | lab(90, -4, -4) | |
| OKLCH | oklch(0.91 0.017 220) |
Color harmonies
Tints & shades
Code snippets
color: #d6e5ea;
background-color: #d6e5ea;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFD6E5EA)
/* Swift / UIKit */
UIColor(red: 0.84, green: 0.90, blue: 0.92, alpha: 1.0)