Shades of French Lilac #E9B7E5
Tints of French Lilac #E9B7E5
RGB
CMYK
RGB Variations
Color information
#E9B7E5 (or 0xE9B7E5) is known color: French Lilac. HEX triplet: E9, B7 and E5. RGB value is (233,183,229). Sum of RGB (Red+Green+Blue) = 233+183+229=645 (85% of max value = 765). Red value is 233 (91.41% from 255 or 36.12% from 645); Green value is 183 (71.88% from 255 or 28.37% from 645); Blue value is 229 (89.84% from 255 or 35.50% from 645); Max value from RGB is 233 - color contains mainly: red. Hex color #E9B7E5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9B7E5 is #16481A. Grayscale: #CBCBCB. Windows color (decimal): -1460251 or 15054825. OLE color: 15054825.
HSL color Cylindrical-coordinate representation of color #E9B7E5: hue angle of 304.8º degrees, saturation: 0.53, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #E9B7E5 is Cyan = 0, Magento = 0.21, Yellow = 0.02 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 183 | 229 | - |
| CMYK | 0 | 0.21 | 0.02 | 0.09 |
| HSL | 304.8º | 0.53% | 0.82% | - |
| HSV(B) | 304.8º | 0.21% | 0.91% | - |
| XYZ | 64.68 | 56.85 | 81.69 | - |
| YUV | 203.19 | 142.57 | 149.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 183 | 229 | 0 | 0.21 | 0.02 | 0.09 | 304.8 | 0.53 | 0.82 |
| Hex | E9 | B7 | E5 | 0 | 15 | 2 | 9 | 131 | 35 | 52 |
| Octal | 351 | 267 | 345 | 0 | 25 | 2 | 11 | 461 | 65 | 122 |
| Binary | 11101001 | 10110111 | 11100101 | 0 | 10101 | 10 | 1001 | 100110001 | 110101 | 1010010 |
Color Harmonies of #E9B7E5
Complementary color
Monochromatic Colors of #E9B7E5
Black with #E9B7E5
Text Example
Text Example
White with #E9B7E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9B7E5; }
p { color: rgb(233,183,229); }
H1.HeaderClassName
{
color: #E9B7E5;
}
.AnyTagClassName
{
color: #E9B7E5;
}
</style>
background-color css
<style>
a { background-color: #E9B7E5; }
a { background-color: rgb(233,183,229); }
div.DivClassName
{
background-color: #E9B7E5;
}
.BgClassName
{
background-color: #E9B7E5;
}
</style>
border-color css
<style>
span { border-color: #E9B7E5; }
span { border-color: rgb(233,183,229); }
td.TdClassName
{
border-color: #E9B7E5;
}
.TagClassName
{
border-color: #E9B7E5;
}
</style>