Shades of Fog #E1D9EF
Tints of Fog #E1D9EF
RGB
CMYK
RGB Variations
Color information
#E1D9EF (or 0xE1D9EF) is known color: Fog. HEX triplet: E1, D9 and EF. RGB value is (225,217,239). Sum of RGB (Red+Green+Blue) = 225+217+239=681 (90% of max value = 765). Red value is 225 (88.28% from 255 or 33.04% from 681); Green value is 217 (85.16% from 255 or 31.86% from 681); Blue value is 239 (93.75% from 255 or 35.10% from 681); Max value from RGB is 239 - color contains mainly: blue. Hex color #E1D9EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1D9EF is #1E2610. Grayscale: #DDDDDD. Windows color (decimal): -1975825 or 15718881. OLE color: 15718881.
HSL color Cylindrical-coordinate representation of color #E1D9EF: hue angle of 261.82º degrees, saturation: 0.41, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E1D9EF is Cyan = 0.06, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 225 | 217 | 239 | - |
| CMYK | 0.06 | 0.09 | 0 | 0.06 |
| HSL | 261.82º | 0.41% | 0.89% | - |
| HSV(B) | 261.82º | 0.09% | 0.94% | - |
| XYZ | 71.44 | 71.87 | 91.77 | - |
| YUV | 221.9 | 137.65 | 130.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 217 | 239 | 0.06 | 0.09 | 0 | 0.06 | 261.82 | 0.41 | 0.89 |
| Hex | E1 | D9 | EF | 6 | 9 | 0 | 6 | 106 | 29 | 59 |
| Octal | 341 | 331 | 357 | 6 | 11 | 0 | 6 | 406 | 51 | 131 |
| Binary | 11100001 | 11011001 | 11101111 | 110 | 1001 | 0 | 110 | 100000110 | 101001 | 1011001 |
Color Harmonies of #E1D9EF
Complementary color
Monochromatic Colors of #E1D9EF
Black with #E1D9EF
Text Example
Text Example
White with #E1D9EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1D9EF; }
p { color: rgb(225,217,239); }
H1.HeaderClassName
{
color: #E1D9EF;
}
.AnyTagClassName
{
color: #E1D9EF;
}
</style>
background-color css
<style>
a { background-color: #E1D9EF; }
a { background-color: rgb(225,217,239); }
div.DivClassName
{
background-color: #E1D9EF;
}
.BgClassName
{
background-color: #E1D9EF;
}
</style>
border-color css
<style>
span { border-color: #E1D9EF; }
span { border-color: rgb(225,217,239); }
td.TdClassName
{
border-color: #E1D9EF;
}
.TagClassName
{
border-color: #E1D9EF;
}
</style>