Shades of French Lilac #EABADB
Tints of French Lilac #EABADB
RGB
CMYK
RGB Variations
Color information
#EABADB (or 0xEABADB) is known color: French Lilac. HEX triplet: EA, BA and DB. RGB value is (234,186,219). Sum of RGB (Red+Green+Blue) = 234+186+219=639 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.62% from 639); Green value is 186 (73.05% from 255 or 29.11% from 639); Blue value is 219 (85.94% from 255 or 34.27% from 639); Max value from RGB is 234 - color contains mainly: red. Hex color #EABADB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EABADB is #154524. Grayscale: #CCCCCC. Windows color (decimal): -1393957 or 14400234. OLE color: 14400234.
HSL color Cylindrical-coordinate representation of color #EABADB: hue angle of 318.75º degrees, saturation: 0.53, 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 #EABADB is Cyan = 0, Magento = 0.21, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 186 | 219 | - |
| CMYK | 0 | 0.21 | 0.06 | 0.08 |
| HSL | 318.75º | 0.53% | 0.82% | - |
| HSV(B) | 318.75º | 0.21% | 0.92% | - |
| XYZ | 64.28 | 57.72 | 74.77 | - |
| YUV | 204.11 | 136.4 | 149.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 186 | 219 | 0 | 0.21 | 0.06 | 0.08 | 318.75 | 0.53 | 0.82 |
| Hex | EA | BA | DB | 0 | 15 | 6 | 8 | 13F | 35 | 52 |
| Octal | 352 | 272 | 333 | 0 | 25 | 6 | 10 | 477 | 65 | 122 |
| Binary | 11101010 | 10111010 | 11011011 | 0 | 10101 | 110 | 1000 | 100111111 | 110101 | 1010010 |
Color Harmonies of #EABADB
Complementary color
Monochromatic Colors of #EABADB
Black with #EABADB
Text Example
Text Example
White with #EABADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABADB; }
p { color: rgb(234,186,219); }
H1.HeaderClassName
{
color: #EABADB;
}
.AnyTagClassName
{
color: #EABADB;
}
</style>
background-color css
<style>
a { background-color: #EABADB; }
a { background-color: rgb(234,186,219); }
div.DivClassName
{
background-color: #EABADB;
}
.BgClassName
{
background-color: #EABADB;
}
</style>
border-color css
<style>
span { border-color: #EABADB; }
span { border-color: rgb(234,186,219); }
td.TdClassName
{
border-color: #EABADB;
}
.TagClassName
{
border-color: #EABADB;
}
</style>