Blowing Smoke
#d2d1d0
Blowing Smoke, represented by the hex value #d2d1d0, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #d2d1d0 | |
|---|---|---|
| RGB | rgb(210, 209, 208) | |
| HSL | hsl(30, 2%, 82%) | |
| CMYK | cmyk(0%, 0%, 1%, 18%) | |
| LAB | lab(84, 0, 1) | |
| OKLCH | oklch(0.86 0.002 68) |
Color harmonies
Tints & shades
Code snippets
color: #d2d1d0;
background-color: #d2d1d0;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFD2D1D0)
/* Swift / UIKit */
UIColor(red: 0.82, green: 0.82, blue: 0.82, alpha: 1.0)