Shades of French Lilac #E1C0DB
Tints of French Lilac #E1C0DB
RGB
CMYK
RGB Variations
Color information
#E1C0DB (or 0xE1C0DB) is known color: French Lilac. HEX triplet: E1, C0 and DB. RGB value is (225,192,219). Sum of RGB (Red+Green+Blue) = 225+192+219=636 (84% of max value = 765). Red value is 225 (88.28% from 255 or 35.38% from 636); Green value is 192 (75.39% from 255 or 30.19% from 636); Blue value is 219 (85.94% from 255 or 34.43% from 636); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C0DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1C0DB is #1E3F24. Grayscale: #CCCCCC. Windows color (decimal): -1982245 or 14401761. OLE color: 14401761.
HSL color Cylindrical-coordinate representation of color #E1C0DB: hue angle of 310.91º 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 #E1C0DB is Cyan = 0, Magento = 0.15, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 192 | 219 | - |
| CMYK | 0 | 0.15 | 0.03 | 0.12 |
| HSL | 310.91º | 0.35% | 0.82% | - |
| HSV(B) | 310.91º | 0.15% | 0.88% | - |
| XYZ | 62.69 | 58.82 | 75.07 | - |
| YUV | 204.95 | 135.93 | 142.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 192 | 219 | 0 | 0.15 | 0.03 | 0.12 | 310.91 | 0.35 | 0.82 |
| Hex | E1 | C0 | DB | 0 | F | 3 | C | 137 | 23 | 52 |
| Octal | 341 | 300 | 333 | 0 | 17 | 3 | 14 | 467 | 43 | 122 |
| Binary | 11100001 | 11000000 | 11011011 | 0 | 1111 | 11 | 1100 | 100110111 | 100011 | 1010010 |
Color Harmonies of #E1C0DB
Complementary color
Monochromatic Colors of #E1C0DB
Black with #E1C0DB
Text Example
Text Example
White with #E1C0DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1C0DB; }
p { color: rgb(225,192,219); }
H1.HeaderClassName
{
color: #E1C0DB;
}
.AnyTagClassName
{
color: #E1C0DB;
}
</style>
background-color css
<style>
a { background-color: #E1C0DB; }
a { background-color: rgb(225,192,219); }
div.DivClassName
{
background-color: #E1C0DB;
}
.BgClassName
{
background-color: #E1C0DB;
}
</style>
border-color css
<style>
span { border-color: #E1C0DB; }
span { border-color: rgb(225,192,219); }
td.TdClassName
{
border-color: #E1C0DB;
}
.TagClassName
{
border-color: #E1C0DB;
}
</style>