Shades of Fog #E1D7EE
Tints of Fog #E1D7EE
RGB
CMYK
RGB Variations
Color information
#E1D7EE (or 0xE1D7EE) is known color: Fog. HEX triplet: E1, D7 and EE. RGB value is (225,215,238). Sum of RGB (Red+Green+Blue) = 225+215+238=678 (89% of max value = 765). Red value is 225 (88.28% from 255 or 33.19% from 678); Green value is 215 (84.38% from 255 or 31.71% from 678); Blue value is 238 (93.36% from 255 or 35.10% from 678); Max value from RGB is 238 - color contains mainly: blue. Hex color #E1D7EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1D7EE is #1E2811. Grayscale: #DCDCDC. Windows color (decimal): -1976338 or 15652833. OLE color: 15652833.
HSL color Cylindrical-coordinate representation of color #E1D7EE: hue angle of 266.09º 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 #E1D7EE is Cyan = 0.05, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 225 | 215 | 238 | - |
| CMYK | 0.05 | 0.10 | 0 | 0.07 |
| HSL | 266.09º | 0.4% | 0.89% | - |
| HSV(B) | 266.09º | 0.1% | 0.93% | - |
| XYZ | 70.78 | 70.78 | 90.82 | - |
| YUV | 220.61 | 137.81 | 131.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 215 | 238 | 0.05 | 0.10 | 0 | 0.07 | 266.09 | 0.4 | 0.89 |
| Hex | E1 | D7 | EE | 5 | A | 0 | 7 | 10A | 28 | 59 |
| Octal | 341 | 327 | 356 | 5 | 12 | 0 | 7 | 412 | 50 | 131 |
| Binary | 11100001 | 11010111 | 11101110 | 101 | 1010 | 0 | 111 | 100001010 | 101000 | 1011001 |
Color Harmonies of #E1D7EE
Complementary color
Monochromatic Colors of #E1D7EE
Black with #E1D7EE
Text Example
Text Example
White with #E1D7EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1D7EE; }
p { color: rgb(225,215,238); }
H1.HeaderClassName
{
color: #E1D7EE;
}
.AnyTagClassName
{
color: #E1D7EE;
}
</style>
background-color css
<style>
a { background-color: #E1D7EE; }
a { background-color: rgb(225,215,238); }
div.DivClassName
{
background-color: #E1D7EE;
}
.BgClassName
{
background-color: #E1D7EE;
}
</style>
border-color css
<style>
span { border-color: #E1D7EE; }
span { border-color: rgb(225,215,238); }
td.TdClassName
{
border-color: #E1D7EE;
}
.TagClassName
{
border-color: #E1D7EE;
}
</style>