Shades of Fog #E0D7F1
Tints of Fog #E0D7F1
RGB
CMYK
RGB Variations
Color information
#E0D7F1 (or 0xE0D7F1) is known color: Fog. HEX triplet: E0, D7 and F1. RGB value is (224,215,241). Sum of RGB (Red+Green+Blue) = 224+215+241=680 (90% of max value = 765). Red value is 224 (87.89% from 255 or 32.94% from 680); Green value is 215 (84.38% from 255 or 31.62% from 680); Blue value is 241 (94.53% from 255 or 35.44% from 680); Max value from RGB is 241 - color contains mainly: blue. Hex color #E0D7F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0D7F1 is #1F280E. Grayscale: #DCDCDC. Windows color (decimal): -2041871 or 15849440. OLE color: 15849440.
HSL color Cylindrical-coordinate representation of color #E0D7F1: hue angle of 260.77º degrees, saturation: 0.48, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E0D7F1 is Cyan = 0.07, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 224 | 215 | 241 | - |
| CMYK | 0.07 | 0.11 | 0 | 0.05 |
| HSL | 260.77º | 0.48% | 0.89% | - |
| HSV(B) | 260.77º | 0.11% | 0.95% | - |
| XYZ | 70.92 | 70.8 | 93.15 | - |
| YUV | 220.66 | 139.48 | 130.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 215 | 241 | 0.07 | 0.11 | 0 | 0.05 | 260.77 | 0.48 | 0.89 |
| Hex | E0 | D7 | F1 | 7 | B | 0 | 5 | 105 | 30 | 59 |
| Octal | 340 | 327 | 361 | 7 | 13 | 0 | 5 | 405 | 60 | 131 |
| Binary | 11100000 | 11010111 | 11110001 | 111 | 1011 | 0 | 101 | 100000101 | 110000 | 1011001 |
Color Harmonies of #E0D7F1
Complementary color
Monochromatic Colors of #E0D7F1
Black with #E0D7F1
Text Example
Text Example
White with #E0D7F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0D7F1; }
p { color: rgb(224,215,241); }
H1.HeaderClassName
{
color: #E0D7F1;
}
.AnyTagClassName
{
color: #E0D7F1;
}
</style>
background-color css
<style>
a { background-color: #E0D7F1; }
a { background-color: rgb(224,215,241); }
div.DivClassName
{
background-color: #E0D7F1;
}
.BgClassName
{
background-color: #E0D7F1;
}
</style>
border-color css
<style>
span { border-color: #E0D7F1; }
span { border-color: rgb(224,215,241); }
td.TdClassName
{
border-color: #E0D7F1;
}
.TagClassName
{
border-color: #E0D7F1;
}
</style>