Shades of Fog #E2D9EF
Tints of Fog #E2D9EF
RGB
CMYK
RGB Variations
Color information
#E2D9EF (or 0xE2D9EF) is known color: Fog. HEX triplet: E2, D9 and EF. RGB value is (226,217,239). Sum of RGB (Red+Green+Blue) = 226+217+239=682 (90% of max value = 765). Red value is 226 (88.67% from 255 or 33.14% from 682); Green value is 217 (85.16% from 255 or 31.82% from 682); Blue value is 239 (93.75% from 255 or 35.04% from 682); Max value from RGB is 239 - color contains mainly: blue. Hex color #E2D9EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2D9EF is #1D2610. Grayscale: #DEDEDE. Windows color (decimal): -1910289 or 15718882. OLE color: 15718882.
HSL color Cylindrical-coordinate representation of color #E2D9EF: hue angle of 264.55º degrees, saturation: 0.41, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E2D9EF is Cyan = 0.05, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
RGB | 226 | 217 | 239 | - |
CMYK | 0.05 | 0.09 | 0 | 0.06 |
HSL | 264.55º | 0.41% | 0.89% | - |
HSV(B) | 264.55º | 0.09% | 0.94% | - |
XYZ | 71.76 | 72.03 | 91.78 | - |
YUV | 222.2 | 137.48 | 130.71 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 226 | 217 | 239 | 0.05 | 0.09 | 0 | 0.06 | 264.55 | 0.41 | 0.89 |
Hex | E2 | D9 | EF | 5 | 9 | 0 | 6 | 109 | 29 | 59 |
Octal | 342 | 331 | 357 | 5 | 11 | 0 | 6 | 411 | 51 | 131 |
Binary | 11100010 | 11011001 | 11101111 | 101 | 1001 | 0 | 110 | 100001001 | 101001 | 1011001 |
Color Harmonies of #E2D9EF
Complementary color
Monochromatic Colors of #E2D9EF
Black with #E2D9EF
Text Example
Text Example
White with #E2D9EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2D9EF; }
p { color: rgb(226,217,239); }
H1.HeaderClassName
{
color: #E2D9EF;
}
.AnyTagClassName
{
color: #E2D9EF;
}
</style>
background-color css
<style>
a { background-color: #E2D9EF; }
a { background-color: rgb(226,217,239); }
div.DivClassName
{
background-color: #E2D9EF;
}
.BgClassName
{
background-color: #E2D9EF;
}
</style>
border-color css
<style>
span { border-color: #E2D9EF; }
span { border-color: rgb(226,217,239); }
td.TdClassName
{
border-color: #E2D9EF;
}
.TagClassName
{
border-color: #E2D9EF;
}
</style>