Shades of Fog #D9C9EC
Tints of Fog #D9C9EC
RGB
CMYK
RGB Variations
Color information
#D9C9EC (or 0xD9C9EC) is known color: Fog. HEX triplet: D9, C9 and EC. RGB value is (217,201,236). Sum of RGB (Red+Green+Blue) = 217+201+236=654 (86% of max value = 765). Red value is 217 (85.16% from 255 or 33.18% from 654); Green value is 201 (78.91% from 255 or 30.73% from 654); Blue value is 236 (92.58% from 255 or 36.09% from 654); Max value from RGB is 236 - color contains mainly: blue. Hex color #D9C9EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9C9EC is #263613. Grayscale: #D1D1D1. Windows color (decimal): -2504212 or 15518169. OLE color: 15518169.
HSL color Cylindrical-coordinate representation of color #D9C9EC: hue angle of 267.43º degrees, saturation: 0.48, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D9C9EC is Cyan = 0.08, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 217 | 201 | 236 | - |
CMYK | 0.08 | 0.15 | 0 | 0.07 |
HSL | 267.43º | 0.48% | 0.86% | - |
HSV(B) | 267.43º | 0.15% | 0.93% | - |
XYZ | 64.64 | 62.58 | 88.03 | - |
YUV | 209.77 | 142.8 | 133.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 217 | 201 | 236 | 0.08 | 0.15 | 0 | 0.07 | 267.43 | 0.48 | 0.86 |
Hex | D9 | C9 | EC | 8 | F | 0 | 7 | 10B | 30 | 56 |
Octal | 331 | 311 | 354 | 10 | 17 | 0 | 7 | 413 | 60 | 126 |
Binary | 11011001 | 11001001 | 11101100 | 1000 | 1111 | 0 | 111 | 100001011 | 110000 | 1010110 |
Color Harmonies of #D9C9EC
Complementary color
Monochromatic Colors of #D9C9EC
Black with #D9C9EC
Text Example
Text Example
White with #D9C9EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9C9EC; }
p { color: rgb(217,201,236); }
H1.HeaderClassName
{
color: #D9C9EC;
}
.AnyTagClassName
{
color: #D9C9EC;
}
</style>
background-color css
<style>
a { background-color: #D9C9EC; }
a { background-color: rgb(217,201,236); }
div.DivClassName
{
background-color: #D9C9EC;
}
.BgClassName
{
background-color: #D9C9EC;
}
</style>
border-color css
<style>
span { border-color: #D9C9EC; }
span { border-color: rgb(217,201,236); }
td.TdClassName
{
border-color: #D9C9EC;
}
.TagClassName
{
border-color: #D9C9EC;
}
</style>