Shades of Fog #E0D6ED
Tints of Fog #E0D6ED
RGB
CMYK
RGB Variations
Color information
#E0D6ED (or 0xE0D6ED) is known color: Fog. HEX triplet: E0, D6 and ED. RGB value is (224,214,237). Sum of RGB (Red+Green+Blue) = 224+214+237=675 (89% of max value = 765). Red value is 224 (87.89% from 255 or 33.19% from 675); Green value is 214 (83.98% from 255 or 31.70% from 675); Blue value is 237 (92.97% from 255 or 35.11% from 675); Max value from RGB is 237 - color contains mainly: blue. Hex color #E0D6ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0D6ED is #1F2912. Grayscale: #DBDBDB. Windows color (decimal): -2042131 or 15587040. OLE color: 15587040.
HSL color Cylindrical-coordinate representation of color #E0D6ED: hue angle of 266.09º degrees, saturation: 0.39, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E0D6ED is Cyan = 0.05, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 224 | 214 | 237 | - |
| CMYK | 0.05 | 0.10 | 0 | 0.07 |
| HSL | 266.09º | 0.39% | 0.88% | - |
| HSV(B) | 266.09º | 0.1% | 0.93% | - |
| XYZ | 70.07 | 70.05 | 89.95 | - |
| YUV | 219.61 | 137.81 | 131.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 214 | 237 | 0.05 | 0.10 | 0 | 0.07 | 266.09 | 0.39 | 0.88 |
| Hex | E0 | D6 | ED | 5 | A | 0 | 7 | 10A | 27 | 58 |
| Octal | 340 | 326 | 355 | 5 | 12 | 0 | 7 | 412 | 47 | 130 |
| Binary | 11100000 | 11010110 | 11101101 | 101 | 1010 | 0 | 111 | 100001010 | 100111 | 1011000 |
Color Harmonies of #E0D6ED
Complementary color
Monochromatic Colors of #E0D6ED
Black with #E0D6ED
Text Example
Text Example
White with #E0D6ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0D6ED; }
p { color: rgb(224,214,237); }
H1.HeaderClassName
{
color: #E0D6ED;
}
.AnyTagClassName
{
color: #E0D6ED;
}
</style>
background-color css
<style>
a { background-color: #E0D6ED; }
a { background-color: rgb(224,214,237); }
div.DivClassName
{
background-color: #E0D6ED;
}
.BgClassName
{
background-color: #E0D6ED;
}
</style>
border-color css
<style>
span { border-color: #E0D6ED; }
span { border-color: rgb(224,214,237); }
td.TdClassName
{
border-color: #E0D6ED;
}
.TagClassName
{
border-color: #E0D6ED;
}
</style>