Shades of Fog #E0D0FE
Tints of Fog #E0D0FE
RGB
CMYK
RGB Variations
Color information
#E0D0FE (or 0xE0D0FE) is known color: Fog. HEX triplet: E0, D0 and FE. RGB value is (224,208,254). Sum of RGB (Red+Green+Blue) = 224+208+254=686 (90% of max value = 765). Red value is 224 (87.89% from 255 or 32.65% from 686); Green value is 208 (81.64% from 255 or 30.32% from 686); Blue value is 254 (99.61% from 255 or 37.03% from 686); Max value from RGB is 254 - color contains mainly: blue. Hex color #E0D0FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0D0FE is #1F2F01. Grayscale: #D9D9D9. Windows color (decimal): -2043650 or 16699616. OLE color: 16699616.
HSL color Cylindrical-coordinate representation of color #E0D0FE: hue angle of 260.87º degrees, saturation: 0.96, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E0D0FE is Cyan = 0.12, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 224 | 208 | 254 | - |
| CMYK | 0.12 | 0.18 | 0 | 0.00 |
| HSL | 260.87º | 0.96% | 0.91% | - |
| HSV(B) | 260.87º | 0.18% | 1% | - |
| XYZ | 71.19 | 68.11 | 103.16 | - |
| YUV | 218.03 | 148.3 | 132.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 208 | 254 | 0.12 | 0.18 | 0 | 0.00 | 260.87 | 0.96 | 0.91 |
| Hex | E0 | D0 | FE | C | 12 | 0 | 0 | 105 | 60 | 5B |
| Octal | 340 | 320 | 376 | 14 | 22 | 0 | 0 | 405 | 140 | 133 |
| Binary | 11100000 | 11010000 | 11111110 | 1100 | 10010 | 0 | 0 | 100000101 | 1100000 | 1011011 |
Color Harmonies of #E0D0FE
Complementary color
Monochromatic Colors of #E0D0FE
Black with #E0D0FE
Text Example
Text Example
White with #E0D0FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0D0FE; }
p { color: rgb(224,208,254); }
H1.HeaderClassName
{
color: #E0D0FE;
}
.AnyTagClassName
{
color: #E0D0FE;
}
</style>
background-color css
<style>
a { background-color: #E0D0FE; }
a { background-color: rgb(224,208,254); }
div.DivClassName
{
background-color: #E0D0FE;
}
.BgClassName
{
background-color: #E0D0FE;
}
</style>
border-color css
<style>
span { border-color: #E0D0FE; }
span { border-color: rgb(224,208,254); }
td.TdClassName
{
border-color: #E0D0FE;
}
.TagClassName
{
border-color: #E0D0FE;
}
</style>