Shades of Fog #E2DAEF
Tints of Fog #E2DAEF
RGB
CMYK
RGB Variations
Color information
#E2DAEF (or 0xE2DAEF) is known color: Fog. HEX triplet: E2, DA and EF. RGB value is (226,218,239). Sum of RGB (Red+Green+Blue) = 226+218+239=683 (90% of max value = 765). Red value is 226 (88.67% from 255 or 33.09% from 683); Green value is 218 (85.55% from 255 or 31.92% from 683); Blue value is 239 (93.75% from 255 or 34.99% from 683); Max value from RGB is 239 - color contains mainly: blue. Hex color #E2DAEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2DAEF is #1D2510. Grayscale: #DEDEDE. Windows color (decimal): -1910033 or 15719138. OLE color: 15719138.
HSL color Cylindrical-coordinate representation of color #E2DAEF: hue angle of 262.86º degrees, saturation: 0.4, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E2DAEF is Cyan = 0.05, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
RGB | 226 | 218 | 239 | - |
CMYK | 0.05 | 0.09 | 0 | 0.06 |
HSL | 262.86º | 0.4% | 0.9% | - |
HSV(B) | 262.86º | 0.09% | 0.94% | - |
XYZ | 72.02 | 72.54 | 91.87 | - |
YUV | 222.79 | 137.15 | 130.29 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 226 | 218 | 239 | 0.05 | 0.09 | 0 | 0.06 | 262.86 | 0.4 | 0.9 |
Hex | E2 | DA | EF | 5 | 9 | 0 | 6 | 107 | 28 | 5A |
Octal | 342 | 332 | 357 | 5 | 11 | 0 | 6 | 407 | 50 | 132 |
Binary | 11100010 | 11011010 | 11101111 | 101 | 1001 | 0 | 110 | 100000111 | 101000 | 1011010 |
Color Harmonies of #E2DAEF
Complementary color
Monochromatic Colors of #E2DAEF
Black with #E2DAEF
Text Example
Text Example
White with #E2DAEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2DAEF; }
p { color: rgb(226,218,239); }
H1.HeaderClassName
{
color: #E2DAEF;
}
.AnyTagClassName
{
color: #E2DAEF;
}
</style>
background-color css
<style>
a { background-color: #E2DAEF; }
a { background-color: rgb(226,218,239); }
div.DivClassName
{
background-color: #E2DAEF;
}
.BgClassName
{
background-color: #E2DAEF;
}
</style>
border-color css
<style>
span { border-color: #E2DAEF; }
span { border-color: rgb(226,218,239); }
td.TdClassName
{
border-color: #E2DAEF;
}
.TagClassName
{
border-color: #E2DAEF;
}
</style>