Winter Duvet
#ffffe0
Winter Duvet, represented by the hex value #ffffe0, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #ffffe0 | |
|---|---|---|
| RGB | rgb(255, 255, 224) | |
| HSL | hsl(60, 100%, 94%) | |
| CMYK | cmyk(0%, 0%, 12%, 0%) | |
| LAB | lab(99, -4, 15) | |
| OKLCH | oklch(0.99 0.04 107) |
Color harmonies
Tints & shades
Code snippets
color: #ffffe0;
background-color: #ffffe0;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFFFFFE0)
/* Swift / UIKit */
UIColor(red: 1.00, green: 1.00, blue: 0.88, alpha: 1.0)