Shades of Fog #D2D1D8
Tints of Fog #D2D1D8
RGB
CMYK
RGB Variations
Color information
#D2D1D8 (or 0xD2D1D8) is known color: Fog. HEX triplet: D2, D1 and D8. RGB value is (210,209,216). Sum of RGB (Red+Green+Blue) = 210+209+216=635 (84% of max value = 765). Red value is 210 (82.42% from 255 or 33.07% from 635); Green value is 209 (82.03% from 255 or 32.91% from 635); Blue value is 216 (84.77% from 255 or 34.02% from 635); Max value from RGB is 216 - color contains mainly: blue. Hex color #D2D1D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2D1D8 is #2D2E27. Grayscale: #D2D2D2. Windows color (decimal): -2960936 or 14209490. OLE color: 14209490.
HSL color Cylindrical-coordinate representation of color #D2D1D8: hue angle of 248.57º degrees, saturation: 0.08, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #D2D1D8 is Cyan = 0.03, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 210 | 209 | 216 | - |
| CMYK | 0.03 | 0.03 | 0 | 0.15 |
| HSL | 248.57º | 0.08% | 0.83% | - |
| HSV(B) | 248.57º | 0.03% | 0.85% | - |
| XYZ | 61.77 | 64.26 | 74.11 | - |
| YUV | 210.1 | 131.33 | 127.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 209 | 216 | 0.03 | 0.03 | 0 | 0.15 | 248.57 | 0.08 | 0.83 |
| Hex | D2 | D1 | D8 | 3 | 3 | 0 | F | F9 | 8 | 53 |
| Octal | 322 | 321 | 330 | 3 | 3 | 0 | 17 | 371 | 10 | 123 |
| Binary | 11010010 | 11010001 | 11011000 | 11 | 11 | 0 | 1111 | 11111001 | 1000 | 1010011 |
Color Harmonies of #D2D1D8
Complementary color
Monochromatic Colors of #D2D1D8
Black with #D2D1D8
Text Example
Text Example
White with #D2D1D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2D1D8; }
p { color: rgb(210,209,216); }
H1.HeaderClassName
{
color: #D2D1D8;
}
.AnyTagClassName
{
color: #D2D1D8;
}
</style>
background-color css
<style>
a { background-color: #D2D1D8; }
a { background-color: rgb(210,209,216); }
div.DivClassName
{
background-color: #D2D1D8;
}
.BgClassName
{
background-color: #D2D1D8;
}
</style>
border-color css
<style>
span { border-color: #D2D1D8; }
span { border-color: rgb(210,209,216); }
td.TdClassName
{
border-color: #D2D1D8;
}
.TagClassName
{
border-color: #D2D1D8;
}
</style>