Shades of French Lilac #EABDEA
Tints of French Lilac #EABDEA
RGB
CMYK
RGB Variations
Color information
#EABDEA (or 0xEABDEA) is known color: French Lilac. HEX triplet: EA, BD and EA. RGB value is (234,189,234). Sum of RGB (Red+Green+Blue) = 234+189+234=657 (87% of max value = 765). Red value is 234 (91.80% from 255 or 35.62% from 657); Green value is 189 (74.22% from 255 or 28.77% from 657); Blue value is 234 (91.80% from 255 or 35.62% from 657); Max value from RGB is 234 - color contains mainly: red, blue. Hex color #EABDEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EABDEA is #154215. Grayscale: #CFCFCF. Windows color (decimal): -1393174 or 15384042. OLE color: 15384042.
HSL color Cylindrical-coordinate representation of color #EABDEA: hue angle of 300º degrees, saturation: 0.52, 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 #EABDEA is Cyan = 0, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 189 | 234 | - |
| CMYK | 0 | 0.19 | 0 | 0.08 |
| HSL | 300º | 0.52% | 0.83% | - |
| HSV(B) | 300º | 0.19% | 0.92% | - |
| XYZ | 66.98 | 59.83 | 85.86 | - |
| YUV | 207.59 | 142.91 | 146.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 189 | 234 | 0 | 0.19 | 0 | 0.08 | 300 | 0.52 | 0.83 |
| Hex | EA | BD | EA | 0 | 13 | 0 | 8 | 12C | 34 | 53 |
| Octal | 352 | 275 | 352 | 0 | 23 | 0 | 10 | 454 | 64 | 123 |
| Binary | 11101010 | 10111101 | 11101010 | 0 | 10011 | 0 | 1000 | 100101100 | 110100 | 1010011 |
Color Harmonies of #EABDEA
Complementary color
Monochromatic Colors of #EABDEA
Black with #EABDEA
Text Example
Text Example
White with #EABDEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABDEA; }
p { color: rgb(234,189,234); }
H1.HeaderClassName
{
color: #EABDEA;
}
.AnyTagClassName
{
color: #EABDEA;
}
</style>
background-color css
<style>
a { background-color: #EABDEA; }
a { background-color: rgb(234,189,234); }
div.DivClassName
{
background-color: #EABDEA;
}
.BgClassName
{
background-color: #EABDEA;
}
</style>
border-color css
<style>
span { border-color: #EABDEA; }
span { border-color: rgb(234,189,234); }
td.TdClassName
{
border-color: #EABDEA;
}
.TagClassName
{
border-color: #EABDEA;
}
</style>