Winter’s Breath
#deeced
Looking for the precise values behind Winter’s Breath (#deeced)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #deeced | |
|---|---|---|
| RGB | rgb(222, 236, 237) | |
| HSL | hsl(184, 29%, 90%) | |
| CMYK | cmyk(6%, 0%, 0%, 7%) | |
| LAB | lab(92, -5, -2) | |
| OKLCH | oklch(0.93 0.015 202) |
Color harmonies
Tints & shades
Code snippets
color: #deeced;
background-color: #deeced;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFDEECED)
/* Swift / UIKit */
UIColor(red: 0.87, green: 0.93, blue: 0.93, alpha: 1.0)