Shades of French Lilac #E5BBE5
Tints of French Lilac #E5BBE5
RGB
CMYK
RGB Variations
Color information
#E5BBE5 (or 0xE5BBE5) is known color: French Lilac. HEX triplet: E5, BB and E5. RGB value is (229,187,229). Sum of RGB (Red+Green+Blue) = 229+187+229=645 (85% of max value = 765). Red value is 229 (89.84% from 255 or 35.50% from 645); Green value is 187 (73.44% from 255 or 28.99% from 645); Blue value is 229 (89.84% from 255 or 35.50% from 645); Max value from RGB is 229 - color contains mainly: red, blue. Hex color #E5BBE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5BBE5 is #1A441A. Grayscale: #CCCCCC. Windows color (decimal): -1721371 or 15055845. OLE color: 15055845.
HSL color Cylindrical-coordinate representation of color #E5BBE5: hue angle of 300º degrees, saturation: 0.45, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E5BBE5 is Cyan = 0, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 187 | 229 | - |
| CMYK | 0 | 0.18 | 0 | 0.10 |
| HSL | 300º | 0.45% | 0.82% | - |
| HSV(B) | 300º | 0.18% | 0.9% | - |
| XYZ | 64.23 | 57.86 | 81.91 | - |
| YUV | 204.35 | 141.91 | 145.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 187 | 229 | 0 | 0.18 | 0 | 0.10 | 300 | 0.45 | 0.82 |
| Hex | E5 | BB | E5 | 0 | 12 | 0 | A | 12C | 2D | 52 |
| Octal | 345 | 273 | 345 | 0 | 22 | 0 | 12 | 454 | 55 | 122 |
| Binary | 11100101 | 10111011 | 11100101 | 0 | 10010 | 0 | 1010 | 100101100 | 101101 | 1010010 |
Color Harmonies of #E5BBE5
Complementary color
Monochromatic Colors of #E5BBE5
Black with #E5BBE5
Text Example
Text Example
White with #E5BBE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5BBE5; }
p { color: rgb(229,187,229); }
H1.HeaderClassName
{
color: #E5BBE5;
}
.AnyTagClassName
{
color: #E5BBE5;
}
</style>
background-color css
<style>
a { background-color: #E5BBE5; }
a { background-color: rgb(229,187,229); }
div.DivClassName
{
background-color: #E5BBE5;
}
.BgClassName
{
background-color: #E5BBE5;
}
</style>
border-color css
<style>
span { border-color: #E5BBE5; }
span { border-color: rgb(229,187,229); }
td.TdClassName
{
border-color: #E5BBE5;
}
.TagClassName
{
border-color: #E5BBE5;
}
</style>