Shades of French Lilac #EABFEA
Tints of French Lilac #EABFEA
RGB
CMYK
RGB Variations
Color information
#EABFEA (or 0xEABFEA) is known color: French Lilac. HEX triplet: EA, BF and EA. RGB value is (234,191,234). Sum of RGB (Red+Green+Blue) = 234+191+234=659 (87% of max value = 765). Red value is 234 (91.80% from 255 or 35.51% from 659); Green value is 191 (75% from 255 or 28.98% from 659); Blue value is 234 (91.80% from 255 or 35.51% from 659); Max value from RGB is 234 - color contains mainly: red, blue. Hex color #EABFEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EABFEA is #154015. Grayscale: #D0D0D0. Windows color (decimal): -1392662 or 15384554. OLE color: 15384554.
HSL color Cylindrical-coordinate representation of color #EABFEA: hue angle of 300º degrees, saturation: 0.51, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EABFEA is Cyan = 0, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 191 | 234 | - |
| CMYK | 0 | 0.18 | 0 | 0.08 |
| HSL | 300º | 0.51% | 0.83% | - |
| HSV(B) | 300º | 0.18% | 0.92% | - |
| XYZ | 67.41 | 60.69 | 86 | - |
| YUV | 208.76 | 142.25 | 146 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 191 | 234 | 0 | 0.18 | 0 | 0.08 | 300 | 0.51 | 0.83 |
| Hex | EA | BF | EA | 0 | 12 | 0 | 8 | 12C | 33 | 53 |
| Octal | 352 | 277 | 352 | 0 | 22 | 0 | 10 | 454 | 63 | 123 |
| Binary | 11101010 | 10111111 | 11101010 | 0 | 10010 | 0 | 1000 | 100101100 | 110011 | 1010011 |
Color Harmonies of #EABFEA
Complementary color
Monochromatic Colors of #EABFEA
Black with #EABFEA
Text Example
Text Example
White with #EABFEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABFEA; }
p { color: rgb(234,191,234); }
H1.HeaderClassName
{
color: #EABFEA;
}
.AnyTagClassName
{
color: #EABFEA;
}
</style>
background-color css
<style>
a { background-color: #EABFEA; }
a { background-color: rgb(234,191,234); }
div.DivClassName
{
background-color: #EABFEA;
}
.BgClassName
{
background-color: #EABFEA;
}
</style>
border-color css
<style>
span { border-color: #EABFEA; }
span { border-color: rgb(234,191,234); }
td.TdClassName
{
border-color: #EABFEA;
}
.TagClassName
{
border-color: #EABFEA;
}
</style>