Shades of Fog #D3D1D9
Tints of Fog #D3D1D9
RGB
CMYK
RGB Variations
Color information
#D3D1D9 (or 0xD3D1D9) is known color: Fog. HEX triplet: D3, D1 and D9. RGB value is (211,209,217). Sum of RGB (Red+Green+Blue) = 211+209+217=637 (84% of max value = 765). Red value is 211 (82.81% from 255 or 33.12% from 637); Green value is 209 (82.03% from 255 or 32.81% from 637); Blue value is 217 (85.16% from 255 or 34.07% from 637); Max value from RGB is 217 - color contains mainly: blue. Hex color #D3D1D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3D1D9 is #2C2E26. Grayscale: #D2D2D2. Windows color (decimal): -2895399 or 14275027. OLE color: 14275027.
HSL color Cylindrical-coordinate representation of color #D3D1D9: hue angle of 255º degrees, saturation: 0.1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #D3D1D9 is Cyan = 0.03, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
RGB | 211 | 209 | 217 | - |
CMYK | 0.03 | 0.04 | 0 | 0.15 |
HSL | 255º | 0.1% | 0.84% | - |
HSV(B) | 255º | 0.04% | 0.85% | - |
XYZ | 62.19 | 64.46 | 74.81 | - |
YUV | 210.51 | 131.66 | 128.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 211 | 209 | 217 | 0.03 | 0.04 | 0 | 0.15 | 255 | 0.1 | 0.84 |
Hex | D3 | D1 | D9 | 3 | 4 | 0 | F | FF | A | 54 |
Octal | 323 | 321 | 331 | 3 | 4 | 0 | 17 | 377 | 12 | 124 |
Binary | 11010011 | 11010001 | 11011001 | 11 | 100 | 0 | 1111 | 11111111 | 1010 | 1010100 |
Color Harmonies of #D3D1D9
Complementary color
Monochromatic Colors of #D3D1D9
Black with #D3D1D9
Text Example
Text Example
White with #D3D1D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3D1D9; }
p { color: rgb(211,209,217); }
H1.HeaderClassName
{
color: #D3D1D9;
}
.AnyTagClassName
{
color: #D3D1D9;
}
</style>
background-color css
<style>
a { background-color: #D3D1D9; }
a { background-color: rgb(211,209,217); }
div.DivClassName
{
background-color: #D3D1D9;
}
.BgClassName
{
background-color: #D3D1D9;
}
</style>
border-color css
<style>
span { border-color: #D3D1D9; }
span { border-color: rgb(211,209,217); }
td.TdClassName
{
border-color: #D3D1D9;
}
.TagClassName
{
border-color: #D3D1D9;
}
</style>