Shades of Fog #E0DDE6
Tints of Fog #E0DDE6
RGB
CMYK
RGB Variations
Color information
#E0DDE6 (or 0xE0DDE6) is known color: Fog. HEX triplet: E0, DD and E6. RGB value is (224,221,230). Sum of RGB (Red+Green+Blue) = 224+221+230=675 (89% of max value = 765). Red value is 224 (87.89% from 255 or 33.19% from 675); Green value is 221 (86.72% from 255 or 32.74% from 675); Blue value is 230 (90.23% from 255 or 34.07% from 675); Max value from RGB is 230 - color contains mainly: blue. Hex color #E0DDE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0DDE6 is #1F2219. Grayscale: #DEDEDE. Windows color (decimal): -2040346 or 15130080. OLE color: 15130080.
HSL color Cylindrical-coordinate representation of color #E0DDE6: hue angle of 260º degrees, saturation: 0.15, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #E0DDE6 is Cyan = 0.03, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 224 | 221 | 230 | - |
| CMYK | 0.03 | 0.04 | 0 | 0.10 |
| HSL | 260º | 0.15% | 0.88% | - |
| HSV(B) | 260º | 0.04% | 0.9% | - |
| XYZ | 70.88 | 73.27 | 85.27 | - |
| YUV | 222.92 | 131.99 | 128.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 221 | 230 | 0.03 | 0.04 | 0 | 0.10 | 260 | 0.15 | 0.88 |
| Hex | E0 | DD | E6 | 3 | 4 | 0 | A | 104 | F | 58 |
| Octal | 340 | 335 | 346 | 3 | 4 | 0 | 12 | 404 | 17 | 130 |
| Binary | 11100000 | 11011101 | 11100110 | 11 | 100 | 0 | 1010 | 100000100 | 1111 | 1011000 |
Color Harmonies of #E0DDE6
Complementary color
Monochromatic Colors of #E0DDE6
Black with #E0DDE6
Text Example
Text Example
White with #E0DDE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0DDE6; }
p { color: rgb(224,221,230); }
H1.HeaderClassName
{
color: #E0DDE6;
}
.AnyTagClassName
{
color: #E0DDE6;
}
</style>
background-color css
<style>
a { background-color: #E0DDE6; }
a { background-color: rgb(224,221,230); }
div.DivClassName
{
background-color: #E0DDE6;
}
.BgClassName
{
background-color: #E0DDE6;
}
</style>
border-color css
<style>
span { border-color: #E0DDE6; }
span { border-color: rgb(224,221,230); }
td.TdClassName
{
border-color: #E0DDE6;
}
.TagClassName
{
border-color: #E0DDE6;
}
</style>