Shades of Fog #D4CCE9
Tints of Fog #D4CCE9
RGB
CMYK
RGB Variations
Color information
#D4CCE9 (or 0xD4CCE9) is known color: Fog. HEX triplet: D4, CC and E9. RGB value is (212,204,233). Sum of RGB (Red+Green+Blue) = 212+204+233=649 (85% of max value = 765). Red value is 212 (83.20% from 255 or 32.67% from 649); Green value is 204 (80.08% from 255 or 31.43% from 649); Blue value is 233 (91.41% from 255 or 35.90% from 649); Max value from RGB is 233 - color contains mainly: blue. Hex color #D4CCE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4CCE9 is #2B3316. Grayscale: #D1D1D1. Windows color (decimal): -2831127 or 15322324. OLE color: 15322324.
HSL color Cylindrical-coordinate representation of color #D4CCE9: hue angle of 256.55º degrees, saturation: 0.4, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D4CCE9 is Cyan = 0.09, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
RGB | 212 | 204 | 233 | - |
CMYK | 0.09 | 0.12 | 0 | 0.09 |
HSL | 256.55º | 0.4% | 0.86% | - |
HSV(B) | 256.55º | 0.12% | 0.91% | - |
XYZ | 63.45 | 63.07 | 85.92 | - |
YUV | 209.7 | 141.15 | 129.64 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 212 | 204 | 233 | 0.09 | 0.12 | 0 | 0.09 | 256.55 | 0.4 | 0.86 |
Hex | D4 | CC | E9 | 9 | C | 0 | 9 | 101 | 28 | 56 |
Octal | 324 | 314 | 351 | 11 | 14 | 0 | 11 | 401 | 50 | 126 |
Binary | 11010100 | 11001100 | 11101001 | 1001 | 1100 | 0 | 1001 | 100000001 | 101000 | 1010110 |
Color Harmonies of #D4CCE9
Complementary color
Monochromatic Colors of #D4CCE9
Black with #D4CCE9
Text Example
Text Example
White with #D4CCE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4CCE9; }
p { color: rgb(212,204,233); }
H1.HeaderClassName
{
color: #D4CCE9;
}
.AnyTagClassName
{
color: #D4CCE9;
}
</style>
background-color css
<style>
a { background-color: #D4CCE9; }
a { background-color: rgb(212,204,233); }
div.DivClassName
{
background-color: #D4CCE9;
}
.BgClassName
{
background-color: #D4CCE9;
}
</style>
border-color css
<style>
span { border-color: #D4CCE9; }
span { border-color: rgb(212,204,233); }
td.TdClassName
{
border-color: #D4CCE9;
}
.TagClassName
{
border-color: #D4CCE9;
}
</style>