Shades of Fog #E1D7EF
Tints of Fog #E1D7EF
RGB
CMYK
RGB Variations
Color information
#E1D7EF (or 0xE1D7EF) is known color: Fog. HEX triplet: E1, D7 and EF. RGB value is (225,215,239). Sum of RGB (Red+Green+Blue) = 225+215+239=679 (89% of max value = 765). Red value is 225 (88.28% from 255 or 33.14% from 679); Green value is 215 (84.38% from 255 or 31.66% from 679); Blue value is 239 (93.75% from 255 or 35.20% from 679); Max value from RGB is 239 - color contains mainly: blue. Hex color #E1D7EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1D7EF is #1E2810. Grayscale: #DCDCDC. Windows color (decimal): -1976337 or 15718369. OLE color: 15718369.
HSL color Cylindrical-coordinate representation of color #E1D7EF: hue angle of 265º degrees, saturation: 0.43, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E1D7EF is Cyan = 0.06, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 225 | 215 | 239 | - |
| CMYK | 0.06 | 0.10 | 0 | 0.06 |
| HSL | 265º | 0.43% | 0.89% | - |
| HSV(B) | 265º | 0.1% | 0.94% | - |
| XYZ | 70.93 | 70.84 | 91.6 | - |
| YUV | 220.73 | 138.31 | 131.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 215 | 239 | 0.06 | 0.10 | 0 | 0.06 | 265 | 0.43 | 0.89 |
| Hex | E1 | D7 | EF | 6 | A | 0 | 6 | 109 | 2B | 59 |
| Octal | 341 | 327 | 357 | 6 | 12 | 0 | 6 | 411 | 53 | 131 |
| Binary | 11100001 | 11010111 | 11101111 | 110 | 1010 | 0 | 110 | 100001001 | 101011 | 1011001 |
Color Harmonies of #E1D7EF
Complementary color
Monochromatic Colors of #E1D7EF
Black with #E1D7EF
Text Example
Text Example
White with #E1D7EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1D7EF; }
p { color: rgb(225,215,239); }
H1.HeaderClassName
{
color: #E1D7EF;
}
.AnyTagClassName
{
color: #E1D7EF;
}
</style>
background-color css
<style>
a { background-color: #E1D7EF; }
a { background-color: rgb(225,215,239); }
div.DivClassName
{
background-color: #E1D7EF;
}
.BgClassName
{
background-color: #E1D7EF;
}
</style>
border-color css
<style>
span { border-color: #E1D7EF; }
span { border-color: rgb(225,215,239); }
td.TdClassName
{
border-color: #E1D7EF;
}
.TagClassName
{
border-color: #E1D7EF;
}
</style>