Crème Fraîche
#eceee6
Crème Fraîche, represented by the hex value #eceee6, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #eceee6 | |
|---|---|---|
| RGB | rgb(236, 238, 230) | |
| HSL | hsl(75, 19%, 92%) | |
| CMYK | cmyk(1%, 0%, 3%, 7%) | |
| LAB | lab(94, -2, 4) | |
| OKLCH | oklch(0.95 0.011 118) |
Color harmonies
Tints & shades
Code snippets
color: #eceee6;
background-color: #eceee6;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFECEEE6)
/* Swift / UIKit */
UIColor(red: 0.93, green: 0.93, blue: 0.90, alpha: 1.0)