Shades of French Lilac #E1C9DB
Tints of French Lilac #E1C9DB
RGB
CMYK
RGB Variations
Color information
#E1C9DB (or 0xE1C9DB) is known color: French Lilac. HEX triplet: E1, C9 and DB. RGB value is (225,201,219). Sum of RGB (Red+Green+Blue) = 225+201+219=645 (85% of max value = 765). Red value is 225 (88.28% from 255 or 34.88% from 645); Green value is 201 (78.91% from 255 or 31.16% from 645); Blue value is 219 (85.94% from 255 or 33.95% from 645); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C9DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1C9DB is #1E3624. Grayscale: #D2D2D2. Windows color (decimal): -1979941 or 14404065. OLE color: 14404065.
HSL color Cylindrical-coordinate representation of color #E1C9DB: hue angle of 315º degrees, saturation: 0.29, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E1C9DB is Cyan = 0, Magento = 0.11, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 201 | 219 | - |
| CMYK | 0 | 0.11 | 0.03 | 0.12 |
| HSL | 315º | 0.29% | 0.84% | - |
| HSV(B) | 315º | 0.11% | 0.88% | - |
| XYZ | 64.72 | 62.9 | 75.75 | - |
| YUV | 210.23 | 132.95 | 138.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 201 | 219 | 0 | 0.11 | 0.03 | 0.12 | 315 | 0.29 | 0.84 |
| Hex | E1 | C9 | DB | 0 | B | 3 | C | 13B | 1D | 54 |
| Octal | 341 | 311 | 333 | 0 | 13 | 3 | 14 | 473 | 35 | 124 |
| Binary | 11100001 | 11001001 | 11011011 | 0 | 1011 | 11 | 1100 | 100111011 | 11101 | 1010100 |
Color Harmonies of #E1C9DB
Complementary color
Monochromatic Colors of #E1C9DB
Black with #E1C9DB
Text Example
Text Example
White with #E1C9DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1C9DB; }
p { color: rgb(225,201,219); }
H1.HeaderClassName
{
color: #E1C9DB;
}
.AnyTagClassName
{
color: #E1C9DB;
}
</style>
background-color css
<style>
a { background-color: #E1C9DB; }
a { background-color: rgb(225,201,219); }
div.DivClassName
{
background-color: #E1C9DB;
}
.BgClassName
{
background-color: #E1C9DB;
}
</style>
border-color css
<style>
span { border-color: #E1C9DB; }
span { border-color: rgb(225,201,219); }
td.TdClassName
{
border-color: #E1C9DB;
}
.TagClassName
{
border-color: #E1C9DB;
}
</style>