Fog
#d6d7d2
Fog, represented by the hex value #d6d7d2, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #d6d7d2 | |
|---|---|---|
| RGB | rgb(214, 215, 210) | |
| HSL | hsl(72, 6%, 83%) | |
| CMYK | cmyk(0%, 0%, 2%, 16%) | |
| LAB | lab(86, -1, 2) | |
| OKLCH | oklch(0.88 0.007 116) |
Color harmonies
Tints & shades
Code snippets
color: #d6d7d2;
background-color: #d6d7d2;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFD6D7D2)
/* Swift / UIKit */
UIColor(red: 0.84, green: 0.84, blue: 0.82, alpha: 1.0)