Snow Blanket
#dde3e8
Snow Blanket is a color with the hex code #dde3e8. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #dde3e8 | |
|---|---|---|
| RGB | rgb(221, 227, 232) | |
| HSL | hsl(207, 19%, 89%) | |
| CMYK | cmyk(5%, 2%, 0%, 9%) | |
| LAB | lab(90, -1, -3) | |
| OKLCH | oklch(0.91 0.009 243) |
Color harmonies
Tints & shades
Code snippets
color: #dde3e8;
background-color: #dde3e8;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFDDE3E8)
/* Swift / UIKit */
UIColor(red: 0.87, green: 0.89, blue: 0.91, alpha: 1.0)