Shades of Fog #D4C4E1
Tints of Fog #D4C4E1
RGB
CMYK
RGB Variations
Color information
#D4C4E1 (or 0xD4C4E1) is known color: Fog. HEX triplet: D4, C4 and E1. RGB value is (212,196,225). Sum of RGB (Red+Green+Blue) = 212+196+225=633 (83% of max value = 765). Red value is 212 (83.20% from 255 or 33.49% from 633); Green value is 196 (76.95% from 255 or 30.96% from 633); Blue value is 225 (88.28% from 255 or 35.55% from 633); Max value from RGB is 225 - color contains mainly: blue. Hex color #D4C4E1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4C4E1 is #2B3B1E. Grayscale: #CBCBCB. Windows color (decimal): -2833183 or 14795988. OLE color: 14795988.
HSL color Cylindrical-coordinate representation of color #D4C4E1: hue angle of 273.1º degrees, saturation: 0.33, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D4C4E1 is Cyan = 0.06, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 212 | 196 | 225 | - |
| CMYK | 0.06 | 0.13 | 0 | 0.12 |
| HSL | 273.1º | 0.33% | 0.83% | - |
| HSV(B) | 273.1º | 0.13% | 0.88% | - |
| XYZ | 60.48 | 58.91 | 79.42 | - |
| YUV | 204.09 | 139.8 | 133.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 196 | 225 | 0.06 | 0.13 | 0 | 0.12 | 273.1 | 0.33 | 0.83 |
| Hex | D4 | C4 | E1 | 6 | D | 0 | C | 111 | 21 | 53 |
| Octal | 324 | 304 | 341 | 6 | 15 | 0 | 14 | 421 | 41 | 123 |
| Binary | 11010100 | 11000100 | 11100001 | 110 | 1101 | 0 | 1100 | 100010001 | 100001 | 1010011 |
Color Harmonies of #D4C4E1
Complementary color
Monochromatic Colors of #D4C4E1
Black with #D4C4E1
Text Example
Text Example
White with #D4C4E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4C4E1; }
p { color: rgb(212,196,225); }
H1.HeaderClassName
{
color: #D4C4E1;
}
.AnyTagClassName
{
color: #D4C4E1;
}
</style>
background-color css
<style>
a { background-color: #D4C4E1; }
a { background-color: rgb(212,196,225); }
div.DivClassName
{
background-color: #D4C4E1;
}
.BgClassName
{
background-color: #D4C4E1;
}
</style>
border-color css
<style>
span { border-color: #D4C4E1; }
span { border-color: rgb(212,196,225); }
td.TdClassName
{
border-color: #D4C4E1;
}
.TagClassName
{
border-color: #D4C4E1;
}
</style>