Shades of Fog #E1DCEA
Tints of Fog #E1DCEA
RGB
CMYK
RGB Variations
Color information
#E1DCEA (or 0xE1DCEA) is known color: Fog. HEX triplet: E1, DC and EA. RGB value is (225,220,234). Sum of RGB (Red+Green+Blue) = 225+220+234=679 (89% of max value = 765). Red value is 225 (88.28% from 255 or 33.14% from 679); Green value is 220 (86.33% from 255 or 32.40% from 679); Blue value is 234 (91.80% from 255 or 34.46% from 679); Max value from RGB is 234 - color contains mainly: blue. Hex color #E1DCEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1DCEA is #1E2315. Grayscale: #DFDFDF. Windows color (decimal): -1975062 or 15391969. OLE color: 15391969.
HSL color Cylindrical-coordinate representation of color #E1DCEA: hue angle of 261.43º degrees, saturation: 0.25, 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 #E1DCEA is Cyan = 0.04, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 225 | 220 | 234 | - |
| CMYK | 0.04 | 0.06 | 0 | 0.08 |
| HSL | 261.43º | 0.25% | 0.89% | - |
| HSV(B) | 261.43º | 0.06% | 0.92% | - |
| XYZ | 71.5 | 73.13 | 88.19 | - |
| YUV | 223.09 | 134.16 | 129.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 220 | 234 | 0.04 | 0.06 | 0 | 0.08 | 261.43 | 0.25 | 0.89 |
| Hex | E1 | DC | EA | 4 | 6 | 0 | 8 | 105 | 19 | 59 |
| Octal | 341 | 334 | 352 | 4 | 6 | 0 | 10 | 405 | 31 | 131 |
| Binary | 11100001 | 11011100 | 11101010 | 100 | 110 | 0 | 1000 | 100000101 | 11001 | 1011001 |
Color Harmonies of #E1DCEA
Complementary color
Monochromatic Colors of #E1DCEA
Black with #E1DCEA
Text Example
Text Example
White with #E1DCEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1DCEA; }
p { color: rgb(225,220,234); }
H1.HeaderClassName
{
color: #E1DCEA;
}
.AnyTagClassName
{
color: #E1DCEA;
}
</style>
background-color css
<style>
a { background-color: #E1DCEA; }
a { background-color: rgb(225,220,234); }
div.DivClassName
{
background-color: #E1DCEA;
}
.BgClassName
{
background-color: #E1DCEA;
}
</style>
border-color css
<style>
span { border-color: #E1DCEA; }
span { border-color: rgb(225,220,234); }
td.TdClassName
{
border-color: #E1DCEA;
}
.TagClassName
{
border-color: #E1DCEA;
}
</style>