High Sierra
#cedee2
Here's everything about the color High Sierra (#cedee2) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #cedee2 | |
|---|---|---|
| RGB | rgb(206, 222, 226) | |
| HSL | hsl(192, 26%, 85%) | |
| CMYK | cmyk(9%, 2%, 0%, 11%) | |
| LAB | lab(87, -5, -4) | |
| OKLCH | oklch(0.89 0.018 214) |
Color harmonies
Tints & shades
Code snippets
color: #cedee2;
background-color: #cedee2;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFCEDEE2)
/* Swift / UIKit */
UIColor(red: 0.81, green: 0.87, blue: 0.89, alpha: 1.0)