Shades of French Lilac #EAB7EE
Tints of French Lilac #EAB7EE
RGB
CMYK
RGB Variations
Color information
#EAB7EE (or 0xEAB7EE) is known color: French Lilac. HEX triplet: EA, B7 and EE. RGB value is (234,183,238). Sum of RGB (Red+Green+Blue) = 234+183+238=655 (86% of max value = 765). Red value is 234 (91.80% from 255 or 35.73% from 655); Green value is 183 (71.88% from 255 or 27.94% from 655); Blue value is 238 (93.36% from 255 or 36.34% from 655); Max value from RGB is 238 - color contains mainly: blue. Hex color #EAB7EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAB7EE is #154811. Grayscale: #CCCCCC. Windows color (decimal): -1394706 or 15644650. OLE color: 15644650.
HSL color Cylindrical-coordinate representation of color #EAB7EE: hue angle of 295.64º degrees, saturation: 0.62, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EAB7EE is Cyan = 0.02, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 234 | 183 | 238 | - |
| CMYK | 0.02 | 0.23 | 0 | 0.07 |
| HSL | 295.64º | 0.62% | 0.83% | - |
| HSV(B) | 295.64º | 0.23% | 0.93% | - |
| XYZ | 66.3 | 57.53 | 88.5 | - |
| YUV | 204.52 | 146.9 | 149.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 183 | 238 | 0.02 | 0.23 | 0 | 0.07 | 295.64 | 0.62 | 0.83 |
| Hex | EA | B7 | EE | 2 | 17 | 0 | 7 | 128 | 3E | 53 |
| Octal | 352 | 267 | 356 | 2 | 27 | 0 | 7 | 450 | 76 | 123 |
| Binary | 11101010 | 10110111 | 11101110 | 10 | 10111 | 0 | 111 | 100101000 | 111110 | 1010011 |
Color Harmonies of #EAB7EE
Complementary color
Monochromatic Colors of #EAB7EE
Black with #EAB7EE
Text Example
Text Example
White with #EAB7EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB7EE; }
p { color: rgb(234,183,238); }
H1.HeaderClassName
{
color: #EAB7EE;
}
.AnyTagClassName
{
color: #EAB7EE;
}
</style>
background-color css
<style>
a { background-color: #EAB7EE; }
a { background-color: rgb(234,183,238); }
div.DivClassName
{
background-color: #EAB7EE;
}
.BgClassName
{
background-color: #EAB7EE;
}
</style>
border-color css
<style>
span { border-color: #EAB7EE; }
span { border-color: rgb(234,183,238); }
td.TdClassName
{
border-color: #EAB7EE;
}
.TagClassName
{
border-color: #EAB7EE;
}
</style>