Shades of French Lilac #EAB5DB
Tints of French Lilac #EAB5DB
RGB
CMYK
RGB Variations
Color information
#EAB5DB (or 0xEAB5DB) is known color: French Lilac. HEX triplet: EA, B5 and DB. RGB value is (234,181,219). Sum of RGB (Red+Green+Blue) = 234+181+219=634 (83% of max value = 765). Red value is 234 (91.80% from 255 or 36.91% from 634); Green value is 181 (71.09% from 255 or 28.55% from 634); Blue value is 219 (85.94% from 255 or 34.54% from 634); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB5DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAB5DB is #154A24. Grayscale: #C9C9C9. Windows color (decimal): -1395237 or 14398954. OLE color: 14398954.
HSL color Cylindrical-coordinate representation of color #EAB5DB: hue angle of 316.98º degrees, saturation: 0.56, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EAB5DB is Cyan = 0, Magento = 0.23, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 181 | 219 | - |
| CMYK | 0 | 0.23 | 0.06 | 0.08 |
| HSL | 316.98º | 0.56% | 0.81% | - |
| HSV(B) | 316.98º | 0.23% | 0.92% | - |
| XYZ | 63.24 | 55.65 | 74.43 | - |
| YUV | 201.18 | 138.06 | 151.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 181 | 219 | 0 | 0.23 | 0.06 | 0.08 | 316.98 | 0.56 | 0.81 |
| Hex | EA | B5 | DB | 0 | 17 | 6 | 8 | 13D | 38 | 51 |
| Octal | 352 | 265 | 333 | 0 | 27 | 6 | 10 | 475 | 70 | 121 |
| Binary | 11101010 | 10110101 | 11011011 | 0 | 10111 | 110 | 1000 | 100111101 | 111000 | 1010001 |
Color Harmonies of #EAB5DB
Complementary color
Monochromatic Colors of #EAB5DB
Black with #EAB5DB
Text Example
Text Example
White with #EAB5DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB5DB; }
p { color: rgb(234,181,219); }
H1.HeaderClassName
{
color: #EAB5DB;
}
.AnyTagClassName
{
color: #EAB5DB;
}
</style>
background-color css
<style>
a { background-color: #EAB5DB; }
a { background-color: rgb(234,181,219); }
div.DivClassName
{
background-color: #EAB5DB;
}
.BgClassName
{
background-color: #EAB5DB;
}
</style>
border-color css
<style>
span { border-color: #EAB5DB; }
span { border-color: rgb(234,181,219); }
td.TdClassName
{
border-color: #EAB5DB;
}
.TagClassName
{
border-color: #EAB5DB;
}
</style>