Cannoli Cream
#edecdb
Cannoli Cream, represented by the hex value #edecdb, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #edecdb | |
|---|---|---|
| RGB | rgb(237, 236, 219) | |
| HSL | hsl(57, 33%, 89%) | |
| CMYK | cmyk(0%, 0%, 8%, 7%) | |
| LAB | lab(93, -2, 8) | |
| OKLCH | oklch(0.94 0.023 104) |
Color harmonies
Tints & shades
Code snippets
color: #edecdb;
background-color: #edecdb;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFEDECDB)
/* Swift / UIKit */
UIColor(red: 0.93, green: 0.93, blue: 0.86, alpha: 1.0)