Shades of Fog #E0DAEE
Tints of Fog #E0DAEE
RGB
CMYK
RGB Variations
Color information
#E0DAEE (or 0xE0DAEE) is known color: Fog. HEX triplet: E0, DA and EE. RGB value is (224,218,238). Sum of RGB (Red+Green+Blue) = 224+218+238=680 (90% of max value = 765). Red value is 224 (87.89% from 255 or 32.94% from 680); Green value is 218 (85.55% from 255 or 32.06% from 680); Blue value is 238 (93.36% from 255 or 35% from 680); Max value from RGB is 238 - color contains mainly: blue. Hex color #E0DAEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0DAEE is #1F2511. Grayscale: #DEDEDE. Windows color (decimal): -2041106 or 15653600. OLE color: 15653600.
HSL color Cylindrical-coordinate representation of color #E0DAEE: hue angle of 258º degrees, saturation: 0.37, 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 #E0DAEE is Cyan = 0.06, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 224 | 218 | 238 | - |
| CMYK | 0.06 | 0.08 | 0 | 0.07 |
| HSL | 258º | 0.37% | 0.89% | - |
| HSV(B) | 258º | 0.08% | 0.93% | - |
| XYZ | 71.24 | 72.16 | 91.06 | - |
| YUV | 222.07 | 136.99 | 129.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 218 | 238 | 0.06 | 0.08 | 0 | 0.07 | 258 | 0.37 | 0.89 |
| Hex | E0 | DA | EE | 6 | 8 | 0 | 7 | 102 | 25 | 59 |
| Octal | 340 | 332 | 356 | 6 | 10 | 0 | 7 | 402 | 45 | 131 |
| Binary | 11100000 | 11011010 | 11101110 | 110 | 1000 | 0 | 111 | 100000010 | 100101 | 1011001 |
Color Harmonies of #E0DAEE
Complementary color
Monochromatic Colors of #E0DAEE
Black with #E0DAEE
Text Example
Text Example
White with #E0DAEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0DAEE; }
p { color: rgb(224,218,238); }
H1.HeaderClassName
{
color: #E0DAEE;
}
.AnyTagClassName
{
color: #E0DAEE;
}
</style>
background-color css
<style>
a { background-color: #E0DAEE; }
a { background-color: rgb(224,218,238); }
div.DivClassName
{
background-color: #E0DAEE;
}
.BgClassName
{
background-color: #E0DAEE;
}
</style>
border-color css
<style>
span { border-color: #E0DAEE; }
span { border-color: rgb(224,218,238); }
td.TdClassName
{
border-color: #E0DAEE;
}
.TagClassName
{
border-color: #E0DAEE;
}
</style>