Shades of Fog #D3D1DC
Tints of Fog #D3D1DC
RGB
CMYK
RGB Variations
Color information
#D3D1DC (or 0xD3D1DC) is known color: Fog. HEX triplet: D3, D1 and DC. RGB value is (211,209,220). Sum of RGB (Red+Green+Blue) = 211+209+220=640 (84% of max value = 765). Red value is 211 (82.81% from 255 or 32.97% from 640); Green value is 209 (82.03% from 255 or 32.66% from 640); Blue value is 220 (86.33% from 255 or 34.38% from 640); Max value from RGB is 220 - color contains mainly: blue. Hex color #D3D1DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3D1DC is #2C2E23. Grayscale: #D2D2D2. Windows color (decimal): -2895396 or 14471635. OLE color: 14471635.
HSL color Cylindrical-coordinate representation of color #D3D1DC: hue angle of 250.91º degrees, saturation: 0.14, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #D3D1DC is Cyan = 0.04, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 211 | 209 | 220 | - |
| CMYK | 0.04 | 0.05 | 0 | 0.14 |
| HSL | 250.91º | 0.14% | 0.84% | - |
| HSV(B) | 250.91º | 0.05% | 0.86% | - |
| XYZ | 62.58 | 64.62 | 76.88 | - |
| YUV | 210.85 | 133.16 | 128.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 209 | 220 | 0.04 | 0.05 | 0 | 0.14 | 250.91 | 0.14 | 0.84 |
| Hex | D3 | D1 | DC | 4 | 5 | 0 | E | FB | E | 54 |
| Octal | 323 | 321 | 334 | 4 | 5 | 0 | 16 | 373 | 16 | 124 |
| Binary | 11010011 | 11010001 | 11011100 | 100 | 101 | 0 | 1110 | 11111011 | 1110 | 1010100 |
Color Harmonies of #D3D1DC
Complementary color
Monochromatic Colors of #D3D1DC
Black with #D3D1DC
Text Example
Text Example
White with #D3D1DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3D1DC; }
p { color: rgb(211,209,220); }
H1.HeaderClassName
{
color: #D3D1DC;
}
.AnyTagClassName
{
color: #D3D1DC;
}
</style>
background-color css
<style>
a { background-color: #D3D1DC; }
a { background-color: rgb(211,209,220); }
div.DivClassName
{
background-color: #D3D1DC;
}
.BgClassName
{
background-color: #D3D1DC;
}
</style>
border-color css
<style>
span { border-color: #D3D1DC; }
span { border-color: rgb(211,209,220); }
td.TdClassName
{
border-color: #D3D1DC;
}
.TagClassName
{
border-color: #D3D1DC;
}
</style>