Shades of Fog #D3D2D7
Tints of Fog #D3D2D7
RGB
CMYK
RGB Variations
Color information
#D3D2D7 (or 0xD3D2D7) is known color: Fog. HEX triplet: D3, D2 and D7. RGB value is (211,210,215). Sum of RGB (Red+Green+Blue) = 211+210+215=636 (84% of max value = 765). Red value is 211 (82.81% from 255 or 33.18% from 636); Green value is 210 (82.42% from 255 or 33.02% from 636); Blue value is 215 (84.38% from 255 or 33.81% from 636); Max value from RGB is 215 - color contains mainly: blue. Hex color #D3D2D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3D2D7 is #2C2D28. Grayscale: #D2D2D2. Windows color (decimal): -2895145 or 14144211. OLE color: 14144211.
HSL color Cylindrical-coordinate representation of color #D3D2D7: hue angle of 252º degrees, saturation: 0.06, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #D3D2D7 is Cyan = 0.02, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 211 | 210 | 215 | - |
| CMYK | 0.02 | 0.02 | 0 | 0.16 |
| HSL | 252º | 0.06% | 0.83% | - |
| HSV(B) | 252º | 0.02% | 0.84% | - |
| XYZ | 62.18 | 64.85 | 73.53 | - |
| YUV | 210.87 | 130.33 | 128.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 210 | 215 | 0.02 | 0.02 | 0 | 0.16 | 252 | 0.06 | 0.83 |
| Hex | D3 | D2 | D7 | 2 | 2 | 0 | 10 | FC | 6 | 53 |
| Octal | 323 | 322 | 327 | 2 | 2 | 0 | 20 | 374 | 6 | 123 |
| Binary | 11010011 | 11010010 | 11010111 | 10 | 10 | 0 | 10000 | 11111100 | 110 | 1010011 |
Color Harmonies of #D3D2D7
Complementary color
Monochromatic Colors of #D3D2D7
Black with #D3D2D7
Text Example
Text Example
White with #D3D2D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3D2D7; }
p { color: rgb(211,210,215); }
H1.HeaderClassName
{
color: #D3D2D7;
}
.AnyTagClassName
{
color: #D3D2D7;
}
</style>
background-color css
<style>
a { background-color: #D3D2D7; }
a { background-color: rgb(211,210,215); }
div.DivClassName
{
background-color: #D3D2D7;
}
.BgClassName
{
background-color: #D3D2D7;
}
</style>
border-color css
<style>
span { border-color: #D3D2D7; }
span { border-color: rgb(211,210,215); }
td.TdClassName
{
border-color: #D3D2D7;
}
.TagClassName
{
border-color: #D3D2D7;
}
</style>