Shades of Fog #D9C4EC
Tints of Fog #D9C4EC
RGB
CMYK
RGB Variations
Color information
#D9C4EC (or 0xD9C4EC) is known color: Fog. HEX triplet: D9, C4 and EC. RGB value is (217,196,236). Sum of RGB (Red+Green+Blue) = 217+196+236=649 (85% of max value = 765). Red value is 217 (85.16% from 255 or 33.44% from 649); Green value is 196 (76.95% from 255 or 30.20% from 649); Blue value is 236 (92.58% from 255 or 36.36% from 649); Max value from RGB is 236 - color contains mainly: blue. Hex color #D9C4EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9C4EC is #263B13. Grayscale: #CECECE. Windows color (decimal): -2505492 or 15516889. OLE color: 15516889.
HSL color Cylindrical-coordinate representation of color #D9C4EC: hue angle of 271.5º degrees, saturation: 0.51, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D9C4EC is Cyan = 0.08, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 217 | 196 | 236 | - |
CMYK | 0.08 | 0.17 | 0 | 0.07 |
HSL | 271.5º | 0.51% | 0.85% | - |
HSV(B) | 271.5º | 0.17% | 0.93% | - |
XYZ | 63.5 | 60.29 | 87.65 | - |
YUV | 206.84 | 144.46 | 135.25 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 217 | 196 | 236 | 0.08 | 0.17 | 0 | 0.07 | 271.5 | 0.51 | 0.85 |
Hex | D9 | C4 | EC | 8 | 11 | 0 | 7 | 110 | 33 | 55 |
Octal | 331 | 304 | 354 | 10 | 21 | 0 | 7 | 420 | 63 | 125 |
Binary | 11011001 | 11000100 | 11101100 | 1000 | 10001 | 0 | 111 | 100010000 | 110011 | 1010101 |
Color Harmonies of #D9C4EC
Complementary color
Monochromatic Colors of #D9C4EC
Black with #D9C4EC
Text Example
Text Example
White with #D9C4EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9C4EC; }
p { color: rgb(217,196,236); }
H1.HeaderClassName
{
color: #D9C4EC;
}
.AnyTagClassName
{
color: #D9C4EC;
}
</style>
background-color css
<style>
a { background-color: #D9C4EC; }
a { background-color: rgb(217,196,236); }
div.DivClassName
{
background-color: #D9C4EC;
}
.BgClassName
{
background-color: #D9C4EC;
}
</style>
border-color css
<style>
span { border-color: #D9C4EC; }
span { border-color: rgb(217,196,236); }
td.TdClassName
{
border-color: #D9C4EC;
}
.TagClassName
{
border-color: #D9C4EC;
}
</style>