Shades of French Lilac #EABCDB
Tints of French Lilac #EABCDB
RGB
CMYK
RGB Variations
Color information
#EABCDB (or 0xEABCDB) is known color: French Lilac. HEX triplet: EA, BC and DB. RGB value is (234,188,219). Sum of RGB (Red+Green+Blue) = 234+188+219=641 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.51% from 641); Green value is 188 (73.83% from 255 or 29.33% from 641); Blue value is 219 (85.94% from 255 or 34.17% from 641); Max value from RGB is 234 - color contains mainly: red. Hex color #EABCDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EABCDB is #154324. Grayscale: #CDCDCD. Windows color (decimal): -1393445 or 14400746. OLE color: 14400746.
HSL color Cylindrical-coordinate representation of color #EABCDB: hue angle of 319.57º degrees, saturation: 0.52, 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 #EABCDB is Cyan = 0, Magento = 0.20, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 188 | 219 | - |
| CMYK | 0 | 0.20 | 0.06 | 0.08 |
| HSL | 319.57º | 0.52% | 0.83% | - |
| HSV(B) | 319.57º | 0.2% | 0.92% | - |
| XYZ | 64.7 | 58.57 | 74.91 | - |
| YUV | 205.29 | 135.74 | 148.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 188 | 219 | 0 | 0.20 | 0.06 | 0.08 | 319.57 | 0.52 | 0.83 |
| Hex | EA | BC | DB | 0 | 14 | 6 | 8 | 140 | 34 | 53 |
| Octal | 352 | 274 | 333 | 0 | 24 | 6 | 10 | 500 | 64 | 123 |
| Binary | 11101010 | 10111100 | 11011011 | 0 | 10100 | 110 | 1000 | 101000000 | 110100 | 1010011 |
Color Harmonies of #EABCDB
Complementary color
Monochromatic Colors of #EABCDB
Black with #EABCDB
Text Example
Text Example
White with #EABCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABCDB; }
p { color: rgb(234,188,219); }
H1.HeaderClassName
{
color: #EABCDB;
}
.AnyTagClassName
{
color: #EABCDB;
}
</style>
background-color css
<style>
a { background-color: #EABCDB; }
a { background-color: rgb(234,188,219); }
div.DivClassName
{
background-color: #EABCDB;
}
.BgClassName
{
background-color: #EABCDB;
}
</style>
border-color css
<style>
span { border-color: #EABCDB; }
span { border-color: rgb(234,188,219); }
td.TdClassName
{
border-color: #EABCDB;
}
.TagClassName
{
border-color: #EABCDB;
}
</style>