Shades of Fog #E0DAEC
Tints of Fog #E0DAEC
RGB
CMYK
RGB Variations
Color information
#E0DAEC (or 0xE0DAEC) is known color: Fog. HEX triplet: E0, DA and EC. RGB value is (224,218,236). Sum of RGB (Red+Green+Blue) = 224+218+236=678 (89% of max value = 765). Red value is 224 (87.89% from 255 or 33.04% from 678); Green value is 218 (85.55% from 255 or 32.15% from 678); Blue value is 236 (92.58% from 255 or 34.81% from 678); Max value from RGB is 236 - color contains mainly: blue. Hex color #E0DAEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0DAEC is #1F2513. Grayscale: #DDDDDD. Windows color (decimal): -2041108 or 15522528. OLE color: 15522528.
HSL color Cylindrical-coordinate representation of color #E0DAEC: hue angle of 260º 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 #E0DAEC is Cyan = 0.05, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 224 | 218 | 236 | - |
| CMYK | 0.05 | 0.08 | 0 | 0.07 |
| HSL | 260º | 0.32% | 0.89% | - |
| HSV(B) | 260º | 0.08% | 0.93% | - |
| XYZ | 70.95 | 72.05 | 89.52 | - |
| YUV | 221.85 | 135.99 | 129.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 218 | 236 | 0.05 | 0.08 | 0 | 0.07 | 260 | 0.32 | 0.89 |
| Hex | E0 | DA | EC | 5 | 8 | 0 | 7 | 104 | 20 | 59 |
| Octal | 340 | 332 | 354 | 5 | 10 | 0 | 7 | 404 | 40 | 131 |
| Binary | 11100000 | 11011010 | 11101100 | 101 | 1000 | 0 | 111 | 100000100 | 100000 | 1011001 |
Color Harmonies of #E0DAEC
Complementary color
Monochromatic Colors of #E0DAEC
Black with #E0DAEC
Text Example
Text Example
White with #E0DAEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0DAEC; }
p { color: rgb(224,218,236); }
H1.HeaderClassName
{
color: #E0DAEC;
}
.AnyTagClassName
{
color: #E0DAEC;
}
</style>
background-color css
<style>
a { background-color: #E0DAEC; }
a { background-color: rgb(224,218,236); }
div.DivClassName
{
background-color: #E0DAEC;
}
.BgClassName
{
background-color: #E0DAEC;
}
</style>
border-color css
<style>
span { border-color: #E0DAEC; }
span { border-color: rgb(224,218,236); }
td.TdClassName
{
border-color: #E0DAEC;
}
.TagClassName
{
border-color: #E0DAEC;
}
</style>