Shades of Fog #E2DCEF
Tints of Fog #E2DCEF
RGB
CMYK
RGB Variations
Color information
#E2DCEF (or 0xE2DCEF) is known color: Fog. HEX triplet: E2, DC and EF. RGB value is (226,220,239). Sum of RGB (Red+Green+Blue) = 226+220+239=685 (90% of max value = 765). Red value is 226 (88.67% from 255 or 32.99% from 685); Green value is 220 (86.33% from 255 or 32.12% from 685); Blue value is 239 (93.75% from 255 or 34.89% from 685); Max value from RGB is 239 - color contains mainly: blue. Hex color #E2DCEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2DCEF is #1D2310. Grayscale: #DFDFDF. Windows color (decimal): -1909521 or 15719650. OLE color: 15719650.
HSL color Cylindrical-coordinate representation of color #E2DCEF: hue angle of 258.95º degrees, saturation: 0.37, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E2DCEF is Cyan = 0.05, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
RGB | 226 | 220 | 239 | - |
CMYK | 0.05 | 0.08 | 0 | 0.06 |
HSL | 258.95º | 0.37% | 0.9% | - |
HSV(B) | 258.95º | 0.08% | 0.94% | - |
XYZ | 72.54 | 73.59 | 92.04 | - |
YUV | 223.96 | 136.49 | 129.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 226 | 220 | 239 | 0.05 | 0.08 | 0 | 0.06 | 258.95 | 0.37 | 0.9 |
Hex | E2 | DC | EF | 5 | 8 | 0 | 6 | 103 | 25 | 5A |
Octal | 342 | 334 | 357 | 5 | 10 | 0 | 6 | 403 | 45 | 132 |
Binary | 11100010 | 11011100 | 11101111 | 101 | 1000 | 0 | 110 | 100000011 | 100101 | 1011010 |
Color Harmonies of #E2DCEF
Complementary color
Monochromatic Colors of #E2DCEF
Black with #E2DCEF
Text Example
Text Example
White with #E2DCEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2DCEF; }
p { color: rgb(226,220,239); }
H1.HeaderClassName
{
color: #E2DCEF;
}
.AnyTagClassName
{
color: #E2DCEF;
}
</style>
background-color css
<style>
a { background-color: #E2DCEF; }
a { background-color: rgb(226,220,239); }
div.DivClassName
{
background-color: #E2DCEF;
}
.BgClassName
{
background-color: #E2DCEF;
}
</style>
border-color css
<style>
span { border-color: #E2DCEF; }
span { border-color: rgb(226,220,239); }
td.TdClassName
{
border-color: #E2DCEF;
}
.TagClassName
{
border-color: #E2DCEF;
}
</style>