Shades of Fog #D3C9EE
Tints of Fog #D3C9EE
RGB
CMYK
RGB Variations
Color information
#D3C9EE (or 0xD3C9EE) is known color: Fog. HEX triplet: D3, C9 and EE. RGB value is (211,201,238). Sum of RGB (Red+Green+Blue) = 211+201+238=650 (86% of max value = 765). Red value is 211 (82.81% from 255 or 32.46% from 650); Green value is 201 (78.91% from 255 or 30.92% from 650); Blue value is 238 (93.36% from 255 or 36.62% from 650); Max value from RGB is 238 - color contains mainly: blue. Hex color #D3C9EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D3C9EE is #2C3611. Grayscale: #D0D0D0. Windows color (decimal): -2897426 or 15649235. OLE color: 15649235.
HSL color Cylindrical-coordinate representation of color #D3C9EE: hue angle of 256.22º degrees, saturation: 0.52, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D3C9EE is Cyan = 0.11, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 211 | 201 | 238 | - |
| CMYK | 0.11 | 0.16 | 0 | 0.07 |
| HSL | 256.22º | 0.52% | 0.86% | - |
| HSV(B) | 256.22º | 0.16% | 0.93% | - |
| XYZ | 63.18 | 61.8 | 89.49 | - |
| YUV | 208.21 | 144.81 | 129.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 201 | 238 | 0.11 | 0.16 | 0 | 0.07 | 256.22 | 0.52 | 0.86 |
| Hex | D3 | C9 | EE | B | 10 | 0 | 7 | 100 | 34 | 56 |
| Octal | 323 | 311 | 356 | 13 | 20 | 0 | 7 | 400 | 64 | 126 |
| Binary | 11010011 | 11001001 | 11101110 | 1011 | 10000 | 0 | 111 | 100000000 | 110100 | 1010110 |
Color Harmonies of #D3C9EE
Complementary color
Monochromatic Colors of #D3C9EE
Black with #D3C9EE
Text Example
Text Example
White with #D3C9EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3C9EE; }
p { color: rgb(211,201,238); }
H1.HeaderClassName
{
color: #D3C9EE;
}
.AnyTagClassName
{
color: #D3C9EE;
}
</style>
background-color css
<style>
a { background-color: #D3C9EE; }
a { background-color: rgb(211,201,238); }
div.DivClassName
{
background-color: #D3C9EE;
}
.BgClassName
{
background-color: #D3C9EE;
}
</style>
border-color css
<style>
span { border-color: #D3C9EE; }
span { border-color: rgb(211,201,238); }
td.TdClassName
{
border-color: #D3C9EE;
}
.TagClassName
{
border-color: #D3C9EE;
}
</style>