Shades of Fog #E0D0FF
Tints of Fog #E0D0FF
RGB
CMYK
RGB Variations
Color information
#E0D0FF (or 0xE0D0FF) is known color: Fog. HEX triplet: E0, D0 and FF. RGB value is (224,208,255). Sum of RGB (Red+Green+Blue) = 224+208+255=687 (90% of max value = 765). Red value is 224 (87.89% from 255 or 32.61% from 687); Green value is 208 (81.64% from 255 or 30.28% from 687); Blue value is 255 (100% from 255 or 37.12% from 687); Max value from RGB is 255 - color contains mainly: blue. Hex color #E0D0FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0D0FF is #1F2F00. Grayscale: #D9D9D9. Windows color (decimal): -2043649 or 16765152. OLE color: 16765152.
HSL color Cylindrical-coordinate representation of color #E0D0FF: hue angle of 260.43º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E0D0FF is Cyan = 0.12, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 224 | 208 | 255 | - |
| CMYK | 0.12 | 0.18 | 0 | 0 |
| HSL | 260.43º | 1% | 0.91% | - |
| HSV(B) | 260.43º | 0.18% | 1% | - |
| XYZ | 71.35 | 68.18 | 104.01 | - |
| YUV | 218.14 | 148.8 | 132.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 208 | 255 | 0.12 | 0.18 | 0 | 0 | 260.43 | 1 | 0.91 |
| Hex | E0 | D0 | FF | C | 12 | 0 | 0 | 104 | 64 | 5B |
| Octal | 340 | 320 | 377 | 14 | 22 | 0 | 0 | 404 | 144 | 133 |
| Binary | 11100000 | 11010000 | 11111111 | 1100 | 10010 | 0 | 0 | 100000100 | 1100100 | 1011011 |
Color Harmonies of #E0D0FF
Complementary color
Monochromatic Colors of #E0D0FF
Black with #E0D0FF
Text Example
Text Example
White with #E0D0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0D0FF; }
p { color: rgb(224,208,255); }
H1.HeaderClassName
{
color: #E0D0FF;
}
.AnyTagClassName
{
color: #E0D0FF;
}
</style>
background-color css
<style>
a { background-color: #E0D0FF; }
a { background-color: rgb(224,208,255); }
div.DivClassName
{
background-color: #E0D0FF;
}
.BgClassName
{
background-color: #E0D0FF;
}
</style>
border-color css
<style>
span { border-color: #E0D0FF; }
span { border-color: rgb(224,208,255); }
td.TdClassName
{
border-color: #E0D0FF;
}
.TagClassName
{
border-color: #E0D0FF;
}
</style>