Shades of Fog #E0D7EE
Tints of Fog #E0D7EE
RGB
CMYK
RGB Variations
Color information
#E0D7EE (or 0xE0D7EE) is known color: Fog. HEX triplet: E0, D7 and EE. RGB value is (224,215,238). Sum of RGB (Red+Green+Blue) = 224+215+238=677 (89% of max value = 765). Red value is 224 (87.89% from 255 or 33.09% from 677); Green value is 215 (84.38% from 255 or 31.76% from 677); Blue value is 238 (93.36% from 255 or 35.16% from 677); Max value from RGB is 238 - color contains mainly: blue. Hex color #E0D7EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0D7EE is #1F2811. Grayscale: #DCDCDC. Windows color (decimal): -2041874 or 15652832. OLE color: 15652832.
HSL color Cylindrical-coordinate representation of color #E0D7EE: hue angle of 263.48º degrees, saturation: 0.4, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E0D7EE is Cyan = 0.06, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 224 | 215 | 238 | - |
| CMYK | 0.06 | 0.10 | 0 | 0.07 |
| HSL | 263.48º | 0.4% | 0.89% | - |
| HSV(B) | 263.48º | 0.1% | 0.93% | - |
| XYZ | 70.47 | 70.62 | 90.81 | - |
| YUV | 220.31 | 137.98 | 130.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 215 | 238 | 0.06 | 0.10 | 0 | 0.07 | 263.48 | 0.4 | 0.89 |
| Hex | E0 | D7 | EE | 6 | A | 0 | 7 | 107 | 28 | 59 |
| Octal | 340 | 327 | 356 | 6 | 12 | 0 | 7 | 407 | 50 | 131 |
| Binary | 11100000 | 11010111 | 11101110 | 110 | 1010 | 0 | 111 | 100000111 | 101000 | 1011001 |
Color Harmonies of #E0D7EE
Complementary color
Monochromatic Colors of #E0D7EE
Black with #E0D7EE
Text Example
Text Example
White with #E0D7EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0D7EE; }
p { color: rgb(224,215,238); }
H1.HeaderClassName
{
color: #E0D7EE;
}
.AnyTagClassName
{
color: #E0D7EE;
}
</style>
background-color css
<style>
a { background-color: #E0D7EE; }
a { background-color: rgb(224,215,238); }
div.DivClassName
{
background-color: #E0D7EE;
}
.BgClassName
{
background-color: #E0D7EE;
}
</style>
border-color css
<style>
span { border-color: #E0D7EE; }
span { border-color: rgb(224,215,238); }
td.TdClassName
{
border-color: #E0D7EE;
}
.TagClassName
{
border-color: #E0D7EE;
}
</style>