Shades of Fog #D3D1D6
Tints of Fog #D3D1D6
RGB
CMYK
RGB Variations
Color information
#D3D1D6 (or 0xD3D1D6) is known color: Fog. HEX triplet: D3, D1 and D6. RGB value is (211,209,214). Sum of RGB (Red+Green+Blue) = 211+209+214=634 (83% of max value = 765). Red value is 211 (82.81% from 255 or 33.28% from 634); Green value is 209 (82.03% from 255 or 32.97% from 634); Blue value is 214 (83.98% from 255 or 33.75% from 634); Max value from RGB is 214 - color contains mainly: blue. Hex color #D3D1D6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3D1D6 is #2C2E29. Grayscale: #D2D2D2. Windows color (decimal): -2895402 or 14078419. OLE color: 14078419.
HSL color Cylindrical-coordinate representation of color #D3D1D6: hue angle of 264º 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 #D3D1D6 is Cyan = 0.01, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 211 | 209 | 214 | - |
| CMYK | 0.01 | 0.02 | 0 | 0.16 |
| HSL | 264º | 0.06% | 0.83% | - |
| HSV(B) | 264º | 0.02% | 0.84% | - |
| XYZ | 61.8 | 64.3 | 72.77 | - |
| YUV | 210.17 | 130.16 | 128.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 209 | 214 | 0.01 | 0.02 | 0 | 0.16 | 264 | 0.06 | 0.83 |
| Hex | D3 | D1 | D6 | 1 | 2 | 0 | 10 | 108 | 6 | 53 |
| Octal | 323 | 321 | 326 | 1 | 2 | 0 | 20 | 410 | 6 | 123 |
| Binary | 11010011 | 11010001 | 11010110 | 1 | 10 | 0 | 10000 | 100001000 | 110 | 1010011 |
Color Harmonies of #D3D1D6
Complementary color
Monochromatic Colors of #D3D1D6
Black with #D3D1D6
Text Example
Text Example
White with #D3D1D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3D1D6; }
p { color: rgb(211,209,214); }
H1.HeaderClassName
{
color: #D3D1D6;
}
.AnyTagClassName
{
color: #D3D1D6;
}
</style>
background-color css
<style>
a { background-color: #D3D1D6; }
a { background-color: rgb(211,209,214); }
div.DivClassName
{
background-color: #D3D1D6;
}
.BgClassName
{
background-color: #D3D1D6;
}
</style>
border-color css
<style>
span { border-color: #D3D1D6; }
span { border-color: rgb(211,209,214); }
td.TdClassName
{
border-color: #D3D1D6;
}
.TagClassName
{
border-color: #D3D1D6;
}
</style>