Shades of French Lilac #E7B6EB
Tints of French Lilac #E7B6EB
RGB
CMYK
RGB Variations
Color information
#E7B6EB (or 0xE7B6EB) is known color: French Lilac. HEX triplet: E7, B6 and EB. RGB value is (231,182,235). Sum of RGB (Red+Green+Blue) = 231+182+235=648 (85% of max value = 765). Red value is 231 (90.62% from 255 or 35.65% from 648); Green value is 182 (71.48% from 255 or 28.09% from 648); Blue value is 235 (92.19% from 255 or 36.27% from 648); Max value from RGB is 235 - color contains mainly: blue. Hex color #E7B6EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7B6EB is #184914. Grayscale: #CACACA. Windows color (decimal): -1591573 or 15447783. OLE color: 15447783.
HSL color Cylindrical-coordinate representation of color #E7B6EB: hue angle of 295.47º degrees, saturation: 0.57, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E7B6EB is Cyan = 0.02, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 231 | 182 | 235 | - |
| CMYK | 0.02 | 0.23 | 0 | 0.08 |
| HSL | 295.47º | 0.57% | 0.82% | - |
| HSV(B) | 295.47º | 0.23% | 0.92% | - |
| XYZ | 64.68 | 56.44 | 86.08 | - |
| YUV | 202.69 | 146.23 | 148.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 182 | 235 | 0.02 | 0.23 | 0 | 0.08 | 295.47 | 0.57 | 0.82 |
| Hex | E7 | B6 | EB | 2 | 17 | 0 | 8 | 127 | 39 | 52 |
| Octal | 347 | 266 | 353 | 2 | 27 | 0 | 10 | 447 | 71 | 122 |
| Binary | 11100111 | 10110110 | 11101011 | 10 | 10111 | 0 | 1000 | 100100111 | 111001 | 1010010 |
Color Harmonies of #E7B6EB
Complementary color
Monochromatic Colors of #E7B6EB
Black with #E7B6EB
Text Example
Text Example
White with #E7B6EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7B6EB; }
p { color: rgb(231,182,235); }
H1.HeaderClassName
{
color: #E7B6EB;
}
.AnyTagClassName
{
color: #E7B6EB;
}
</style>
background-color css
<style>
a { background-color: #E7B6EB; }
a { background-color: rgb(231,182,235); }
div.DivClassName
{
background-color: #E7B6EB;
}
.BgClassName
{
background-color: #E7B6EB;
}
</style>
border-color css
<style>
span { border-color: #E7B6EB; }
span { border-color: rgb(231,182,235); }
td.TdClassName
{
border-color: #E7B6EB;
}
.TagClassName
{
border-color: #E7B6EB;
}
</style>