Shades of French Lilac #E8BAE9
Tints of French Lilac #E8BAE9
RGB
CMYK
RGB Variations
Color information
#E8BAE9 (or 0xE8BAE9) is known color: French Lilac. HEX triplet: E8, BA and E9. RGB value is (232,186,233). Sum of RGB (Red+Green+Blue) = 232+186+233=651 (86% of max value = 765). Red value is 232 (91.02% from 255 or 35.64% from 651); Green value is 186 (73.05% from 255 or 28.57% from 651); Blue value is 233 (91.41% from 255 or 35.79% from 651); Max value from RGB is 233 - color contains mainly: blue. Hex color #E8BAE9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8BAE9 is #174516. Grayscale: #CCCCCC. Windows color (decimal): -1525015 or 15317736. OLE color: 15317736.
HSL color Cylindrical-coordinate representation of color #E8BAE9: hue angle of 298.72º degrees, saturation: 0.52, 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 #E8BAE9 is Cyan = 0.00, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 186 | 233 | - |
| CMYK | 0.00 | 0.20 | 0 | 0.09 |
| HSL | 298.72º | 0.52% | 0.82% | - |
| HSV(B) | 298.72º | 0.2% | 0.91% | - |
| XYZ | 65.55 | 58.16 | 84.86 | - |
| YUV | 205.11 | 143.74 | 147.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 186 | 233 | 0.00 | 0.20 | 0 | 0.09 | 298.72 | 0.52 | 0.82 |
| Hex | E8 | BA | E9 | 0 | 14 | 0 | 9 | 12B | 34 | 52 |
| Octal | 350 | 272 | 351 | 0 | 24 | 0 | 11 | 453 | 64 | 122 |
| Binary | 11101000 | 10111010 | 11101001 | 0 | 10100 | 0 | 1001 | 100101011 | 110100 | 1010010 |
Color Harmonies of #E8BAE9
Complementary color
Monochromatic Colors of #E8BAE9
Black with #E8BAE9
Text Example
Text Example
White with #E8BAE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8BAE9; }
p { color: rgb(232,186,233); }
H1.HeaderClassName
{
color: #E8BAE9;
}
.AnyTagClassName
{
color: #E8BAE9;
}
</style>
background-color css
<style>
a { background-color: #E8BAE9; }
a { background-color: rgb(232,186,233); }
div.DivClassName
{
background-color: #E8BAE9;
}
.BgClassName
{
background-color: #E8BAE9;
}
</style>
border-color css
<style>
span { border-color: #E8BAE9; }
span { border-color: rgb(232,186,233); }
td.TdClassName
{
border-color: #E8BAE9;
}
.TagClassName
{
border-color: #E8BAE9;
}
</style>