Shades of French Lilac #EABBE9
Tints of French Lilac #EABBE9
RGB
CMYK
RGB Variations
Color information
#EABBE9 (or 0xEABBE9) is known color: French Lilac. HEX triplet: EA, BB and E9. RGB value is (234,187,233). Sum of RGB (Red+Green+Blue) = 234+187+233=654 (86% of max value = 765). Red value is 234 (91.80% from 255 or 35.78% from 654); Green value is 187 (73.44% from 255 or 28.59% from 654); Blue value is 233 (91.41% from 255 or 35.63% from 654); Max value from RGB is 234 - color contains mainly: red. Hex color #EABBE9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EABBE9 is #154416. Grayscale: #CECECE. Windows color (decimal): -1393687 or 15317994. OLE color: 15317994.
HSL color Cylindrical-coordinate representation of color #EABBE9: hue angle of 301.28º degrees, saturation: 0.53, 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 #EABBE9 is Cyan = 0, Magento = 0.20, Yellow = 0.00 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 187 | 233 | - |
| CMYK | 0 | 0.20 | 0.00 | 0.08 |
| HSL | 301.28º | 0.53% | 0.83% | - |
| HSV(B) | 301.28º | 0.2% | 0.92% | - |
| XYZ | 66.41 | 58.92 | 84.96 | - |
| YUV | 206.3 | 143.07 | 147.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 187 | 233 | 0 | 0.20 | 0.00 | 0.08 | 301.28 | 0.53 | 0.83 |
| Hex | EA | BB | E9 | 0 | 14 | 0 | 8 | 12D | 35 | 53 |
| Octal | 352 | 273 | 351 | 0 | 24 | 0 | 10 | 455 | 65 | 123 |
| Binary | 11101010 | 10111011 | 11101001 | 0 | 10100 | 0 | 1000 | 100101101 | 110101 | 1010011 |
Color Harmonies of #EABBE9
Complementary color
Monochromatic Colors of #EABBE9
Black with #EABBE9
Text Example
Text Example
White with #EABBE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABBE9; }
p { color: rgb(234,187,233); }
H1.HeaderClassName
{
color: #EABBE9;
}
.AnyTagClassName
{
color: #EABBE9;
}
</style>
background-color css
<style>
a { background-color: #EABBE9; }
a { background-color: rgb(234,187,233); }
div.DivClassName
{
background-color: #EABBE9;
}
.BgClassName
{
background-color: #EABBE9;
}
</style>
border-color css
<style>
span { border-color: #EABBE9; }
span { border-color: rgb(234,187,233); }
td.TdClassName
{
border-color: #EABBE9;
}
.TagClassName
{
border-color: #EABBE9;
}
</style>