Salty Ice
#cce2f3
Looking for the precise values behind Salty Ice (#cce2f3)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #cce2f3 | |
|---|---|---|
| RGB | rgb(204, 226, 243) | |
| HSL | hsl(206, 62%, 88%) | |
| CMYK | cmyk(16%, 7%, 0%, 5%) | |
| LAB | lab(89, -5, -11) | |
| OKLCH | oklch(0.9 0.033 241) |
Color harmonies
Tints & shades
Code snippets
color: #cce2f3;
background-color: #cce2f3;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-cyan-500 /* ≈ #00b8db */
/* Flutter */
Color(0xFFCCE2F3)
/* Swift / UIKit */
UIColor(red: 0.80, green: 0.89, blue: 0.95, alpha: 1.0)