Shades of Fog #E0D8EF
Tints of Fog #E0D8EF
RGB
CMYK
RGB Variations
Color information
#E0D8EF (or 0xE0D8EF) is known color: Fog. HEX triplet: E0, D8 and EF. RGB value is (224,216,239). Sum of RGB (Red+Green+Blue) = 224+216+239=679 (89% of max value = 765). Red value is 224 (87.89% from 255 or 32.99% from 679); Green value is 216 (84.77% from 255 or 31.81% from 679); Blue value is 239 (93.75% from 255 or 35.20% from 679); Max value from RGB is 239 - color contains mainly: blue. Hex color #E0D8EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0D8EF is #1F2710. Grayscale: #DCDCDC. Windows color (decimal): -2041617 or 15718624. OLE color: 15718624.
HSL color Cylindrical-coordinate representation of color #E0D8EF: hue angle of 260.87º degrees, saturation: 0.42, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E0D8EF is Cyan = 0.06, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 224 | 216 | 239 | - |
| CMYK | 0.06 | 0.10 | 0 | 0.06 |
| HSL | 260.87º | 0.42% | 0.89% | - |
| HSV(B) | 260.87º | 0.1% | 0.94% | - |
| XYZ | 70.88 | 71.19 | 91.67 | - |
| YUV | 221.01 | 138.15 | 130.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 216 | 239 | 0.06 | 0.10 | 0 | 0.06 | 260.87 | 0.42 | 0.89 |
| Hex | E0 | D8 | EF | 6 | A | 0 | 6 | 105 | 2A | 59 |
| Octal | 340 | 330 | 357 | 6 | 12 | 0 | 6 | 405 | 52 | 131 |
| Binary | 11100000 | 11011000 | 11101111 | 110 | 1010 | 0 | 110 | 100000101 | 101010 | 1011001 |
Color Harmonies of #E0D8EF
Complementary color
Monochromatic Colors of #E0D8EF
Black with #E0D8EF
Text Example
Text Example
White with #E0D8EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0D8EF; }
p { color: rgb(224,216,239); }
H1.HeaderClassName
{
color: #E0D8EF;
}
.AnyTagClassName
{
color: #E0D8EF;
}
</style>
background-color css
<style>
a { background-color: #E0D8EF; }
a { background-color: rgb(224,216,239); }
div.DivClassName
{
background-color: #E0D8EF;
}
.BgClassName
{
background-color: #E0D8EF;
}
</style>
border-color css
<style>
span { border-color: #E0D8EF; }
span { border-color: rgb(224,216,239); }
td.TdClassName
{
border-color: #E0D8EF;
}
.TagClassName
{
border-color: #E0D8EF;
}
</style>