Shades of Fog #D4C9E8
Tints of Fog #D4C9E8
RGB
CMYK
RGB Variations
Color information
#D4C9E8 (or 0xD4C9E8) is known color: Fog. HEX triplet: D4, C9 and E8. RGB value is (212,201,232). Sum of RGB (Red+Green+Blue) = 212+201+232=645 (85% of max value = 765). Red value is 212 (83.20% from 255 or 32.87% from 645); Green value is 201 (78.91% from 255 or 31.16% from 645); Blue value is 232 (91.02% from 255 or 35.97% from 645); Max value from RGB is 232 - color contains mainly: blue. Hex color #D4C9E8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4C9E8 is #2B3617. Grayscale: #CFCFCF. Windows color (decimal): -2831896 or 15256020. OLE color: 15256020.
HSL color Cylindrical-coordinate representation of color #D4C9E8: hue angle of 261.29º degrees, saturation: 0.4, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D4C9E8 is Cyan = 0.09, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 212 | 201 | 232 | - |
| CMYK | 0.09 | 0.13 | 0 | 0.09 |
| HSL | 261.29º | 0.4% | 0.85% | - |
| HSV(B) | 261.29º | 0.13% | 0.91% | - |
| XYZ | 62.6 | 61.6 | 84.93 | - |
| YUV | 207.82 | 141.64 | 130.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 201 | 232 | 0.09 | 0.13 | 0 | 0.09 | 261.29 | 0.4 | 0.85 |
| Hex | D4 | C9 | E8 | 9 | D | 0 | 9 | 105 | 28 | 55 |
| Octal | 324 | 311 | 350 | 11 | 15 | 0 | 11 | 405 | 50 | 125 |
| Binary | 11010100 | 11001001 | 11101000 | 1001 | 1101 | 0 | 1001 | 100000101 | 101000 | 1010101 |
Color Harmonies of #D4C9E8
Complementary color
Monochromatic Colors of #D4C9E8
Black with #D4C9E8
Text Example
Text Example
White with #D4C9E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4C9E8; }
p { color: rgb(212,201,232); }
H1.HeaderClassName
{
color: #D4C9E8;
}
.AnyTagClassName
{
color: #D4C9E8;
}
</style>
background-color css
<style>
a { background-color: #D4C9E8; }
a { background-color: rgb(212,201,232); }
div.DivClassName
{
background-color: #D4C9E8;
}
.BgClassName
{
background-color: #D4C9E8;
}
</style>
border-color css
<style>
span { border-color: #D4C9E8; }
span { border-color: rgb(212,201,232); }
td.TdClassName
{
border-color: #D4C9E8;
}
.TagClassName
{
border-color: #D4C9E8;
}
</style>