Shades of Fog #E1DCEB
Tints of Fog #E1DCEB
RGB
CMYK
RGB Variations
Color information
#E1DCEB (or 0xE1DCEB) is known color: Fog. HEX triplet: E1, DC and EB. RGB value is (225,220,235). Sum of RGB (Red+Green+Blue) = 225+220+235=680 (90% of max value = 765). Red value is 225 (88.28% from 255 or 33.09% from 680); Green value is 220 (86.33% from 255 or 32.35% from 680); Blue value is 235 (92.19% from 255 or 34.56% from 680); Max value from RGB is 235 - color contains mainly: blue. Hex color #E1DCEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1DCEB is #1E2314. Grayscale: #DFDFDF. Windows color (decimal): -1975061 or 15457505. OLE color: 15457505.
HSL color Cylindrical-coordinate representation of color #E1DCEB: hue angle of 260º degrees, saturation: 0.27, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #E1DCEB is Cyan = 0.04, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 225 | 220 | 235 | - |
| CMYK | 0.04 | 0.06 | 0 | 0.08 |
| HSL | 260º | 0.27% | 0.89% | - |
| HSV(B) | 260º | 0.06% | 0.92% | - |
| XYZ | 71.64 | 73.19 | 88.95 | - |
| YUV | 223.21 | 134.66 | 129.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 220 | 235 | 0.04 | 0.06 | 0 | 0.08 | 260 | 0.27 | 0.89 |
| Hex | E1 | DC | EB | 4 | 6 | 0 | 8 | 104 | 1B | 59 |
| Octal | 341 | 334 | 353 | 4 | 6 | 0 | 10 | 404 | 33 | 131 |
| Binary | 11100001 | 11011100 | 11101011 | 100 | 110 | 0 | 1000 | 100000100 | 11011 | 1011001 |
Color Harmonies of #E1DCEB
Complementary color
Monochromatic Colors of #E1DCEB
Black with #E1DCEB
Text Example
Text Example
White with #E1DCEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1DCEB; }
p { color: rgb(225,220,235); }
H1.HeaderClassName
{
color: #E1DCEB;
}
.AnyTagClassName
{
color: #E1DCEB;
}
</style>
background-color css
<style>
a { background-color: #E1DCEB; }
a { background-color: rgb(225,220,235); }
div.DivClassName
{
background-color: #E1DCEB;
}
.BgClassName
{
background-color: #E1DCEB;
}
</style>
border-color css
<style>
span { border-color: #E1DCEB; }
span { border-color: rgb(225,220,235); }
td.TdClassName
{
border-color: #E1DCEB;
}
.TagClassName
{
border-color: #E1DCEB;
}
</style>