Shades of Fog #E2DDEC
Tints of Fog #E2DDEC
RGB
CMYK
RGB Variations
Color information
#E2DDEC (or 0xE2DDEC) is known color: Fog. HEX triplet: E2, DD and EC. RGB value is (226,221,236). Sum of RGB (Red+Green+Blue) = 226+221+236=683 (90% of max value = 765). Red value is 226 (88.67% from 255 or 33.09% from 683); Green value is 221 (86.72% from 255 or 32.36% from 683); Blue value is 236 (92.58% from 255 or 34.55% from 683); Max value from RGB is 236 - color contains mainly: blue. Hex color #E2DDEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2DDEC is #1D2213. Grayscale: #E0E0E0. Windows color (decimal): -1909268 or 15523298. OLE color: 15523298.
HSL color Cylindrical-coordinate representation of color #E2DDEC: hue angle of 260º degrees, saturation: 0.28, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #E2DDEC is Cyan = 0.04, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 226 | 221 | 236 | - |
CMYK | 0.04 | 0.06 | 0 | 0.07 |
HSL | 260º | 0.28% | 0.9% | - |
HSV(B) | 260º | 0.06% | 0.93% | - |
XYZ | 72.36 | 73.94 | 89.81 | - |
YUV | 224.21 | 134.66 | 129.28 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 226 | 221 | 236 | 0.04 | 0.06 | 0 | 0.07 | 260 | 0.28 | 0.9 |
Hex | E2 | DD | EC | 4 | 6 | 0 | 7 | 104 | 1C | 5A |
Octal | 342 | 335 | 354 | 4 | 6 | 0 | 7 | 404 | 34 | 132 |
Binary | 11100010 | 11011101 | 11101100 | 100 | 110 | 0 | 111 | 100000100 | 11100 | 1011010 |
Color Harmonies of #E2DDEC
Complementary color
Monochromatic Colors of #E2DDEC
Black with #E2DDEC
Text Example
Text Example
White with #E2DDEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2DDEC; }
p { color: rgb(226,221,236); }
H1.HeaderClassName
{
color: #E2DDEC;
}
.AnyTagClassName
{
color: #E2DDEC;
}
</style>
background-color css
<style>
a { background-color: #E2DDEC; }
a { background-color: rgb(226,221,236); }
div.DivClassName
{
background-color: #E2DDEC;
}
.BgClassName
{
background-color: #E2DDEC;
}
</style>
border-color css
<style>
span { border-color: #E2DDEC; }
span { border-color: rgb(226,221,236); }
td.TdClassName
{
border-color: #E2DDEC;
}
.TagClassName
{
border-color: #E2DDEC;
}
</style>