Marble Quarry
#e2dcd7
Marble Quarry, represented by the hex value #e2dcd7, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #e2dcd7 | |
|---|---|---|
| RGB | rgb(226, 220, 215) | |
| HSL | hsl(27, 16%, 86%) | |
| CMYK | cmyk(0%, 3%, 5%, 11%) | |
| LAB | lab(88, 1, 3) | |
| OKLCH | oklch(0.9 0.009 63) |
Color harmonies
Tints & shades
Code snippets
color: #e2dcd7;
background-color: #e2dcd7;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFE2DCD7)
/* Swift / UIKit */
UIColor(red: 0.89, green: 0.86, blue: 0.84, alpha: 1.0)