Shades of Fog #E0DCE8
Tints of Fog #E0DCE8
RGB
CMYK
RGB Variations
Color information
#E0DCE8 (or 0xE0DCE8) is known color: Fog. HEX triplet: E0, DC and E8. RGB value is (224,220,232). Sum of RGB (Red+Green+Blue) = 224+220+232=676 (89% of max value = 765). Red value is 224 (87.89% from 255 or 33.14% from 676); Green value is 220 (86.33% from 255 or 32.54% from 676); Blue value is 232 (91.02% from 255 or 34.32% from 676); Max value from RGB is 232 - color contains mainly: blue. Hex color #E0DCE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0DCE8 is #1F2317. Grayscale: #DEDEDE. Windows color (decimal): -2040600 or 15260896. OLE color: 15260896.
HSL color Cylindrical-coordinate representation of color #E0DCE8: hue angle of 260º degrees, saturation: 0.21, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #E0DCE8 is Cyan = 0.03, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 224 | 220 | 232 | - |
| CMYK | 0.03 | 0.05 | 0 | 0.09 |
| HSL | 260º | 0.21% | 0.89% | - |
| HSV(B) | 260º | 0.05% | 0.91% | - |
| XYZ | 70.9 | 72.86 | 86.67 | - |
| YUV | 222.56 | 133.33 | 129.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 220 | 232 | 0.03 | 0.05 | 0 | 0.09 | 260 | 0.21 | 0.89 |
| Hex | E0 | DC | E8 | 3 | 5 | 0 | 9 | 104 | 15 | 59 |
| Octal | 340 | 334 | 350 | 3 | 5 | 0 | 11 | 404 | 25 | 131 |
| Binary | 11100000 | 11011100 | 11101000 | 11 | 101 | 0 | 1001 | 100000100 | 10101 | 1011001 |
Color Harmonies of #E0DCE8
Complementary color
Monochromatic Colors of #E0DCE8
Black with #E0DCE8
Text Example
Text Example
White with #E0DCE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0DCE8; }
p { color: rgb(224,220,232); }
H1.HeaderClassName
{
color: #E0DCE8;
}
.AnyTagClassName
{
color: #E0DCE8;
}
</style>
background-color css
<style>
a { background-color: #E0DCE8; }
a { background-color: rgb(224,220,232); }
div.DivClassName
{
background-color: #E0DCE8;
}
.BgClassName
{
background-color: #E0DCE8;
}
</style>
border-color css
<style>
span { border-color: #E0DCE8; }
span { border-color: rgb(224,220,232); }
td.TdClassName
{
border-color: #E0DCE8;
}
.TagClassName
{
border-color: #E0DCE8;
}
</style>