Silk Dessou
#eee9dc
Silk Dessou, represented by the hex value #eee9dc, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #eee9dc | |
|---|---|---|
| RGB | rgb(238, 233, 220) | |
| HSL | hsl(43, 35%, 90%) | |
| CMYK | cmyk(0%, 2%, 8%, 7%) | |
| LAB | lab(92, 0, 7) | |
| OKLCH | oklch(0.93 0.018 89) |
Color harmonies
Tints & shades
Code snippets
color: #eee9dc;
background-color: #eee9dc;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFEEE9DC)
/* Swift / UIKit */
UIColor(red: 0.93, green: 0.91, blue: 0.86, alpha: 1.0)