Shades of Fog #D3C9DE
Tints of Fog #D3C9DE
RGB
CMYK
RGB Variations
Color information
#D3C9DE (or 0xD3C9DE) is known color: Fog. HEX triplet: D3, C9 and DE. RGB value is (211,201,222). Sum of RGB (Red+Green+Blue) = 211+201+222=634 (83% of max value = 765). Red value is 211 (82.81% from 255 or 33.28% from 634); Green value is 201 (78.91% from 255 or 31.70% from 634); Blue value is 222 (87.11% from 255 or 35.02% from 634); Max value from RGB is 222 - color contains mainly: blue. Hex color #D3C9DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3C9DE is #2C3621. Grayscale: #CECECE. Windows color (decimal): -2897442 or 14600659. OLE color: 14600659.
HSL color Cylindrical-coordinate representation of color #D3C9DE: hue angle of 268.57º degrees, saturation: 0.24, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D3C9DE is Cyan = 0.05, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 211 | 201 | 222 | - |
| CMYK | 0.05 | 0.09 | 0 | 0.13 |
| HSL | 268.57º | 0.24% | 0.83% | - |
| HSV(B) | 268.57º | 0.09% | 0.87% | - |
| XYZ | 60.94 | 60.9 | 77.65 | - |
| YUV | 206.38 | 136.81 | 131.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 201 | 222 | 0.05 | 0.09 | 0 | 0.13 | 268.57 | 0.24 | 0.83 |
| Hex | D3 | C9 | DE | 5 | 9 | 0 | D | 10D | 18 | 53 |
| Octal | 323 | 311 | 336 | 5 | 11 | 0 | 15 | 415 | 30 | 123 |
| Binary | 11010011 | 11001001 | 11011110 | 101 | 1001 | 0 | 1101 | 100001101 | 11000 | 1010011 |
Color Harmonies of #D3C9DE
Complementary color
Monochromatic Colors of #D3C9DE
Black with #D3C9DE
Text Example
Text Example
White with #D3C9DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3C9DE; }
p { color: rgb(211,201,222); }
H1.HeaderClassName
{
color: #D3C9DE;
}
.AnyTagClassName
{
color: #D3C9DE;
}
</style>
background-color css
<style>
a { background-color: #D3C9DE; }
a { background-color: rgb(211,201,222); }
div.DivClassName
{
background-color: #D3C9DE;
}
.BgClassName
{
background-color: #D3C9DE;
}
</style>
border-color css
<style>
span { border-color: #D3C9DE; }
span { border-color: rgb(211,201,222); }
td.TdClassName
{
border-color: #D3C9DE;
}
.TagClassName
{
border-color: #D3C9DE;
}
</style>