Shades of Fog #E2DAEE
Tints of Fog #E2DAEE
RGB
CMYK
RGB Variations
Color information
#E2DAEE (or 0xE2DAEE) is known color: Fog. HEX triplet: E2, DA and EE. RGB value is (226,218,238). Sum of RGB (Red+Green+Blue) = 226+218+238=682 (90% of max value = 765). Red value is 226 (88.67% from 255 or 33.14% from 682); Green value is 218 (85.55% from 255 or 31.96% from 682); Blue value is 238 (93.36% from 255 or 34.90% from 682); Max value from RGB is 238 - color contains mainly: blue. Hex color #E2DAEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2DAEE is #1D2511. Grayscale: #DEDEDE. Windows color (decimal): -1910034 or 15653602. OLE color: 15653602.
HSL color Cylindrical-coordinate representation of color #E2DAEE: hue angle of 264º 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 #E2DAEE is Cyan = 0.05, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 226 | 218 | 238 | - |
CMYK | 0.05 | 0.08 | 0 | 0.07 |
HSL | 264º | 0.37% | 0.89% | - |
HSV(B) | 264º | 0.08% | 0.93% | - |
XYZ | 71.87 | 72.48 | 91.09 | - |
YUV | 222.67 | 136.65 | 130.37 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 226 | 218 | 238 | 0.05 | 0.08 | 0 | 0.07 | 264 | 0.37 | 0.89 |
Hex | E2 | DA | EE | 5 | 8 | 0 | 7 | 108 | 25 | 59 |
Octal | 342 | 332 | 356 | 5 | 10 | 0 | 7 | 410 | 45 | 131 |
Binary | 11100010 | 11011010 | 11101110 | 101 | 1000 | 0 | 111 | 100001000 | 100101 | 1011001 |
Color Harmonies of #E2DAEE
Complementary color
Monochromatic Colors of #E2DAEE
Black with #E2DAEE
Text Example
Text Example
White with #E2DAEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2DAEE; }
p { color: rgb(226,218,238); }
H1.HeaderClassName
{
color: #E2DAEE;
}
.AnyTagClassName
{
color: #E2DAEE;
}
</style>
background-color css
<style>
a { background-color: #E2DAEE; }
a { background-color: rgb(226,218,238); }
div.DivClassName
{
background-color: #E2DAEE;
}
.BgClassName
{
background-color: #E2DAEE;
}
</style>
border-color css
<style>
span { border-color: #E2DAEE; }
span { border-color: rgb(226,218,238); }
td.TdClassName
{
border-color: #E2DAEE;
}
.TagClassName
{
border-color: #E2DAEE;
}
</style>