Urban Snowfall
#dbd8da
Urban Snowfall, represented by the hex value #dbd8da, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #dbd8da | |
|---|---|---|
| RGB | rgb(219, 216, 218) | |
| HSL | hsl(320, 4%, 85%) | |
| CMYK | cmyk(0%, 1%, 0%, 14%) | |
| LAB | lab(87, 1, -1) | |
| OKLCH | oklch(0.89 0.004 337) |
Color harmonies
Tints & shades
Code snippets
color: #dbd8da;
background-color: #dbd8da;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFDBD8DA)
/* Swift / UIKit */
UIColor(red: 0.86, green: 0.85, blue: 0.85, alpha: 1.0)