Shades of French Lilac #E7BCE1
Tints of French Lilac #E7BCE1
RGB
CMYK
RGB Variations
Color information
#E7BCE1 (or 0xE7BCE1) is known color: French Lilac. HEX triplet: E7, BC and E1. RGB value is (231,188,225). Sum of RGB (Red+Green+Blue) = 231+188+225=644 (85% of max value = 765). Red value is 231 (90.62% from 255 or 35.87% from 644); Green value is 188 (73.83% from 255 or 29.19% from 644); Blue value is 225 (88.28% from 255 or 34.94% from 644); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BCE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7BCE1 is #18431E. Grayscale: #CCCCCC. Windows color (decimal): -1590047 or 14793959. OLE color: 14793959.
HSL color Cylindrical-coordinate representation of color #E7BCE1: hue angle of 308.37º degrees, saturation: 0.47, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E7BCE1 is Cyan = 0, Magento = 0.19, Yellow = 0.03 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 188 | 225 | - |
| CMYK | 0 | 0.19 | 0.03 | 0.09 |
| HSL | 308.37º | 0.47% | 0.82% | - |
| HSV(B) | 308.37º | 0.19% | 0.91% | - |
| XYZ | 64.53 | 58.39 | 79.1 | - |
| YUV | 205.08 | 139.25 | 146.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 188 | 225 | 0 | 0.19 | 0.03 | 0.09 | 308.37 | 0.47 | 0.82 |
| Hex | E7 | BC | E1 | 0 | 13 | 3 | 9 | 134 | 2F | 52 |
| Octal | 347 | 274 | 341 | 0 | 23 | 3 | 11 | 464 | 57 | 122 |
| Binary | 11100111 | 10111100 | 11100001 | 0 | 10011 | 11 | 1001 | 100110100 | 101111 | 1010010 |
Color Harmonies of #E7BCE1
Complementary color
Monochromatic Colors of #E7BCE1
Black with #E7BCE1
Text Example
Text Example
White with #E7BCE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7BCE1; }
p { color: rgb(231,188,225); }
H1.HeaderClassName
{
color: #E7BCE1;
}
.AnyTagClassName
{
color: #E7BCE1;
}
</style>
background-color css
<style>
a { background-color: #E7BCE1; }
a { background-color: rgb(231,188,225); }
div.DivClassName
{
background-color: #E7BCE1;
}
.BgClassName
{
background-color: #E7BCE1;
}
</style>
border-color css
<style>
span { border-color: #E7BCE1; }
span { border-color: rgb(231,188,225); }
td.TdClassName
{
border-color: #E7BCE1;
}
.TagClassName
{
border-color: #E7BCE1;
}
</style>