Seine and Sensibility
#ccc4b0
Seine and Sensibility, represented by the hex value #ccc4b0, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #ccc4b0 | |
|---|---|---|
| RGB | rgb(204, 196, 176) | |
| HSL | hsl(43, 22%, 75%) | |
| CMYK | cmyk(0%, 4%, 14%, 20%) | |
| LAB | lab(79, 0, 11) | |
| OKLCH | oklch(0.82 0.029 89) |
Color harmonies
Tints & shades
Code snippets
color: #ccc4b0;
background-color: #ccc4b0;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFCCC4B0)
/* Swift / UIKit */
UIColor(red: 0.80, green: 0.77, blue: 0.69, alpha: 1.0)