Shades of Fog #E1DAEC
Tints of Fog #E1DAEC
RGB
CMYK
RGB Variations
Color information
#E1DAEC (or 0xE1DAEC) is known color: Fog. HEX triplet: E1, DA and EC. RGB value is (225,218,236). Sum of RGB (Red+Green+Blue) = 225+218+236=679 (89% of max value = 765). Red value is 225 (88.28% from 255 or 33.14% from 679); Green value is 218 (85.55% from 255 or 32.11% from 679); Blue value is 236 (92.58% from 255 or 34.76% from 679); Max value from RGB is 236 - color contains mainly: blue. Hex color #E1DAEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1DAEC is #1E2513. Grayscale: #DEDEDE. Windows color (decimal): -1975572 or 15522529. OLE color: 15522529.
HSL color Cylindrical-coordinate representation of color #E1DAEC: hue angle of 263.33º degrees, saturation: 0.32, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E1DAEC is Cyan = 0.05, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 225 | 218 | 236 | - |
| CMYK | 0.05 | 0.08 | 0 | 0.07 |
| HSL | 263.33º | 0.32% | 0.89% | - |
| HSV(B) | 263.33º | 0.08% | 0.93% | - |
| XYZ | 71.26 | 72.21 | 89.54 | - |
| YUV | 222.15 | 135.82 | 130.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 218 | 236 | 0.05 | 0.08 | 0 | 0.07 | 263.33 | 0.32 | 0.89 |
| Hex | E1 | DA | EC | 5 | 8 | 0 | 7 | 107 | 20 | 59 |
| Octal | 341 | 332 | 354 | 5 | 10 | 0 | 7 | 407 | 40 | 131 |
| Binary | 11100001 | 11011010 | 11101100 | 101 | 1000 | 0 | 111 | 100000111 | 100000 | 1011001 |
Color Harmonies of #E1DAEC
Complementary color
Monochromatic Colors of #E1DAEC
Black with #E1DAEC
Text Example
Text Example
White with #E1DAEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1DAEC; }
p { color: rgb(225,218,236); }
H1.HeaderClassName
{
color: #E1DAEC;
}
.AnyTagClassName
{
color: #E1DAEC;
}
</style>
background-color css
<style>
a { background-color: #E1DAEC; }
a { background-color: rgb(225,218,236); }
div.DivClassName
{
background-color: #E1DAEC;
}
.BgClassName
{
background-color: #E1DAEC;
}
</style>
border-color css
<style>
span { border-color: #E1DAEC; }
span { border-color: rgb(225,218,236); }
td.TdClassName
{
border-color: #E1DAEC;
}
.TagClassName
{
border-color: #E1DAEC;
}
</style>