Shades of Fog #D4C0E1
Tints of Fog #D4C0E1
RGB
CMYK
RGB Variations
Color information
#D4C0E1 (or 0xD4C0E1) is known color: Fog. HEX triplet: D4, C0 and E1. RGB value is (212,192,225). Sum of RGB (Red+Green+Blue) = 212+192+225=629 (83% of max value = 765). Red value is 212 (83.20% from 255 or 33.70% from 629); Green value is 192 (75.39% from 255 or 30.52% from 629); Blue value is 225 (88.28% from 255 or 35.77% from 629); Max value from RGB is 225 - color contains mainly: blue. Hex color #D4C0E1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4C0E1 is #2B3F1E. Grayscale: #C9C9C9. Windows color (decimal): -2834207 or 14794964. OLE color: 14794964.
HSL color Cylindrical-coordinate representation of color #D4C0E1: hue angle of 276.36º degrees, saturation: 0.35, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D4C0E1 is Cyan = 0.06, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 212 | 192 | 225 | - |
| CMYK | 0.06 | 0.15 | 0 | 0.12 |
| HSL | 276.36º | 0.35% | 0.82% | - |
| HSV(B) | 276.36º | 0.15% | 0.88% | - |
| XYZ | 59.59 | 57.13 | 79.12 | - |
| YUV | 201.74 | 141.13 | 135.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 192 | 225 | 0.06 | 0.15 | 0 | 0.12 | 276.36 | 0.35 | 0.82 |
| Hex | D4 | C0 | E1 | 6 | F | 0 | C | 114 | 23 | 52 |
| Octal | 324 | 300 | 341 | 6 | 17 | 0 | 14 | 424 | 43 | 122 |
| Binary | 11010100 | 11000000 | 11100001 | 110 | 1111 | 0 | 1100 | 100010100 | 100011 | 1010010 |
Color Harmonies of #D4C0E1
Complementary color
Monochromatic Colors of #D4C0E1
Black with #D4C0E1
Text Example
Text Example
White with #D4C0E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4C0E1; }
p { color: rgb(212,192,225); }
H1.HeaderClassName
{
color: #D4C0E1;
}
.AnyTagClassName
{
color: #D4C0E1;
}
</style>
background-color css
<style>
a { background-color: #D4C0E1; }
a { background-color: rgb(212,192,225); }
div.DivClassName
{
background-color: #D4C0E1;
}
.BgClassName
{
background-color: #D4C0E1;
}
</style>
border-color css
<style>
span { border-color: #D4C0E1; }
span { border-color: rgb(212,192,225); }
td.TdClassName
{
border-color: #D4C0E1;
}
.TagClassName
{
border-color: #D4C0E1;
}
</style>