Shades of Fog #E0D4EE
Tints of Fog #E0D4EE
RGB
CMYK
RGB Variations
Color information
#E0D4EE (or 0xE0D4EE) is known color: Fog. HEX triplet: E0, D4 and EE. RGB value is (224,212,238). Sum of RGB (Red+Green+Blue) = 224+212+238=674 (89% of max value = 765). Red value is 224 (87.89% from 255 or 33.23% from 674); Green value is 212 (83.20% from 255 or 31.45% from 674); Blue value is 238 (93.36% from 255 or 35.31% from 674); Max value from RGB is 238 - color contains mainly: blue. Hex color #E0D4EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0D4EE is #1F2B11. Grayscale: #DADADA. Windows color (decimal): -2042642 or 15652064. OLE color: 15652064.
HSL color Cylindrical-coordinate representation of color #E0D4EE: hue angle of 267.69º degrees, saturation: 0.43, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E0D4EE is Cyan = 0.06, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 224 | 212 | 238 | - |
| CMYK | 0.06 | 0.11 | 0 | 0.07 |
| HSL | 267.69º | 0.43% | 0.88% | - |
| HSV(B) | 267.69º | 0.11% | 0.93% | - |
| XYZ | 69.72 | 69.11 | 90.55 | - |
| YUV | 218.55 | 138.98 | 131.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 212 | 238 | 0.06 | 0.11 | 0 | 0.07 | 267.69 | 0.43 | 0.88 |
| Hex | E0 | D4 | EE | 6 | B | 0 | 7 | 10C | 2B | 58 |
| Octal | 340 | 324 | 356 | 6 | 13 | 0 | 7 | 414 | 53 | 130 |
| Binary | 11100000 | 11010100 | 11101110 | 110 | 1011 | 0 | 111 | 100001100 | 101011 | 1011000 |
Color Harmonies of #E0D4EE
Complementary color
Monochromatic Colors of #E0D4EE
Black with #E0D4EE
Text Example
Text Example
White with #E0D4EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0D4EE; }
p { color: rgb(224,212,238); }
H1.HeaderClassName
{
color: #E0D4EE;
}
.AnyTagClassName
{
color: #E0D4EE;
}
</style>
background-color css
<style>
a { background-color: #E0D4EE; }
a { background-color: rgb(224,212,238); }
div.DivClassName
{
background-color: #E0D4EE;
}
.BgClassName
{
background-color: #E0D4EE;
}
</style>
border-color css
<style>
span { border-color: #E0D4EE; }
span { border-color: rgb(224,212,238); }
td.TdClassName
{
border-color: #E0D4EE;
}
.TagClassName
{
border-color: #E0D4EE;
}
</style>