Shades of Fog #E1DDE9
Tints of Fog #E1DDE9
RGB
CMYK
RGB Variations
Color information
#E1DDE9 (or 0xE1DDE9) is known color: Fog. HEX triplet: E1, DD and E9. RGB value is (225,221,233). Sum of RGB (Red+Green+Blue) = 225+221+233=679 (89% of max value = 765). Red value is 225 (88.28% from 255 or 33.14% from 679); Green value is 221 (86.72% from 255 or 32.55% from 679); Blue value is 233 (91.41% from 255 or 34.32% from 679); Max value from RGB is 233 - color contains mainly: blue. Hex color #E1DDE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1DDE9 is #1E2216. Grayscale: #DFDFDF. Windows color (decimal): -1974807 or 15326689. OLE color: 15326689.
HSL color Cylindrical-coordinate representation of color #E1DDE9: hue angle of 260º degrees, saturation: 0.21, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #E1DDE9 is Cyan = 0.03, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 225 | 221 | 233 | - |
| CMYK | 0.03 | 0.05 | 0 | 0.09 |
| HSL | 260º | 0.21% | 0.89% | - |
| HSV(B) | 260º | 0.05% | 0.91% | - |
| XYZ | 71.62 | 73.6 | 87.52 | - |
| YUV | 223.56 | 133.33 | 129.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 221 | 233 | 0.03 | 0.05 | 0 | 0.09 | 260 | 0.21 | 0.89 |
| Hex | E1 | DD | E9 | 3 | 5 | 0 | 9 | 104 | 15 | 59 |
| Octal | 341 | 335 | 351 | 3 | 5 | 0 | 11 | 404 | 25 | 131 |
| Binary | 11100001 | 11011101 | 11101001 | 11 | 101 | 0 | 1001 | 100000100 | 10101 | 1011001 |
Color Harmonies of #E1DDE9
Complementary color
Monochromatic Colors of #E1DDE9
Black with #E1DDE9
Text Example
Text Example
White with #E1DDE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1DDE9; }
p { color: rgb(225,221,233); }
H1.HeaderClassName
{
color: #E1DDE9;
}
.AnyTagClassName
{
color: #E1DDE9;
}
</style>
background-color css
<style>
a { background-color: #E1DDE9; }
a { background-color: rgb(225,221,233); }
div.DivClassName
{
background-color: #E1DDE9;
}
.BgClassName
{
background-color: #E1DDE9;
}
</style>
border-color css
<style>
span { border-color: #E1DDE9; }
span { border-color: rgb(225,221,233); }
td.TdClassName
{
border-color: #E1DDE9;
}
.TagClassName
{
border-color: #E1DDE9;
}
</style>