Shades of Fog #E0D9EB
Tints of Fog #E0D9EB
RGB
CMYK
RGB Variations
Color information
#E0D9EB (or 0xE0D9EB) is known color: Fog. HEX triplet: E0, D9 and EB. RGB value is (224,217,235). Sum of RGB (Red+Green+Blue) = 224+217+235=676 (89% of max value = 765). Red value is 224 (87.89% from 255 or 33.14% from 676); Green value is 217 (85.16% from 255 or 32.10% from 676); Blue value is 235 (92.19% from 255 or 34.76% from 676); Max value from RGB is 235 - color contains mainly: blue. Hex color #E0D9EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0D9EB is #1F2614. Grayscale: #DDDDDD. Windows color (decimal): -2041365 or 15456736. OLE color: 15456736.
HSL color Cylindrical-coordinate representation of color #E0D9EB: hue angle of 263.33º degrees, saturation: 0.31, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E0D9EB is Cyan = 0.05, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 224 | 217 | 235 | - |
| CMYK | 0.05 | 0.08 | 0 | 0.08 |
| HSL | 263.33º | 0.31% | 0.89% | - |
| HSV(B) | 263.33º | 0.08% | 0.92% | - |
| XYZ | 70.55 | 71.47 | 88.67 | - |
| YUV | 221.15 | 135.82 | 130.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 217 | 235 | 0.05 | 0.08 | 0 | 0.08 | 263.33 | 0.31 | 0.89 |
| Hex | E0 | D9 | EB | 5 | 8 | 0 | 8 | 107 | 1F | 59 |
| Octal | 340 | 331 | 353 | 5 | 10 | 0 | 10 | 407 | 37 | 131 |
| Binary | 11100000 | 11011001 | 11101011 | 101 | 1000 | 0 | 1000 | 100000111 | 11111 | 1011001 |
Color Harmonies of #E0D9EB
Complementary color
Monochromatic Colors of #E0D9EB
Black with #E0D9EB
Text Example
Text Example
White with #E0D9EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0D9EB; }
p { color: rgb(224,217,235); }
H1.HeaderClassName
{
color: #E0D9EB;
}
.AnyTagClassName
{
color: #E0D9EB;
}
</style>
background-color css
<style>
a { background-color: #E0D9EB; }
a { background-color: rgb(224,217,235); }
div.DivClassName
{
background-color: #E0D9EB;
}
.BgClassName
{
background-color: #E0D9EB;
}
</style>
border-color css
<style>
span { border-color: #E0D9EB; }
span { border-color: rgb(224,217,235); }
td.TdClassName
{
border-color: #E0D9EB;
}
.TagClassName
{
border-color: #E0D9EB;
}
</style>