Shades of French Lilac #EAB7EF
Tints of French Lilac #EAB7EF
RGB
CMYK
RGB Variations
Color information
#EAB7EF (or 0xEAB7EF) is known color: French Lilac. HEX triplet: EA, B7 and EF. RGB value is (234,183,239). Sum of RGB (Red+Green+Blue) = 234+183+239=656 (86% of max value = 765). Red value is 234 (91.80% from 255 or 35.67% from 656); Green value is 183 (71.88% from 255 or 27.90% from 656); Blue value is 239 (93.75% from 255 or 36.43% from 656); Max value from RGB is 239 - color contains mainly: blue. Hex color #EAB7EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAB7EF is #154810. Grayscale: #CCCCCC. Windows color (decimal): -1394705 or 15710186. OLE color: 15710186.
HSL color Cylindrical-coordinate representation of color #EAB7EF: hue angle of 294.64º degrees, saturation: 0.64, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EAB7EF is Cyan = 0.02, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 234 | 183 | 239 | - |
| CMYK | 0.02 | 0.23 | 0 | 0.06 |
| HSL | 294.64º | 0.64% | 0.83% | - |
| HSV(B) | 294.64º | 0.23% | 0.94% | - |
| XYZ | 66.45 | 57.59 | 89.28 | - |
| YUV | 204.63 | 147.4 | 148.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 183 | 239 | 0.02 | 0.23 | 0 | 0.06 | 294.64 | 0.64 | 0.83 |
| Hex | EA | B7 | EF | 2 | 17 | 0 | 6 | 127 | 40 | 53 |
| Octal | 352 | 267 | 357 | 2 | 27 | 0 | 6 | 447 | 100 | 123 |
| Binary | 11101010 | 10110111 | 11101111 | 10 | 10111 | 0 | 110 | 100100111 | 1000000 | 1010011 |
Color Harmonies of #EAB7EF
Complementary color
Monochromatic Colors of #EAB7EF
Black with #EAB7EF
Text Example
Text Example
White with #EAB7EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB7EF; }
p { color: rgb(234,183,239); }
H1.HeaderClassName
{
color: #EAB7EF;
}
.AnyTagClassName
{
color: #EAB7EF;
}
</style>
background-color css
<style>
a { background-color: #EAB7EF; }
a { background-color: rgb(234,183,239); }
div.DivClassName
{
background-color: #EAB7EF;
}
.BgClassName
{
background-color: #EAB7EF;
}
</style>
border-color css
<style>
span { border-color: #EAB7EF; }
span { border-color: rgb(234,183,239); }
td.TdClassName
{
border-color: #EAB7EF;
}
.TagClassName
{
border-color: #EAB7EF;
}
</style>