Shades of French Lilac #E7B7E5
Tints of French Lilac #E7B7E5
RGB
CMYK
RGB Variations
Color information
#E7B7E5 (or 0xE7B7E5) is known color: French Lilac. HEX triplet: E7, B7 and E5. RGB value is (231,183,229). Sum of RGB (Red+Green+Blue) = 231+183+229=643 (85% of max value = 765). Red value is 231 (90.62% from 255 or 35.93% from 643); Green value is 183 (71.88% from 255 or 28.46% from 643); Blue value is 229 (89.84% from 255 or 35.61% from 643); Max value from RGB is 231 - color contains mainly: red. Hex color #E7B7E5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7B7E5 is #18481A. Grayscale: #CACACA. Windows color (decimal): -1591323 or 15054823. OLE color: 15054823.
HSL color Cylindrical-coordinate representation of color #E7B7E5: hue angle of 302.5º degrees, saturation: 0.5, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #E7B7E5 is Cyan = 0, Magento = 0.21, Yellow = 0.01 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 183 | 229 | - |
| CMYK | 0 | 0.21 | 0.01 | 0.09 |
| HSL | 302.5º | 0.5% | 0.81% | - |
| HSV(B) | 302.5º | 0.21% | 0.91% | - |
| XYZ | 64.03 | 56.51 | 81.66 | - |
| YUV | 202.6 | 142.9 | 148.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 183 | 229 | 0 | 0.21 | 0.01 | 0.09 | 302.5 | 0.5 | 0.81 |
| Hex | E7 | B7 | E5 | 0 | 15 | 1 | 9 | 12E | 32 | 51 |
| Octal | 347 | 267 | 345 | 0 | 25 | 1 | 11 | 456 | 62 | 121 |
| Binary | 11100111 | 10110111 | 11100101 | 0 | 10101 | 1 | 1001 | 100101110 | 110010 | 1010001 |
Color Harmonies of #E7B7E5
Complementary color
Monochromatic Colors of #E7B7E5
Black with #E7B7E5
Text Example
Text Example
White with #E7B7E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7B7E5; }
p { color: rgb(231,183,229); }
H1.HeaderClassName
{
color: #E7B7E5;
}
.AnyTagClassName
{
color: #E7B7E5;
}
</style>
background-color css
<style>
a { background-color: #E7B7E5; }
a { background-color: rgb(231,183,229); }
div.DivClassName
{
background-color: #E7B7E5;
}
.BgClassName
{
background-color: #E7B7E5;
}
</style>
border-color css
<style>
span { border-color: #E7B7E5; }
span { border-color: rgb(231,183,229); }
td.TdClassName
{
border-color: #E7B7E5;
}
.TagClassName
{
border-color: #E7B7E5;
}
</style>