Shades of French Lilac #EABEDB
Tints of French Lilac #EABEDB
RGB
CMYK
RGB Variations
Color information
#EABEDB (or 0xEABEDB) is known color: French Lilac. HEX triplet: EA, BE and DB. RGB value is (234,190,219). Sum of RGB (Red+Green+Blue) = 234+190+219=643 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.39% from 643); Green value is 190 (74.61% from 255 or 29.55% from 643); Blue value is 219 (85.94% from 255 or 34.06% from 643); Max value from RGB is 234 - color contains mainly: red. Hex color #EABEDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EABEDB is #154124. Grayscale: #CECECE. Windows color (decimal): -1392933 or 14401258. OLE color: 14401258.
HSL color Cylindrical-coordinate representation of color #EABEDB: hue angle of 320.45º degrees, saturation: 0.51, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EABEDB is Cyan = 0, Magento = 0.19, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 190 | 219 | - |
| CMYK | 0 | 0.19 | 0.06 | 0.08 |
| HSL | 320.45º | 0.51% | 0.83% | - |
| HSV(B) | 320.45º | 0.19% | 0.92% | - |
| XYZ | 65.13 | 59.43 | 75.06 | - |
| YUV | 206.46 | 135.08 | 147.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 190 | 219 | 0 | 0.19 | 0.06 | 0.08 | 320.45 | 0.51 | 0.83 |
| Hex | EA | BE | DB | 0 | 13 | 6 | 8 | 140 | 33 | 53 |
| Octal | 352 | 276 | 333 | 0 | 23 | 6 | 10 | 500 | 63 | 123 |
| Binary | 11101010 | 10111110 | 11011011 | 0 | 10011 | 110 | 1000 | 101000000 | 110011 | 1010011 |
Color Harmonies of #EABEDB
Complementary color
Monochromatic Colors of #EABEDB
Black with #EABEDB
Text Example
Text Example
White with #EABEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABEDB; }
p { color: rgb(234,190,219); }
H1.HeaderClassName
{
color: #EABEDB;
}
.AnyTagClassName
{
color: #EABEDB;
}
</style>
background-color css
<style>
a { background-color: #EABEDB; }
a { background-color: rgb(234,190,219); }
div.DivClassName
{
background-color: #EABEDB;
}
.BgClassName
{
background-color: #EABEDB;
}
</style>
border-color css
<style>
span { border-color: #EABEDB; }
span { border-color: rgb(234,190,219); }
td.TdClassName
{
border-color: #EABEDB;
}
.TagClassName
{
border-color: #EABEDB;
}
</style>