Shades of French Lilac #E5B6E8
Tints of French Lilac #E5B6E8
RGB
CMYK
RGB Variations
Color information
#E5B6E8 (or 0xE5B6E8) is known color: French Lilac. HEX triplet: E5, B6 and E8. RGB value is (229,182,232). Sum of RGB (Red+Green+Blue) = 229+182+232=643 (85% of max value = 765). Red value is 229 (89.84% from 255 or 35.61% from 643); Green value is 182 (71.48% from 255 or 28.30% from 643); Blue value is 232 (91.02% from 255 or 36.08% from 643); Max value from RGB is 232 - color contains mainly: blue. Hex color #E5B6E8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5B6E8 is #1A4917. Grayscale: #C9C9C9. Windows color (decimal): -1722648 or 15251173. OLE color: 15251173.
HSL color Cylindrical-coordinate representation of color #E5B6E8: hue angle of 296.4º degrees, saturation: 0.52, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E5B6E8 is Cyan = 0.01, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 229 | 182 | 232 | - |
| CMYK | 0.01 | 0.22 | 0 | 0.09 |
| HSL | 296.4º | 0.52% | 0.81% | - |
| HSV(B) | 296.4º | 0.22% | 0.91% | - |
| XYZ | 63.61 | 55.94 | 83.79 | - |
| YUV | 201.75 | 145.07 | 147.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 182 | 232 | 0.01 | 0.22 | 0 | 0.09 | 296.4 | 0.52 | 0.81 |
| Hex | E5 | B6 | E8 | 1 | 16 | 0 | 9 | 128 | 34 | 51 |
| Octal | 345 | 266 | 350 | 1 | 26 | 0 | 11 | 450 | 64 | 121 |
| Binary | 11100101 | 10110110 | 11101000 | 1 | 10110 | 0 | 1001 | 100101000 | 110100 | 1010001 |
Color Harmonies of #E5B6E8
Complementary color
Monochromatic Colors of #E5B6E8
Black with #E5B6E8
Text Example
Text Example
White with #E5B6E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5B6E8; }
p { color: rgb(229,182,232); }
H1.HeaderClassName
{
color: #E5B6E8;
}
.AnyTagClassName
{
color: #E5B6E8;
}
</style>
background-color css
<style>
a { background-color: #E5B6E8; }
a { background-color: rgb(229,182,232); }
div.DivClassName
{
background-color: #E5B6E8;
}
.BgClassName
{
background-color: #E5B6E8;
}
</style>
border-color css
<style>
span { border-color: #E5B6E8; }
span { border-color: rgb(229,182,232); }
td.TdClassName
{
border-color: #E5B6E8;
}
.TagClassName
{
border-color: #E5B6E8;
}
</style>