Shades of French Lilac #E1C5DB
Tints of French Lilac #E1C5DB
RGB
CMYK
RGB Variations
Color information
#E1C5DB (or 0xE1C5DB) is known color: French Lilac. HEX triplet: E1, C5 and DB. RGB value is (225,197,219). Sum of RGB (Red+Green+Blue) = 225+197+219=641 (84% of max value = 765). Red value is 225 (88.28% from 255 or 35.10% from 641); Green value is 197 (77.34% from 255 or 30.73% from 641); Blue value is 219 (85.94% from 255 or 34.17% from 641); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C5DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1C5DB is #1E3A24. Grayscale: #CFCFCF. Windows color (decimal): -1980965 or 14403041. OLE color: 14403041.
HSL color Cylindrical-coordinate representation of color #E1C5DB: hue angle of 312.86º degrees, saturation: 0.32, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E1C5DB is Cyan = 0, Magento = 0.12, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 197 | 219 | - |
| CMYK | 0 | 0.12 | 0.03 | 0.12 |
| HSL | 312.86º | 0.32% | 0.83% | - |
| HSV(B) | 312.86º | 0.12% | 0.88% | - |
| XYZ | 63.8 | 61.05 | 75.44 | - |
| YUV | 207.88 | 134.28 | 140.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 197 | 219 | 0 | 0.12 | 0.03 | 0.12 | 312.86 | 0.32 | 0.83 |
| Hex | E1 | C5 | DB | 0 | C | 3 | C | 139 | 20 | 53 |
| Octal | 341 | 305 | 333 | 0 | 14 | 3 | 14 | 471 | 40 | 123 |
| Binary | 11100001 | 11000101 | 11011011 | 0 | 1100 | 11 | 1100 | 100111001 | 100000 | 1010011 |
Color Harmonies of #E1C5DB
Complementary color
Monochromatic Colors of #E1C5DB
Black with #E1C5DB
Text Example
Text Example
White with #E1C5DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1C5DB; }
p { color: rgb(225,197,219); }
H1.HeaderClassName
{
color: #E1C5DB;
}
.AnyTagClassName
{
color: #E1C5DB;
}
</style>
background-color css
<style>
a { background-color: #E1C5DB; }
a { background-color: rgb(225,197,219); }
div.DivClassName
{
background-color: #E1C5DB;
}
.BgClassName
{
background-color: #E1C5DB;
}
</style>
border-color css
<style>
span { border-color: #E1C5DB; }
span { border-color: rgb(225,197,219); }
td.TdClassName
{
border-color: #E1C5DB;
}
.TagClassName
{
border-color: #E1C5DB;
}
</style>