Shades of French Lilac #E1BCD9
Tints of French Lilac #E1BCD9
RGB
CMYK
RGB Variations
Color information
#E1BCD9 (or 0xE1BCD9) is known color: French Lilac. HEX triplet: E1, BC and D9. RGB value is (225,188,217). Sum of RGB (Red+Green+Blue) = 225+188+217=630 (83% of max value = 765). Red value is 225 (88.28% from 255 or 35.71% from 630); Green value is 188 (73.83% from 255 or 29.84% from 630); Blue value is 217 (85.16% from 255 or 34.44% from 630); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BCD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1BCD9 is #1E4326. Grayscale: #CACACA. Windows color (decimal): -1983271 or 14269665. OLE color: 14269665.
HSL color Cylindrical-coordinate representation of color #E1BCD9: hue angle of 312.97º degrees, saturation: 0.38, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #E1BCD9 is Cyan = 0, Magento = 0.16, Yellow = 0.04 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 188 | 217 | - |
| CMYK | 0 | 0.16 | 0.04 | 0.12 |
| HSL | 312.97º | 0.38% | 0.81% | - |
| HSV(B) | 312.97º | 0.16% | 0.88% | - |
| XYZ | 61.56 | 56.98 | 73.4 | - |
| YUV | 202.37 | 136.26 | 144.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 188 | 217 | 0 | 0.16 | 0.04 | 0.12 | 312.97 | 0.38 | 0.81 |
| Hex | E1 | BC | D9 | 0 | 10 | 4 | C | 139 | 26 | 51 |
| Octal | 341 | 274 | 331 | 0 | 20 | 4 | 14 | 471 | 46 | 121 |
| Binary | 11100001 | 10111100 | 11011001 | 0 | 10000 | 100 | 1100 | 100111001 | 100110 | 1010001 |
Color Harmonies of #E1BCD9
Complementary color
Monochromatic Colors of #E1BCD9
Black with #E1BCD9
Text Example
Text Example
White with #E1BCD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1BCD9; }
p { color: rgb(225,188,217); }
H1.HeaderClassName
{
color: #E1BCD9;
}
.AnyTagClassName
{
color: #E1BCD9;
}
</style>
background-color css
<style>
a { background-color: #E1BCD9; }
a { background-color: rgb(225,188,217); }
div.DivClassName
{
background-color: #E1BCD9;
}
.BgClassName
{
background-color: #E1BCD9;
}
</style>
border-color css
<style>
span { border-color: #E1BCD9; }
span { border-color: rgb(225,188,217); }
td.TdClassName
{
border-color: #E1BCD9;
}
.TagClassName
{
border-color: #E1BCD9;
}
</style>