Shades of French Lilac #E7BFE1
Tints of French Lilac #E7BFE1
RGB
CMYK
RGB Variations
Color information
#E7BFE1 (or 0xE7BFE1) is known color: French Lilac. HEX triplet: E7, BF and E1. RGB value is (231,191,225). Sum of RGB (Red+Green+Blue) = 231+191+225=647 (85% of max value = 765). Red value is 231 (90.62% from 255 or 35.70% from 647); Green value is 191 (75% from 255 or 29.52% from 647); Blue value is 225 (88.28% from 255 or 34.78% from 647); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BFE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7BFE1 is #18401E. Grayscale: #CECECE. Windows color (decimal): -1589279 or 14794727. OLE color: 14794727.
HSL color Cylindrical-coordinate representation of color #E7BFE1: hue angle of 309º degrees, saturation: 0.45, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E7BFE1 is Cyan = 0, Magento = 0.17, Yellow = 0.03 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 191 | 225 | - |
| CMYK | 0 | 0.17 | 0.03 | 0.09 |
| HSL | 309º | 0.45% | 0.83% | - |
| HSV(B) | 309º | 0.17% | 0.91% | - |
| XYZ | 65.18 | 59.69 | 79.32 | - |
| YUV | 206.84 | 138.25 | 145.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 191 | 225 | 0 | 0.17 | 0.03 | 0.09 | 309 | 0.45 | 0.83 |
| Hex | E7 | BF | E1 | 0 | 11 | 3 | 9 | 135 | 2D | 53 |
| Octal | 347 | 277 | 341 | 0 | 21 | 3 | 11 | 465 | 55 | 123 |
| Binary | 11100111 | 10111111 | 11100001 | 0 | 10001 | 11 | 1001 | 100110101 | 101101 | 1010011 |
Color Harmonies of #E7BFE1
Complementary color
Monochromatic Colors of #E7BFE1
Black with #E7BFE1
Text Example
Text Example
White with #E7BFE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7BFE1; }
p { color: rgb(231,191,225); }
H1.HeaderClassName
{
color: #E7BFE1;
}
.AnyTagClassName
{
color: #E7BFE1;
}
</style>
background-color css
<style>
a { background-color: #E7BFE1; }
a { background-color: rgb(231,191,225); }
div.DivClassName
{
background-color: #E7BFE1;
}
.BgClassName
{
background-color: #E7BFE1;
}
</style>
border-color css
<style>
span { border-color: #E7BFE1; }
span { border-color: rgb(231,191,225); }
td.TdClassName
{
border-color: #E7BFE1;
}
.TagClassName
{
border-color: #E7BFE1;
}
</style>