Closet Skeletons
#e1ded9
Looking for the precise values behind Closet Skeletons (#e1ded9)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #e1ded9 | |
|---|---|---|
| RGB | rgb(225, 222, 217) | |
| HSL | hsl(38, 12%, 87%) | |
| CMYK | cmyk(0%, 1%, 4%, 12%) | |
| LAB | lab(89, 0, 3) | |
| OKLCH | oklch(0.9 0.008 81) |
Color harmonies
Tints & shades
Code snippets
color: #e1ded9;
background-color: #e1ded9;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFE1DED9)
/* Swift / UIKit */
UIColor(red: 0.88, green: 0.87, blue: 0.85, alpha: 1.0)