Shades of Fog #D9D3E7
Tints of Fog #D9D3E7
RGB
CMYK
RGB Variations
Color information
#D9D3E7 (or 0xD9D3E7) is known color: Fog. HEX triplet: D9, D3 and E7. RGB value is (217,211,231). Sum of RGB (Red+Green+Blue) = 217+211+231=659 (87% of max value = 765). Red value is 217 (85.16% from 255 or 32.93% from 659); Green value is 211 (82.81% from 255 or 32.02% from 659); Blue value is 231 (90.62% from 255 or 35.05% from 659); Max value from RGB is 231 - color contains mainly: blue. Hex color #D9D3E7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9D3E7 is #262C18. Grayscale: #D6D6D6. Windows color (decimal): -2501657 or 15193049. OLE color: 15193049.
HSL color Cylindrical-coordinate representation of color #D9D3E7: hue angle of 258º degrees, saturation: 0.29, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D9D3E7 is Cyan = 0.06, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 217 | 211 | 231 | - |
| CMYK | 0.06 | 0.09 | 0 | 0.09 |
| HSL | 258º | 0.29% | 0.87% | - |
| HSV(B) | 258º | 0.09% | 0.91% | - |
| XYZ | 66.33 | 67.11 | 85.06 | - |
| YUV | 215.07 | 136.99 | 129.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 211 | 231 | 0.06 | 0.09 | 0 | 0.09 | 258 | 0.29 | 0.87 |
| Hex | D9 | D3 | E7 | 6 | 9 | 0 | 9 | 102 | 1D | 57 |
| Octal | 331 | 323 | 347 | 6 | 11 | 0 | 11 | 402 | 35 | 127 |
| Binary | 11011001 | 11010011 | 11100111 | 110 | 1001 | 0 | 1001 | 100000010 | 11101 | 1010111 |
Color Harmonies of #D9D3E7
Complementary color
Monochromatic Colors of #D9D3E7
Black with #D9D3E7
Text Example
Text Example
White with #D9D3E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9D3E7; }
p { color: rgb(217,211,231); }
H1.HeaderClassName
{
color: #D9D3E7;
}
.AnyTagClassName
{
color: #D9D3E7;
}
</style>
background-color css
<style>
a { background-color: #D9D3E7; }
a { background-color: rgb(217,211,231); }
div.DivClassName
{
background-color: #D9D3E7;
}
.BgClassName
{
background-color: #D9D3E7;
}
</style>
border-color css
<style>
span { border-color: #D9D3E7; }
span { border-color: rgb(217,211,231); }
td.TdClassName
{
border-color: #D9D3E7;
}
.TagClassName
{
border-color: #D9D3E7;
}
</style>