White Elephant
#dedee5
Looking for the precise values behind White Elephant (#dedee5)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #dedee5 | |
|---|---|---|
| RGB | rgb(222, 222, 229) | |
| HSL | hsl(240, 12%, 88%) | |
| CMYK | cmyk(3%, 3%, 0%, 10%) | |
| LAB | lab(89, 1, -3) | |
| OKLCH | oklch(0.9 0.009 286) |
Color harmonies
Tints & shades
Code snippets
color: #dedee5;
background-color: #dedee5;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFDEDEE5)
/* Swift / UIKit */
UIColor(red: 0.87, green: 0.87, blue: 0.90, alpha: 1.0)