Shades of Fog #E1DEE7
Tints of Fog #E1DEE7
RGB
CMYK
RGB Variations
Color information
#E1DEE7 (or 0xE1DEE7) is known color: Fog. HEX triplet: E1, DE and E7. RGB value is (225,222,231). Sum of RGB (Red+Green+Blue) = 225+222+231=678 (89% of max value = 765). Red value is 225 (88.28% from 255 or 33.19% from 678); Green value is 222 (87.11% from 255 or 32.74% from 678); Blue value is 231 (90.62% from 255 or 34.07% from 678); Max value from RGB is 231 - color contains mainly: blue. Hex color #E1DEE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1DEE7 is #1E2118. Grayscale: #DFDFDF. Windows color (decimal): -1974553 or 15195873. OLE color: 15195873.
HSL color Cylindrical-coordinate representation of color #E1DEE7: hue angle of 260º degrees, saturation: 0.16, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #E1DEE7 is Cyan = 0.03, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 225 | 222 | 231 | - |
| CMYK | 0.03 | 0.04 | 0 | 0.09 |
| HSL | 260º | 0.16% | 0.89% | - |
| HSV(B) | 260º | 0.04% | 0.91% | - |
| XYZ | 71.6 | 74.02 | 86.11 | - |
| YUV | 223.92 | 131.99 | 128.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 222 | 231 | 0.03 | 0.04 | 0 | 0.09 | 260 | 0.16 | 0.89 |
| Hex | E1 | DE | E7 | 3 | 4 | 0 | 9 | 104 | 10 | 59 |
| Octal | 341 | 336 | 347 | 3 | 4 | 0 | 11 | 404 | 20 | 131 |
| Binary | 11100001 | 11011110 | 11100111 | 11 | 100 | 0 | 1001 | 100000100 | 10000 | 1011001 |
Color Harmonies of #E1DEE7
Complementary color
Monochromatic Colors of #E1DEE7
Black with #E1DEE7
Text Example
Text Example
White with #E1DEE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1DEE7; }
p { color: rgb(225,222,231); }
H1.HeaderClassName
{
color: #E1DEE7;
}
.AnyTagClassName
{
color: #E1DEE7;
}
</style>
background-color css
<style>
a { background-color: #E1DEE7; }
a { background-color: rgb(225,222,231); }
div.DivClassName
{
background-color: #E1DEE7;
}
.BgClassName
{
background-color: #E1DEE7;
}
</style>
border-color css
<style>
span { border-color: #E1DEE7; }
span { border-color: rgb(225,222,231); }
td.TdClassName
{
border-color: #E1DEE7;
}
.TagClassName
{
border-color: #E1DEE7;
}
</style>