Shades of Fog #E0D7F2
Tints of Fog #E0D7F2
RGB
CMYK
RGB Variations
Color information
#E0D7F2 (or 0xE0D7F2) is known color: Fog. HEX triplet: E0, D7 and F2. RGB value is (224,215,242). Sum of RGB (Red+Green+Blue) = 224+215+242=681 (90% of max value = 765). Red value is 224 (87.89% from 255 or 32.89% from 681); Green value is 215 (84.38% from 255 or 31.57% from 681); Blue value is 242 (94.92% from 255 or 35.54% from 681); Max value from RGB is 242 - color contains mainly: blue. Hex color #E0D7F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0D7F2 is #1F280D. Grayscale: #DCDCDC. Windows color (decimal): -2041870 or 15914976. OLE color: 15914976.
HSL color Cylindrical-coordinate representation of color #E0D7F2: hue angle of 260º degrees, saturation: 0.51, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E0D7F2 is Cyan = 0.07, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 224 | 215 | 242 | - |
| CMYK | 0.07 | 0.11 | 0 | 0.05 |
| HSL | 260º | 0.51% | 0.9% | - |
| HSV(B) | 260º | 0.11% | 0.95% | - |
| XYZ | 71.07 | 70.86 | 93.94 | - |
| YUV | 220.77 | 139.98 | 130.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 215 | 242 | 0.07 | 0.11 | 0 | 0.05 | 260 | 0.51 | 0.9 |
| Hex | E0 | D7 | F2 | 7 | B | 0 | 5 | 104 | 33 | 5A |
| Octal | 340 | 327 | 362 | 7 | 13 | 0 | 5 | 404 | 63 | 132 |
| Binary | 11100000 | 11010111 | 11110010 | 111 | 1011 | 0 | 101 | 100000100 | 110011 | 1011010 |
Color Harmonies of #E0D7F2
Complementary color
Monochromatic Colors of #E0D7F2
Black with #E0D7F2
Text Example
Text Example
White with #E0D7F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0D7F2; }
p { color: rgb(224,215,242); }
H1.HeaderClassName
{
color: #E0D7F2;
}
.AnyTagClassName
{
color: #E0D7F2;
}
</style>
background-color css
<style>
a { background-color: #E0D7F2; }
a { background-color: rgb(224,215,242); }
div.DivClassName
{
background-color: #E0D7F2;
}
.BgClassName
{
background-color: #E0D7F2;
}
</style>
border-color css
<style>
span { border-color: #E0D7F2; }
span { border-color: rgb(224,215,242); }
td.TdClassName
{
border-color: #E0D7F2;
}
.TagClassName
{
border-color: #E0D7F2;
}
</style>