Shades of French Lilac #E1C0DE
Tints of French Lilac #E1C0DE
RGB
CMYK
RGB Variations
Color information
#E1C0DE (or 0xE1C0DE) is known color: French Lilac. HEX triplet: E1, C0 and DE. RGB value is (225,192,222). Sum of RGB (Red+Green+Blue) = 225+192+222=639 (84% of max value = 765). Red value is 225 (88.28% from 255 or 35.21% from 639); Green value is 192 (75.39% from 255 or 30.05% from 639); Blue value is 222 (87.11% from 255 or 34.74% from 639); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C0DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1C0DE is #1E3F21. Grayscale: #CDCDCD. Windows color (decimal): -1982242 or 14598369. OLE color: 14598369.
HSL color Cylindrical-coordinate representation of color #E1C0DE: hue angle of 305.45º degrees, saturation: 0.35, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E1C0DE is Cyan = 0, Magento = 0.15, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 192 | 222 | - |
| CMYK | 0 | 0.15 | 0.01 | 0.12 |
| HSL | 305.45º | 0.35% | 0.82% | - |
| HSV(B) | 305.45º | 0.15% | 0.88% | - |
| XYZ | 63.09 | 58.98 | 77.17 | - |
| YUV | 205.29 | 137.43 | 142.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 192 | 222 | 0 | 0.15 | 0.01 | 0.12 | 305.45 | 0.35 | 0.82 |
| Hex | E1 | C0 | DE | 0 | F | 1 | C | 131 | 23 | 52 |
| Octal | 341 | 300 | 336 | 0 | 17 | 1 | 14 | 461 | 43 | 122 |
| Binary | 11100001 | 11000000 | 11011110 | 0 | 1111 | 1 | 1100 | 100110001 | 100011 | 1010010 |
Color Harmonies of #E1C0DE
Complementary color
Monochromatic Colors of #E1C0DE
Black with #E1C0DE
Text Example
Text Example
White with #E1C0DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1C0DE; }
p { color: rgb(225,192,222); }
H1.HeaderClassName
{
color: #E1C0DE;
}
.AnyTagClassName
{
color: #E1C0DE;
}
</style>
background-color css
<style>
a { background-color: #E1C0DE; }
a { background-color: rgb(225,192,222); }
div.DivClassName
{
background-color: #E1C0DE;
}
.BgClassName
{
background-color: #E1C0DE;
}
</style>
border-color css
<style>
span { border-color: #E1C0DE; }
span { border-color: rgb(225,192,222); }
td.TdClassName
{
border-color: #E1C0DE;
}
.TagClassName
{
border-color: #E1C0DE;
}
</style>