Shades of Fog #E0DAE9
Tints of Fog #E0DAE9
RGB
CMYK
RGB Variations
Color information
#E0DAE9 (or 0xE0DAE9) is known color: Fog. HEX triplet: E0, DA and E9. RGB value is (224,218,233). Sum of RGB (Red+Green+Blue) = 224+218+233=675 (89% of max value = 765). Red value is 224 (87.89% from 255 or 33.19% from 675); Green value is 218 (85.55% from 255 or 32.30% from 675); Blue value is 233 (91.41% from 255 or 34.52% from 675); Max value from RGB is 233 - color contains mainly: blue. Hex color #E0DAE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0DAE9 is #1F2516. Grayscale: #DDDDDD. Windows color (decimal): -2041111 or 15325920. OLE color: 15325920.
HSL color Cylindrical-coordinate representation of color #E0DAE9: hue angle of 264º degrees, saturation: 0.25, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #E0DAE9 is Cyan = 0.04, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 224 | 218 | 233 | - |
| CMYK | 0.04 | 0.06 | 0 | 0.09 |
| HSL | 264º | 0.25% | 0.88% | - |
| HSV(B) | 264º | 0.06% | 0.91% | - |
| XYZ | 70.52 | 71.87 | 87.25 | - |
| YUV | 221.5 | 134.49 | 129.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 218 | 233 | 0.04 | 0.06 | 0 | 0.09 | 264 | 0.25 | 0.88 |
| Hex | E0 | DA | E9 | 4 | 6 | 0 | 9 | 108 | 19 | 58 |
| Octal | 340 | 332 | 351 | 4 | 6 | 0 | 11 | 410 | 31 | 130 |
| Binary | 11100000 | 11011010 | 11101001 | 100 | 110 | 0 | 1001 | 100001000 | 11001 | 1011000 |
Color Harmonies of #E0DAE9
Complementary color
Monochromatic Colors of #E0DAE9
Black with #E0DAE9
Text Example
Text Example
White with #E0DAE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0DAE9; }
p { color: rgb(224,218,233); }
H1.HeaderClassName
{
color: #E0DAE9;
}
.AnyTagClassName
{
color: #E0DAE9;
}
</style>
background-color css
<style>
a { background-color: #E0DAE9; }
a { background-color: rgb(224,218,233); }
div.DivClassName
{
background-color: #E0DAE9;
}
.BgClassName
{
background-color: #E0DAE9;
}
</style>
border-color css
<style>
span { border-color: #E0DAE9; }
span { border-color: rgb(224,218,233); }
td.TdClassName
{
border-color: #E0DAE9;
}
.TagClassName
{
border-color: #E0DAE9;
}
</style>