Marble Grape
#dee2c7
Looking for the precise values behind Marble Grape (#dee2c7)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #dee2c7 | |
|---|---|---|
| RGB | rgb(222, 226, 199) | |
| HSL | hsl(69, 32%, 83%) | |
| CMYK | cmyk(2%, 0%, 12%, 11%) | |
| LAB | lab(89, -5, 13) | |
| OKLCH | oklch(0.9 0.036 114) |
Color harmonies
Tints & shades
Code snippets
color: #dee2c7;
background-color: #dee2c7;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFDEE2C7)
/* Swift / UIKit */
UIColor(red: 0.87, green: 0.89, blue: 0.78, alpha: 1.0)