Shades of Fog #E2DFE8
Tints of Fog #E2DFE8
RGB
CMYK
RGB Variations
Color information
#E2DFE8 (or 0xE2DFE8) is known color: Fog. HEX triplet: E2, DF and E8. RGB value is (226,223,232). Sum of RGB (Red+Green+Blue) = 226+223+232=681 (90% of max value = 765). Red value is 226 (88.67% from 255 or 33.19% from 681); Green value is 223 (87.5% from 255 or 32.75% from 681); Blue value is 232 (91.02% from 255 or 34.07% from 681); Max value from RGB is 232 - color contains mainly: blue. Hex color #E2DFE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2DFE8 is #1D2017. Grayscale: #E0E0E0. Windows color (decimal): -1908760 or 15261666. OLE color: 15261666.
HSL color Cylindrical-coordinate representation of color #E2DFE8: hue angle of 260º degrees, saturation: 0.16, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #E2DFE8 is Cyan = 0.03, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 226 | 223 | 232 | - |
| CMYK | 0.03 | 0.04 | 0 | 0.09 |
| HSL | 260º | 0.16% | 0.89% | - |
| HSV(B) | 260º | 0.04% | 0.91% | - |
| XYZ | 72.32 | 74.77 | 86.96 | - |
| YUV | 224.92 | 131.99 | 128.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 223 | 232 | 0.03 | 0.04 | 0 | 0.09 | 260 | 0.16 | 0.89 |
| Hex | E2 | DF | E8 | 3 | 4 | 0 | 9 | 104 | 10 | 59 |
| Octal | 342 | 337 | 350 | 3 | 4 | 0 | 11 | 404 | 20 | 131 |
| Binary | 11100010 | 11011111 | 11101000 | 11 | 100 | 0 | 1001 | 100000100 | 10000 | 1011001 |
Color Harmonies of #E2DFE8
Complementary color
Monochromatic Colors of #E2DFE8
Black with #E2DFE8
Text Example
Text Example
White with #E2DFE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2DFE8; }
p { color: rgb(226,223,232); }
H1.HeaderClassName
{
color: #E2DFE8;
}
.AnyTagClassName
{
color: #E2DFE8;
}
</style>
background-color css
<style>
a { background-color: #E2DFE8; }
a { background-color: rgb(226,223,232); }
div.DivClassName
{
background-color: #E2DFE8;
}
.BgClassName
{
background-color: #E2DFE8;
}
</style>
border-color css
<style>
span { border-color: #E2DFE8; }
span { border-color: rgb(226,223,232); }
td.TdClassName
{
border-color: #E2DFE8;
}
.TagClassName
{
border-color: #E2DFE8;
}
</style>