Powder Room
#eee0dd
Powder Room, represented by the hex value #eee0dd, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #eee0dd | |
|---|---|---|
| RGB | rgb(238, 224, 221) | |
| HSL | hsl(11, 33%, 90%) | |
| CMYK | cmyk(0%, 6%, 7%, 7%) | |
| LAB | lab(90, 5, 3) | |
| OKLCH | oklch(0.92 0.016 32) |
Color harmonies
Tints & shades
Code snippets
color: #eee0dd;
background-color: #eee0dd;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFEEE0DD)
/* Swift / UIKit */
UIColor(red: 0.93, green: 0.88, blue: 0.87, alpha: 1.0)