Shades of Fog #E1DAEF
Tints of Fog #E1DAEF
RGB
CMYK
RGB Variations
Color information
#E1DAEF (or 0xE1DAEF) is known color: Fog. HEX triplet: E1, DA and EF. RGB value is (225,218,239). Sum of RGB (Red+Green+Blue) = 225+218+239=682 (90% of max value = 765). Red value is 225 (88.28% from 255 or 32.99% from 682); Green value is 218 (85.55% from 255 or 31.96% from 682); Blue value is 239 (93.75% from 255 or 35.04% from 682); Max value from RGB is 239 - color contains mainly: blue. Hex color #E1DAEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1DAEF is #1E2510. Grayscale: #DEDEDE. Windows color (decimal): -1975569 or 15719137. OLE color: 15719137.
HSL color Cylindrical-coordinate representation of color #E1DAEF: hue angle of 260º degrees, saturation: 0.4, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E1DAEF is Cyan = 0.06, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 225 | 218 | 239 | - |
| CMYK | 0.06 | 0.09 | 0 | 0.06 |
| HSL | 260º | 0.4% | 0.9% | - |
| HSV(B) | 260º | 0.09% | 0.94% | - |
| XYZ | 71.7 | 72.38 | 91.85 | - |
| YUV | 222.49 | 137.32 | 129.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 218 | 239 | 0.06 | 0.09 | 0 | 0.06 | 260 | 0.4 | 0.9 |
| Hex | E1 | DA | EF | 6 | 9 | 0 | 6 | 104 | 28 | 5A |
| Octal | 341 | 332 | 357 | 6 | 11 | 0 | 6 | 404 | 50 | 132 |
| Binary | 11100001 | 11011010 | 11101111 | 110 | 1001 | 0 | 110 | 100000100 | 101000 | 1011010 |
Color Harmonies of #E1DAEF
Complementary color
Monochromatic Colors of #E1DAEF
Black with #E1DAEF
Text Example
Text Example
White with #E1DAEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1DAEF; }
p { color: rgb(225,218,239); }
H1.HeaderClassName
{
color: #E1DAEF;
}
.AnyTagClassName
{
color: #E1DAEF;
}
</style>
background-color css
<style>
a { background-color: #E1DAEF; }
a { background-color: rgb(225,218,239); }
div.DivClassName
{
background-color: #E1DAEF;
}
.BgClassName
{
background-color: #E1DAEF;
}
</style>
border-color css
<style>
span { border-color: #E1DAEF; }
span { border-color: rgb(225,218,239); }
td.TdClassName
{
border-color: #E1DAEF;
}
.TagClassName
{
border-color: #E1DAEF;
}
</style>