Shades of French Lilac #EABBD9
Tints of French Lilac #EABBD9
RGB
CMYK
RGB Variations
Color information
#EABBD9 (or 0xEABBD9) is known color: French Lilac. HEX triplet: EA, BB and D9. RGB value is (234,187,217). Sum of RGB (Red+Green+Blue) = 234+187+217=638 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.68% from 638); Green value is 187 (73.44% from 255 or 29.31% from 638); Blue value is 217 (85.16% from 255 or 34.01% from 638); Max value from RGB is 234 - color contains mainly: red. Hex color #EABBD9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EABBD9 is #154426. Grayscale: #CCCCCC. Windows color (decimal): -1393703 or 14269418. OLE color: 14269418.
HSL color Cylindrical-coordinate representation of color #EABBD9: hue angle of 321.7º 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 #EABBD9 is Cyan = 0, Magento = 0.20, Yellow = 0.07 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 187 | 217 | - |
| CMYK | 0 | 0.20 | 0.07 | 0.08 |
| HSL | 321.7º | 0.53% | 0.83% | - |
| HSV(B) | 321.7º | 0.2% | 0.92% | - |
| XYZ | 64.23 | 58.04 | 73.46 | - |
| YUV | 204.47 | 135.07 | 149.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 187 | 217 | 0 | 0.20 | 0.07 | 0.08 | 321.7 | 0.53 | 0.83 |
| Hex | EA | BB | D9 | 0 | 14 | 7 | 8 | 142 | 35 | 53 |
| Octal | 352 | 273 | 331 | 0 | 24 | 7 | 10 | 502 | 65 | 123 |
| Binary | 11101010 | 10111011 | 11011001 | 0 | 10100 | 111 | 1000 | 101000010 | 110101 | 1010011 |
Color Harmonies of #EABBD9
Complementary color
Monochromatic Colors of #EABBD9
Black with #EABBD9
Text Example
Text Example
White with #EABBD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABBD9; }
p { color: rgb(234,187,217); }
H1.HeaderClassName
{
color: #EABBD9;
}
.AnyTagClassName
{
color: #EABBD9;
}
</style>
background-color css
<style>
a { background-color: #EABBD9; }
a { background-color: rgb(234,187,217); }
div.DivClassName
{
background-color: #EABBD9;
}
.BgClassName
{
background-color: #EABBD9;
}
</style>
border-color css
<style>
span { border-color: #EABBD9; }
span { border-color: rgb(234,187,217); }
td.TdClassName
{
border-color: #EABBD9;
}
.TagClassName
{
border-color: #EABBD9;
}
</style>