Shades of Fog #E2DEEB
Tints of Fog #E2DEEB
RGB
CMYK
RGB Variations
Color information
#E2DEEB (or 0xE2DEEB) is known color: Fog. HEX triplet: E2, DE and EB. RGB value is (226,222,235). Sum of RGB (Red+Green+Blue) = 226+222+235=683 (90% of max value = 765). Red value is 226 (88.67% from 255 or 33.09% from 683); Green value is 222 (87.11% from 255 or 32.50% from 683); Blue value is 235 (92.19% from 255 or 34.41% from 683); Max value from RGB is 235 - color contains mainly: blue. Hex color #E2DEEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2DEEB is #1D2114. Grayscale: #E0E0E0. Windows color (decimal): -1909013 or 15458018. OLE color: 15458018.
HSL color Cylindrical-coordinate representation of color #E2DEEB: hue angle of 258.46º degrees, saturation: 0.25, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #E2DEEB is Cyan = 0.04, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
RGB | 226 | 222 | 235 | - |
CMYK | 0.04 | 0.06 | 0 | 0.08 |
HSL | 258.46º | 0.25% | 0.9% | - |
HSV(B) | 258.46º | 0.06% | 0.92% | - |
XYZ | 72.48 | 74.41 | 89.14 | - |
YUV | 224.68 | 133.83 | 128.94 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 226 | 222 | 235 | 0.04 | 0.06 | 0 | 0.08 | 258.46 | 0.25 | 0.9 |
Hex | E2 | DE | EB | 4 | 6 | 0 | 8 | 102 | 19 | 5A |
Octal | 342 | 336 | 353 | 4 | 6 | 0 | 10 | 402 | 31 | 132 |
Binary | 11100010 | 11011110 | 11101011 | 100 | 110 | 0 | 1000 | 100000010 | 11001 | 1011010 |
Color Harmonies of #E2DEEB
Complementary color
Monochromatic Colors of #E2DEEB
Black with #E2DEEB
Text Example
Text Example
White with #E2DEEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2DEEB; }
p { color: rgb(226,222,235); }
H1.HeaderClassName
{
color: #E2DEEB;
}
.AnyTagClassName
{
color: #E2DEEB;
}
</style>
background-color css
<style>
a { background-color: #E2DEEB; }
a { background-color: rgb(226,222,235); }
div.DivClassName
{
background-color: #E2DEEB;
}
.BgClassName
{
background-color: #E2DEEB;
}
</style>
border-color css
<style>
span { border-color: #E2DEEB; }
span { border-color: rgb(226,222,235); }
td.TdClassName
{
border-color: #E2DEEB;
}
.TagClassName
{
border-color: #E2DEEB;
}
</style>