Shades of French Lilac #E1BCD7
Tints of French Lilac #E1BCD7
RGB
CMYK
RGB Variations
Color information
#E1BCD7 (or 0xE1BCD7) is known color: French Lilac. HEX triplet: E1, BC and D7. RGB value is (225,188,215). Sum of RGB (Red+Green+Blue) = 225+188+215=628 (83% of max value = 765). Red value is 225 (88.28% from 255 or 35.83% from 628); Green value is 188 (73.83% from 255 or 29.94% from 628); Blue value is 215 (84.38% from 255 or 34.24% from 628); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BCD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1BCD7 is #1E4328. Grayscale: #CACACA. Windows color (decimal): -1983273 or 14138593. OLE color: 14138593.
HSL color Cylindrical-coordinate representation of color #E1BCD7: hue angle of 316.22º 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 #E1BCD7 is Cyan = 0, Magento = 0.16, Yellow = 0.04 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 188 | 215 | - |
| CMYK | 0 | 0.16 | 0.04 | 0.12 |
| HSL | 316.22º | 0.38% | 0.81% | - |
| HSV(B) | 316.22º | 0.16% | 0.88% | - |
| XYZ | 61.3 | 56.88 | 72.04 | - |
| YUV | 202.14 | 135.26 | 144.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 188 | 215 | 0 | 0.16 | 0.04 | 0.12 | 316.22 | 0.38 | 0.81 |
| Hex | E1 | BC | D7 | 0 | 10 | 4 | C | 13C | 26 | 51 |
| Octal | 341 | 274 | 327 | 0 | 20 | 4 | 14 | 474 | 46 | 121 |
| Binary | 11100001 | 10111100 | 11010111 | 0 | 10000 | 100 | 1100 | 100111100 | 100110 | 1010001 |
Color Harmonies of #E1BCD7
Complementary color
Monochromatic Colors of #E1BCD7
Black with #E1BCD7
Text Example
Text Example
White with #E1BCD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1BCD7; }
p { color: rgb(225,188,215); }
H1.HeaderClassName
{
color: #E1BCD7;
}
.AnyTagClassName
{
color: #E1BCD7;
}
</style>
background-color css
<style>
a { background-color: #E1BCD7; }
a { background-color: rgb(225,188,215); }
div.DivClassName
{
background-color: #E1BCD7;
}
.BgClassName
{
background-color: #E1BCD7;
}
</style>
border-color css
<style>
span { border-color: #E1BCD7; }
span { border-color: rgb(225,188,215); }
td.TdClassName
{
border-color: #E1BCD7;
}
.TagClassName
{
border-color: #E1BCD7;
}
</style>