Shades of French Lilac #EABBDA
Tints of French Lilac #EABBDA
RGB
CMYK
RGB Variations
Color information
#EABBDA (or 0xEABBDA) is known color: French Lilac. HEX triplet: EA, BB and DA. RGB value is (234,187,218). Sum of RGB (Red+Green+Blue) = 234+187+218=639 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.62% from 639); Green value is 187 (73.44% from 255 or 29.26% from 639); Blue value is 218 (85.55% from 255 or 34.12% from 639); Max value from RGB is 234 - color contains mainly: red. Hex color #EABBDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EABBDA is #154425. Grayscale: #CCCCCC. Windows color (decimal): -1393702 or 14334954. OLE color: 14334954.
HSL color Cylindrical-coordinate representation of color #EABBDA: hue angle of 320.43º 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 #EABBDA is Cyan = 0, Magento = 0.20, Yellow = 0.07 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 187 | 218 | - |
| CMYK | 0 | 0.20 | 0.07 | 0.08 |
| HSL | 320.43º | 0.53% | 0.83% | - |
| HSV(B) | 320.43º | 0.2% | 0.92% | - |
| XYZ | 64.36 | 58.1 | 74.15 | - |
| YUV | 204.59 | 135.57 | 148.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 187 | 218 | 0 | 0.20 | 0.07 | 0.08 | 320.43 | 0.53 | 0.83 |
| Hex | EA | BB | DA | 0 | 14 | 7 | 8 | 140 | 35 | 53 |
| Octal | 352 | 273 | 332 | 0 | 24 | 7 | 10 | 500 | 65 | 123 |
| Binary | 11101010 | 10111011 | 11011010 | 0 | 10100 | 111 | 1000 | 101000000 | 110101 | 1010011 |
Color Harmonies of #EABBDA
Complementary color
Monochromatic Colors of #EABBDA
Black with #EABBDA
Text Example
Text Example
White with #EABBDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABBDA; }
p { color: rgb(234,187,218); }
H1.HeaderClassName
{
color: #EABBDA;
}
.AnyTagClassName
{
color: #EABBDA;
}
</style>
background-color css
<style>
a { background-color: #EABBDA; }
a { background-color: rgb(234,187,218); }
div.DivClassName
{
background-color: #EABBDA;
}
.BgClassName
{
background-color: #EABBDA;
}
</style>
border-color css
<style>
span { border-color: #EABBDA; }
span { border-color: rgb(234,187,218); }
td.TdClassName
{
border-color: #EABBDA;
}
.TagClassName
{
border-color: #EABBDA;
}
</style>