Freeze Up
#dee9f4
Freeze Up, represented by the hex value #dee9f4, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #dee9f4 | |
|---|---|---|
| RGB | rgb(222, 233, 244) | |
| HSL | hsl(210, 50%, 91%) | |
| CMYK | cmyk(9%, 5%, 0%, 4%) | |
| LAB | lab(92, -2, -7) | |
| OKLCH | oklch(0.93 0.019 248) |
Color harmonies
Tints & shades
Code snippets
color: #dee9f4;
background-color: #dee9f4;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFDEE9F4)
/* Swift / UIKit */
UIColor(red: 0.87, green: 0.91, blue: 0.96, alpha: 1.0)