Shades of French Lilac #E8BAE6
Tints of French Lilac #E8BAE6
RGB
CMYK
RGB Variations
Color information
#E8BAE6 (or 0xE8BAE6) is known color: French Lilac. HEX triplet: E8, BA and E6. RGB value is (232,186,230). Sum of RGB (Red+Green+Blue) = 232+186+230=648 (85% of max value = 765). Red value is 232 (91.02% from 255 or 35.80% from 648); Green value is 186 (73.05% from 255 or 28.70% from 648); Blue value is 230 (90.23% from 255 or 35.49% from 648); Max value from RGB is 232 - color contains mainly: red. Hex color #E8BAE6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8BAE6 is #174519. Grayscale: #CCCCCC. Windows color (decimal): -1525018 or 15121128. OLE color: 15121128.
HSL color Cylindrical-coordinate representation of color #E8BAE6: hue angle of 302.61º degrees, saturation: 0.5, 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 #E8BAE6 is Cyan = 0, Magento = 0.20, Yellow = 0.01 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 186 | 230 | - |
| CMYK | 0 | 0.20 | 0.01 | 0.09 |
| HSL | 302.61º | 0.5% | 0.82% | - |
| HSV(B) | 302.61º | 0.2% | 0.91% | - |
| XYZ | 65.12 | 57.99 | 82.62 | - |
| YUV | 204.77 | 142.24 | 147.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 186 | 230 | 0 | 0.20 | 0.01 | 0.09 | 302.61 | 0.5 | 0.82 |
| Hex | E8 | BA | E6 | 0 | 14 | 1 | 9 | 12F | 32 | 52 |
| Octal | 350 | 272 | 346 | 0 | 24 | 1 | 11 | 457 | 62 | 122 |
| Binary | 11101000 | 10111010 | 11100110 | 0 | 10100 | 1 | 1001 | 100101111 | 110010 | 1010010 |
Color Harmonies of #E8BAE6
Complementary color
Monochromatic Colors of #E8BAE6
Black with #E8BAE6
Text Example
Text Example
White with #E8BAE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8BAE6; }
p { color: rgb(232,186,230); }
H1.HeaderClassName
{
color: #E8BAE6;
}
.AnyTagClassName
{
color: #E8BAE6;
}
</style>
background-color css
<style>
a { background-color: #E8BAE6; }
a { background-color: rgb(232,186,230); }
div.DivClassName
{
background-color: #E8BAE6;
}
.BgClassName
{
background-color: #E8BAE6;
}
</style>
border-color css
<style>
span { border-color: #E8BAE6; }
span { border-color: rgb(232,186,230); }
td.TdClassName
{
border-color: #E8BAE6;
}
.TagClassName
{
border-color: #E8BAE6;
}
</style>