Shades of Fog #D3D1D8
Tints of Fog #D3D1D8
RGB
CMYK
RGB Variations
Color information
#D3D1D8 (or 0xD3D1D8) is known color: Fog. HEX triplet: D3, D1 and D8. RGB value is (211,209,216). Sum of RGB (Red+Green+Blue) = 211+209+216=636 (84% of max value = 765). Red value is 211 (82.81% from 255 or 33.18% from 636); Green value is 209 (82.03% from 255 or 32.86% from 636); Blue value is 216 (84.77% from 255 or 33.96% from 636); Max value from RGB is 216 - color contains mainly: blue. Hex color #D3D1D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3D1D8 is #2C2E27. Grayscale: #D2D2D2. Windows color (decimal): -2895400 or 14209491. OLE color: 14209491.
HSL color Cylindrical-coordinate representation of color #D3D1D8: hue angle of 257.14º 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 #D3D1D8 is Cyan = 0.02, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 211 | 209 | 216 | - |
| CMYK | 0.02 | 0.03 | 0 | 0.15 |
| HSL | 257.14º | 0.08% | 0.83% | - |
| HSV(B) | 257.14º | 0.03% | 0.85% | - |
| XYZ | 62.06 | 64.41 | 74.13 | - |
| YUV | 210.4 | 131.16 | 128.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 209 | 216 | 0.02 | 0.03 | 0 | 0.15 | 257.14 | 0.08 | 0.83 |
| Hex | D3 | D1 | D8 | 2 | 3 | 0 | F | 101 | 8 | 53 |
| Octal | 323 | 321 | 330 | 2 | 3 | 0 | 17 | 401 | 10 | 123 |
| Binary | 11010011 | 11010001 | 11011000 | 10 | 11 | 0 | 1111 | 100000001 | 1000 | 1010011 |
Color Harmonies of #D3D1D8
Complementary color
Monochromatic Colors of #D3D1D8
Black with #D3D1D8
Text Example
Text Example
White with #D3D1D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3D1D8; }
p { color: rgb(211,209,216); }
H1.HeaderClassName
{
color: #D3D1D8;
}
.AnyTagClassName
{
color: #D3D1D8;
}
</style>
background-color css
<style>
a { background-color: #D3D1D8; }
a { background-color: rgb(211,209,216); }
div.DivClassName
{
background-color: #D3D1D8;
}
.BgClassName
{
background-color: #D3D1D8;
}
</style>
border-color css
<style>
span { border-color: #D3D1D8; }
span { border-color: rgb(211,209,216); }
td.TdClassName
{
border-color: #D3D1D8;
}
.TagClassName
{
border-color: #D3D1D8;
}
</style>