Shades of French Lilac #EABDE5
Tints of French Lilac #EABDE5
RGB
CMYK
RGB Variations
Color information
#EABDE5 (or 0xEABDE5) is known color: French Lilac. HEX triplet: EA, BD and E5. RGB value is (234,189,229). Sum of RGB (Red+Green+Blue) = 234+189+229=652 (86% of max value = 765). Red value is 234 (91.80% from 255 or 35.89% from 652); Green value is 189 (74.22% from 255 or 28.99% from 652); Blue value is 229 (89.84% from 255 or 35.12% from 652); Max value from RGB is 234 - color contains mainly: red. Hex color #EABDE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EABDE5 is #15421A. Grayscale: #CECECE. Windows color (decimal): -1393179 or 15056362. OLE color: 15056362.
HSL color Cylindrical-coordinate representation of color #EABDE5: hue angle of 306.67º 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 #EABDE5 is Cyan = 0, Magento = 0.19, Yellow = 0.02 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 189 | 229 | - |
| CMYK | 0 | 0.19 | 0.02 | 0.08 |
| HSL | 306.67º | 0.52% | 0.83% | - |
| HSV(B) | 306.67º | 0.19% | 0.92% | - |
| XYZ | 66.27 | 59.54 | 82.13 | - |
| YUV | 207.02 | 140.41 | 147.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 189 | 229 | 0 | 0.19 | 0.02 | 0.08 | 306.67 | 0.52 | 0.83 |
| Hex | EA | BD | E5 | 0 | 13 | 2 | 8 | 133 | 34 | 53 |
| Octal | 352 | 275 | 345 | 0 | 23 | 2 | 10 | 463 | 64 | 123 |
| Binary | 11101010 | 10111101 | 11100101 | 0 | 10011 | 10 | 1000 | 100110011 | 110100 | 1010011 |
Color Harmonies of #EABDE5
Complementary color
Monochromatic Colors of #EABDE5
Black with #EABDE5
Text Example
Text Example
White with #EABDE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABDE5; }
p { color: rgb(234,189,229); }
H1.HeaderClassName
{
color: #EABDE5;
}
.AnyTagClassName
{
color: #EABDE5;
}
</style>
background-color css
<style>
a { background-color: #EABDE5; }
a { background-color: rgb(234,189,229); }
div.DivClassName
{
background-color: #EABDE5;
}
.BgClassName
{
background-color: #EABDE5;
}
</style>
border-color css
<style>
span { border-color: #EABDE5; }
span { border-color: rgb(234,189,229); }
td.TdClassName
{
border-color: #EABDE5;
}
.TagClassName
{
border-color: #EABDE5;
}
</style>