Shades of Fog #E0D1EF
Tints of Fog #E0D1EF
RGB
CMYK
RGB Variations
Color information
#E0D1EF (or 0xE0D1EF) is known color: Fog. HEX triplet: E0, D1 and EF. RGB value is (224,209,239). Sum of RGB (Red+Green+Blue) = 224+209+239=672 (89% of max value = 765). Red value is 224 (87.89% from 255 or 33.33% from 672); Green value is 209 (82.03% from 255 or 31.10% from 672); Blue value is 239 (93.75% from 255 or 35.57% from 672); Max value from RGB is 239 - color contains mainly: blue. Hex color #E0D1EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0D1EF is #1F2E10. Grayscale: #D8D8D8. Windows color (decimal): -2043409 or 15716832. OLE color: 15716832.
HSL color Cylindrical-coordinate representation of color #E0D1EF: hue angle of 270º degrees, saturation: 0.48, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E0D1EF is Cyan = 0.06, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 224 | 209 | 239 | - |
| CMYK | 0.06 | 0.13 | 0 | 0.06 |
| HSL | 270º | 0.48% | 0.88% | - |
| HSV(B) | 270º | 0.13% | 0.94% | - |
| XYZ | 69.12 | 67.68 | 91.08 | - |
| YUV | 216.91 | 140.47 | 133.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 209 | 239 | 0.06 | 0.13 | 0 | 0.06 | 270 | 0.48 | 0.88 |
| Hex | E0 | D1 | EF | 6 | D | 0 | 6 | 10E | 30 | 58 |
| Octal | 340 | 321 | 357 | 6 | 15 | 0 | 6 | 416 | 60 | 130 |
| Binary | 11100000 | 11010001 | 11101111 | 110 | 1101 | 0 | 110 | 100001110 | 110000 | 1011000 |
Color Harmonies of #E0D1EF
Complementary color
Monochromatic Colors of #E0D1EF
Black with #E0D1EF
Text Example
Text Example
White with #E0D1EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0D1EF; }
p { color: rgb(224,209,239); }
H1.HeaderClassName
{
color: #E0D1EF;
}
.AnyTagClassName
{
color: #E0D1EF;
}
</style>
background-color css
<style>
a { background-color: #E0D1EF; }
a { background-color: rgb(224,209,239); }
div.DivClassName
{
background-color: #E0D1EF;
}
.BgClassName
{
background-color: #E0D1EF;
}
</style>
border-color css
<style>
span { border-color: #E0D1EF; }
span { border-color: rgb(224,209,239); }
td.TdClassName
{
border-color: #E0D1EF;
}
.TagClassName
{
border-color: #E0D1EF;
}
</style>