Wind Chime
#dfe0e2
Looking for the precise values behind Wind Chime (#dfe0e2)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #dfe0e2 | |
|---|---|---|
| RGB | rgb(223, 224, 226) | |
| HSL | hsl(220, 5%, 88%) | |
| CMYK | cmyk(1%, 1%, 0%, 11%) | |
| LAB | lab(89, 0, -1) | |
| OKLCH | oklch(0.91 0.003 265) |
Color harmonies
Tints & shades
Code snippets
color: #dfe0e2;
background-color: #dfe0e2;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFDFE0E2)
/* Swift / UIKit */
UIColor(red: 0.87, green: 0.88, blue: 0.89, alpha: 1.0)