Grim Grey
#e3dcd6
Grim Grey, represented by the hex value #e3dcd6, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #e3dcd6 | |
|---|---|---|
| RGB | rgb(227, 220, 214) | |
| HSL | hsl(28, 19%, 86%) | |
| CMYK | cmyk(0%, 3%, 6%, 11%) | |
| LAB | lab(88, 2, 4) | |
| OKLCH | oklch(0.9 0.011 63) |
Color harmonies
Tints & shades
Code snippets
color: #e3dcd6;
background-color: #e3dcd6;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFE3DCD6)
/* Swift / UIKit */
UIColor(red: 0.89, green: 0.86, blue: 0.84, alpha: 1.0)