Shades of French Lilac #EAB9DB
Tints of French Lilac #EAB9DB
RGB
CMYK
RGB Variations
Color information
#EAB9DB (or 0xEAB9DB) is known color: French Lilac. HEX triplet: EA, B9 and DB. RGB value is (234,185,219). Sum of RGB (Red+Green+Blue) = 234+185+219=638 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.68% from 638); Green value is 185 (72.66% from 255 or 29.00% from 638); Blue value is 219 (85.94% from 255 or 34.33% from 638); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB9DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAB9DB is #154624. Grayscale: #CBCBCB. Windows color (decimal): -1394213 or 14399978. OLE color: 14399978.
HSL color Cylindrical-coordinate representation of color #EAB9DB: hue angle of 318.37º degrees, saturation: 0.54, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EAB9DB is Cyan = 0, Magento = 0.21, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 185 | 219 | - |
| CMYK | 0 | 0.21 | 0.06 | 0.08 |
| HSL | 318.37º | 0.54% | 0.82% | - |
| HSV(B) | 318.37º | 0.21% | 0.92% | - |
| XYZ | 64.07 | 57.3 | 74.7 | - |
| YUV | 203.53 | 136.73 | 149.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 185 | 219 | 0 | 0.21 | 0.06 | 0.08 | 318.37 | 0.54 | 0.82 |
| Hex | EA | B9 | DB | 0 | 15 | 6 | 8 | 13E | 36 | 52 |
| Octal | 352 | 271 | 333 | 0 | 25 | 6 | 10 | 476 | 66 | 122 |
| Binary | 11101010 | 10111001 | 11011011 | 0 | 10101 | 110 | 1000 | 100111110 | 110110 | 1010010 |
Color Harmonies of #EAB9DB
Complementary color
Monochromatic Colors of #EAB9DB
Black with #EAB9DB
Text Example
Text Example
White with #EAB9DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB9DB; }
p { color: rgb(234,185,219); }
H1.HeaderClassName
{
color: #EAB9DB;
}
.AnyTagClassName
{
color: #EAB9DB;
}
</style>
background-color css
<style>
a { background-color: #EAB9DB; }
a { background-color: rgb(234,185,219); }
div.DivClassName
{
background-color: #EAB9DB;
}
.BgClassName
{
background-color: #EAB9DB;
}
</style>
border-color css
<style>
span { border-color: #EAB9DB; }
span { border-color: rgb(234,185,219); }
td.TdClassName
{
border-color: #EAB9DB;
}
.TagClassName
{
border-color: #EAB9DB;
}
</style>