Shades of Fog #D3D0E1
Tints of Fog #D3D0E1
RGB
CMYK
RGB Variations
Color information
#D3D0E1 (or 0xD3D0E1) is known color: Fog. HEX triplet: D3, D0 and E1. RGB value is (211,208,225). Sum of RGB (Red+Green+Blue) = 211+208+225=644 (85% of max value = 765). Red value is 211 (82.81% from 255 or 32.76% from 644); Green value is 208 (81.64% from 255 or 32.30% from 644); Blue value is 225 (88.28% from 255 or 34.94% from 644); Max value from RGB is 225 - color contains mainly: blue. Hex color #D3D0E1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3D0E1 is #2C2F1E. Grayscale: #D2D2D2. Windows color (decimal): -2895647 or 14799059. OLE color: 14799059.
HSL color Cylindrical-coordinate representation of color #D3D0E1: hue angle of 250.59º degrees, saturation: 0.22, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D3D0E1 is Cyan = 0.06, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 211 | 208 | 225 | - |
| CMYK | 0.06 | 0.08 | 0 | 0.12 |
| HSL | 250.59º | 0.22% | 0.85% | - |
| HSV(B) | 250.59º | 0.08% | 0.88% | - |
| XYZ | 63.01 | 64.4 | 80.34 | - |
| YUV | 210.84 | 135.99 | 128.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 208 | 225 | 0.06 | 0.08 | 0 | 0.12 | 250.59 | 0.22 | 0.85 |
| Hex | D3 | D0 | E1 | 6 | 8 | 0 | C | FB | 16 | 55 |
| Octal | 323 | 320 | 341 | 6 | 10 | 0 | 14 | 373 | 26 | 125 |
| Binary | 11010011 | 11010000 | 11100001 | 110 | 1000 | 0 | 1100 | 11111011 | 10110 | 1010101 |
Color Harmonies of #D3D0E1
Complementary color
Monochromatic Colors of #D3D0E1
Black with #D3D0E1
Text Example
Text Example
White with #D3D0E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3D0E1; }
p { color: rgb(211,208,225); }
H1.HeaderClassName
{
color: #D3D0E1;
}
.AnyTagClassName
{
color: #D3D0E1;
}
</style>
background-color css
<style>
a { background-color: #D3D0E1; }
a { background-color: rgb(211,208,225); }
div.DivClassName
{
background-color: #D3D0E1;
}
.BgClassName
{
background-color: #D3D0E1;
}
</style>
border-color css
<style>
span { border-color: #D3D0E1; }
span { border-color: rgb(211,208,225); }
td.TdClassName
{
border-color: #D3D0E1;
}
.TagClassName
{
border-color: #D3D0E1;
}
</style>