Shades of French Lilac #E7B9E0
Tints of French Lilac #E7B9E0
RGB
CMYK
RGB Variations
Color information
#E7B9E0 (or 0xE7B9E0) is known color: French Lilac. HEX triplet: E7, B9 and E0. RGB value is (231,185,224). Sum of RGB (Red+Green+Blue) = 231+185+224=640 (84% of max value = 765). Red value is 231 (90.62% from 255 or 36.09% from 640); Green value is 185 (72.66% from 255 or 28.91% from 640); Blue value is 224 (87.89% from 255 or 35% from 640); Max value from RGB is 231 - color contains mainly: red. Hex color #E7B9E0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7B9E0 is #18461F. Grayscale: #CBCBCB. Windows color (decimal): -1590816 or 14727655. OLE color: 14727655.
HSL color Cylindrical-coordinate representation of color #E7B9E0: hue angle of 309.13º degrees, saturation: 0.49, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E7B9E0 is Cyan = 0, Magento = 0.20, Yellow = 0.03 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 185 | 224 | - |
| CMYK | 0 | 0.20 | 0.03 | 0.09 |
| HSL | 309.13º | 0.49% | 0.82% | - |
| HSV(B) | 309.13º | 0.2% | 0.91% | - |
| XYZ | 63.76 | 57.07 | 78.18 | - |
| YUV | 203.2 | 139.74 | 147.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 185 | 224 | 0 | 0.20 | 0.03 | 0.09 | 309.13 | 0.49 | 0.82 |
| Hex | E7 | B9 | E0 | 0 | 14 | 3 | 9 | 135 | 31 | 52 |
| Octal | 347 | 271 | 340 | 0 | 24 | 3 | 11 | 465 | 61 | 122 |
| Binary | 11100111 | 10111001 | 11100000 | 0 | 10100 | 11 | 1001 | 100110101 | 110001 | 1010010 |
Color Harmonies of #E7B9E0
Complementary color
Monochromatic Colors of #E7B9E0
Black with #E7B9E0
Text Example
Text Example
White with #E7B9E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7B9E0; }
p { color: rgb(231,185,224); }
H1.HeaderClassName
{
color: #E7B9E0;
}
.AnyTagClassName
{
color: #E7B9E0;
}
</style>
background-color css
<style>
a { background-color: #E7B9E0; }
a { background-color: rgb(231,185,224); }
div.DivClassName
{
background-color: #E7B9E0;
}
.BgClassName
{
background-color: #E7B9E0;
}
</style>
border-color css
<style>
span { border-color: #E7B9E0; }
span { border-color: rgb(231,185,224); }
td.TdClassName
{
border-color: #E7B9E0;
}
.TagClassName
{
border-color: #E7B9E0;
}
</style>