Gentle Frost
#dce0cd
Gentle Frost, represented by the hex value #dce0cd, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #dce0cd | |
|---|---|---|
| RGB | rgb(220, 224, 205) | |
| HSL | hsl(73, 23%, 84%) | |
| CMYK | cmyk(2%, 0%, 8%, 12%) | |
| LAB | lab(88, -4, 9) | |
| OKLCH | oklch(0.9 0.026 117) |
Color harmonies
Tints & shades
Code snippets
color: #dce0cd;
background-color: #dce0cd;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFDCE0CD)
/* Swift / UIKit */
UIColor(red: 0.86, green: 0.88, blue: 0.80, alpha: 1.0)