Shades of Fog #D4C4EF
Tints of Fog #D4C4EF
RGB
CMYK
RGB Variations
Color information
#D4C4EF (or 0xD4C4EF) is known color: Fog. HEX triplet: D4, C4 and EF. RGB value is (212,196,239). Sum of RGB (Red+Green+Blue) = 212+196+239=647 (85% of max value = 765). Red value is 212 (83.20% from 255 or 32.77% from 647); Green value is 196 (76.95% from 255 or 30.29% from 647); Blue value is 239 (93.75% from 255 or 36.94% from 647); Max value from RGB is 239 - color contains mainly: blue. Hex color #D4C4EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4C4EF is #2B3B10. Grayscale: #CDCDCD. Windows color (decimal): -2833169 or 15713492. OLE color: 15713492.
HSL color Cylindrical-coordinate representation of color #D4C4EF: hue angle of 262.33º degrees, saturation: 0.57, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D4C4EF is Cyan = 0.11, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 212 | 196 | 239 | - |
| CMYK | 0.11 | 0.18 | 0 | 0.06 |
| HSL | 262.33º | 0.57% | 0.85% | - |
| HSV(B) | 262.33º | 0.18% | 0.94% | - |
| XYZ | 62.47 | 59.71 | 89.89 | - |
| YUV | 205.69 | 146.8 | 132.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 196 | 239 | 0.11 | 0.18 | 0 | 0.06 | 262.33 | 0.57 | 0.85 |
| Hex | D4 | C4 | EF | B | 12 | 0 | 6 | 106 | 39 | 55 |
| Octal | 324 | 304 | 357 | 13 | 22 | 0 | 6 | 406 | 71 | 125 |
| Binary | 11010100 | 11000100 | 11101111 | 1011 | 10010 | 0 | 110 | 100000110 | 111001 | 1010101 |
Color Harmonies of #D4C4EF
Complementary color
Monochromatic Colors of #D4C4EF
Black with #D4C4EF
Text Example
Text Example
White with #D4C4EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4C4EF; }
p { color: rgb(212,196,239); }
H1.HeaderClassName
{
color: #D4C4EF;
}
.AnyTagClassName
{
color: #D4C4EF;
}
</style>
background-color css
<style>
a { background-color: #D4C4EF; }
a { background-color: rgb(212,196,239); }
div.DivClassName
{
background-color: #D4C4EF;
}
.BgClassName
{
background-color: #D4C4EF;
}
</style>
border-color css
<style>
span { border-color: #D4C4EF; }
span { border-color: rgb(212,196,239); }
td.TdClassName
{
border-color: #D4C4EF;
}
.TagClassName
{
border-color: #D4C4EF;
}
</style>