Endive
#cee1c8
Endive, represented by the hex value #cee1c8, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #cee1c8 | |
|---|---|---|
| RGB | rgb(206, 225, 200) | |
| HSL | hsl(106, 29%, 83%) | |
| CMYK | cmyk(8%, 0%, 11%, 12%) | |
| LAB | lab(88, -10, 10) | |
| OKLCH | oklch(0.89 0.039 138) |
Color harmonies
Tints & shades
Code snippets
color: #cee1c8;
background-color: #cee1c8;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFCEE1C8)
/* Swift / UIKit */
UIColor(red: 0.81, green: 0.88, blue: 0.78, alpha: 1.0)