Cocoon
#dedbcc
Cocoon, represented by the hex value #dedbcc, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #dedbcc | |
|---|---|---|
| RGB | rgb(222, 219, 204) | |
| HSL | hsl(50, 21%, 84%) | |
| CMYK | cmyk(0%, 1%, 8%, 13%) | |
| LAB | lab(87, -1, 8) | |
| OKLCH | oklch(0.89 0.02 98) |
Color harmonies
Tints & shades
Code snippets
color: #dedbcc;
background-color: #dedbcc;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFDEDBCC)
/* Swift / UIKit */
UIColor(red: 0.87, green: 0.86, blue: 0.80, alpha: 1.0)