Freezing Vapour
#d4e9f5
Freezing Vapour, represented by the hex value #d4e9f5, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #d4e9f5 | |
|---|---|---|
| RGB | rgb(212, 233, 245) | |
| HSL | hsl(202, 62%, 90%) | |
| CMYK | cmyk(13%, 5%, 0%, 4%) | |
| LAB | lab(91, -5, -8) | |
| OKLCH | oklch(0.92 0.028 233) |
Color harmonies
Tints & shades
Code snippets
color: #d4e9f5;
background-color: #d4e9f5;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-cyan-500 /* ≈ #00b8db */
/* Flutter */
Color(0xFFD4E9F5)
/* Swift / UIKit */
UIColor(red: 0.83, green: 0.91, blue: 0.96, alpha: 1.0)