Shades of Fog #D4C0EA
Tints of Fog #D4C0EA
RGB
CMYK
RGB Variations
Color information
#D4C0EA (or 0xD4C0EA) is known color: Fog. HEX triplet: D4, C0 and EA. RGB value is (212,192,234). Sum of RGB (Red+Green+Blue) = 212+192+234=638 (84% of max value = 765). Red value is 212 (83.20% from 255 or 33.23% from 638); Green value is 192 (75.39% from 255 or 30.09% from 638); Blue value is 234 (91.80% from 255 or 36.68% from 638); Max value from RGB is 234 - color contains mainly: blue. Hex color #D4C0EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4C0EA is #2B3F15. Grayscale: #CACACA. Windows color (decimal): -2834198 or 15384788. OLE color: 15384788.
HSL color Cylindrical-coordinate representation of color #D4C0EA: hue angle of 268.57º degrees, saturation: 0.5, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D4C0EA is Cyan = 0.09, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 212 | 192 | 234 | - |
| CMYK | 0.09 | 0.18 | 0 | 0.08 |
| HSL | 268.57º | 0.5% | 0.84% | - |
| HSV(B) | 268.57º | 0.18% | 0.92% | - |
| XYZ | 60.85 | 57.64 | 85.76 | - |
| YUV | 202.77 | 145.63 | 134.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 192 | 234 | 0.09 | 0.18 | 0 | 0.08 | 268.57 | 0.5 | 0.84 |
| Hex | D4 | C0 | EA | 9 | 12 | 0 | 8 | 10D | 32 | 54 |
| Octal | 324 | 300 | 352 | 11 | 22 | 0 | 10 | 415 | 62 | 124 |
| Binary | 11010100 | 11000000 | 11101010 | 1001 | 10010 | 0 | 1000 | 100001101 | 110010 | 1010100 |
Color Harmonies of #D4C0EA
Complementary color
Monochromatic Colors of #D4C0EA
Black with #D4C0EA
Text Example
Text Example
White with #D4C0EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4C0EA; }
p { color: rgb(212,192,234); }
H1.HeaderClassName
{
color: #D4C0EA;
}
.AnyTagClassName
{
color: #D4C0EA;
}
</style>
background-color css
<style>
a { background-color: #D4C0EA; }
a { background-color: rgb(212,192,234); }
div.DivClassName
{
background-color: #D4C0EA;
}
.BgClassName
{
background-color: #D4C0EA;
}
</style>
border-color css
<style>
span { border-color: #D4C0EA; }
span { border-color: rgb(212,192,234); }
td.TdClassName
{
border-color: #D4C0EA;
}
.TagClassName
{
border-color: #D4C0EA;
}
</style>