Shades of French Lilac #E6B7E8
Tints of French Lilac #E6B7E8
RGB
CMYK
RGB Variations
Color information
#E6B7E8 (or 0xE6B7E8) is known color: French Lilac. HEX triplet: E6, B7 and E8. RGB value is (230,183,232). Sum of RGB (Red+Green+Blue) = 230+183+232=645 (85% of max value = 765). Red value is 230 (90.23% from 255 or 35.66% from 645); Green value is 183 (71.88% from 255 or 28.37% from 645); Blue value is 232 (91.02% from 255 or 35.97% from 645); Max value from RGB is 232 - color contains mainly: blue. Hex color #E6B7E8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6B7E8 is #194817. Grayscale: #CACACA. Windows color (decimal): -1656856 or 15251430. OLE color: 15251430.
HSL color Cylindrical-coordinate representation of color #E6B7E8: hue angle of 297.55º degrees, saturation: 0.52, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #E6B7E8 is Cyan = 0.01, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 230 | 183 | 232 | - |
| CMYK | 0.01 | 0.21 | 0 | 0.09 |
| HSL | 297.55º | 0.52% | 0.81% | - |
| HSV(B) | 297.55º | 0.21% | 0.91% | - |
| XYZ | 64.13 | 56.52 | 83.87 | - |
| YUV | 202.64 | 144.57 | 147.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 183 | 232 | 0.01 | 0.21 | 0 | 0.09 | 297.55 | 0.52 | 0.81 |
| Hex | E6 | B7 | E8 | 1 | 15 | 0 | 9 | 12A | 34 | 51 |
| Octal | 346 | 267 | 350 | 1 | 25 | 0 | 11 | 452 | 64 | 121 |
| Binary | 11100110 | 10110111 | 11101000 | 1 | 10101 | 0 | 1001 | 100101010 | 110100 | 1010001 |
Color Harmonies of #E6B7E8
Complementary color
Monochromatic Colors of #E6B7E8
Black with #E6B7E8
Text Example
Text Example
White with #E6B7E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6B7E8; }
p { color: rgb(230,183,232); }
H1.HeaderClassName
{
color: #E6B7E8;
}
.AnyTagClassName
{
color: #E6B7E8;
}
</style>
background-color css
<style>
a { background-color: #E6B7E8; }
a { background-color: rgb(230,183,232); }
div.DivClassName
{
background-color: #E6B7E8;
}
.BgClassName
{
background-color: #E6B7E8;
}
</style>
border-color css
<style>
span { border-color: #E6B7E8; }
span { border-color: rgb(230,183,232); }
td.TdClassName
{
border-color: #E6B7E8;
}
.TagClassName
{
border-color: #E6B7E8;
}
</style>