Shattered Ice
#daeee6
Looking for the precise values behind Shattered Ice (#daeee6)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #daeee6 | |
|---|---|---|
| RGB | rgb(218, 238, 230) | |
| HSL | hsl(156, 37%, 89%) | |
| CMYK | cmyk(8%, 0%, 3%, 7%) | |
| LAB | lab(92, -8, 2) | |
| OKLCH | oklch(0.93 0.024 170) |
Color harmonies
Tints & shades
Code snippets
color: #daeee6;
background-color: #daeee6;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFDAEEE6)
/* Swift / UIKit */
UIColor(red: 0.85, green: 0.93, blue: 0.90, alpha: 1.0)