Shades of French Lilac #EABBEB
Tints of French Lilac #EABBEB
RGB
CMYK
RGB Variations
Color information
#EABBEB (or 0xEABBEB) is known color: French Lilac. HEX triplet: EA, BB and EB. RGB value is (234,187,235). Sum of RGB (Red+Green+Blue) = 234+187+235=656 (86% of max value = 765). Red value is 234 (91.80% from 255 or 35.67% from 656); Green value is 187 (73.44% from 255 or 28.51% from 656); Blue value is 235 (92.19% from 255 or 35.82% from 656); Max value from RGB is 235 - color contains mainly: blue. Hex color #EABBEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EABBEB is #154414. Grayscale: #CECECE. Windows color (decimal): -1393685 or 15449066. OLE color: 15449066.
HSL color Cylindrical-coordinate representation of color #EABBEB: hue angle of 298.75º degrees, saturation: 0.55, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EABBEB is Cyan = 0.00, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 187 | 235 | - |
| CMYK | 0.00 | 0.20 | 0 | 0.08 |
| HSL | 298.75º | 0.55% | 0.83% | - |
| HSV(B) | 298.75º | 0.2% | 0.92% | - |
| XYZ | 66.7 | 59.03 | 86.48 | - |
| YUV | 206.53 | 144.07 | 147.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 187 | 235 | 0.00 | 0.20 | 0 | 0.08 | 298.75 | 0.55 | 0.83 |
| Hex | EA | BB | EB | 0 | 14 | 0 | 8 | 12B | 37 | 53 |
| Octal | 352 | 273 | 353 | 0 | 24 | 0 | 10 | 453 | 67 | 123 |
| Binary | 11101010 | 10111011 | 11101011 | 0 | 10100 | 0 | 1000 | 100101011 | 110111 | 1010011 |
Color Harmonies of #EABBEB
Complementary color
Monochromatic Colors of #EABBEB
Black with #EABBEB
Text Example
Text Example
White with #EABBEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABBEB; }
p { color: rgb(234,187,235); }
H1.HeaderClassName
{
color: #EABBEB;
}
.AnyTagClassName
{
color: #EABBEB;
}
</style>
background-color css
<style>
a { background-color: #EABBEB; }
a { background-color: rgb(234,187,235); }
div.DivClassName
{
background-color: #EABBEB;
}
.BgClassName
{
background-color: #EABBEB;
}
</style>
border-color css
<style>
span { border-color: #EABBEB; }
span { border-color: rgb(234,187,235); }
td.TdClassName
{
border-color: #EABBEB;
}
.TagClassName
{
border-color: #EABBEB;
}
</style>