Shades of French Lilac #EABCE5
Tints of French Lilac #EABCE5
RGB
CMYK
RGB Variations
Color information
#EABCE5 (or 0xEABCE5) is known color: French Lilac. HEX triplet: EA, BC and E5. RGB value is (234,188,229). Sum of RGB (Red+Green+Blue) = 234+188+229=651 (86% of max value = 765). Red value is 234 (91.80% from 255 or 35.94% from 651); Green value is 188 (73.83% from 255 or 28.88% from 651); Blue value is 229 (89.84% from 255 or 35.18% from 651); Max value from RGB is 234 - color contains mainly: red. Hex color #EABCE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EABCE5 is #15431A. Grayscale: #CECECE. Windows color (decimal): -1393435 or 15056106. OLE color: 15056106.
HSL color Cylindrical-coordinate representation of color #EABCE5: hue angle of 306.52º degrees, saturation: 0.52, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EABCE5 is Cyan = 0, Magento = 0.20, Yellow = 0.02 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 188 | 229 | - |
| CMYK | 0 | 0.20 | 0.02 | 0.08 |
| HSL | 306.52º | 0.52% | 0.83% | - |
| HSV(B) | 306.52º | 0.2% | 0.92% | - |
| XYZ | 66.06 | 59.12 | 82.06 | - |
| YUV | 206.43 | 140.74 | 147.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 188 | 229 | 0 | 0.20 | 0.02 | 0.08 | 306.52 | 0.52 | 0.83 |
| Hex | EA | BC | E5 | 0 | 14 | 2 | 8 | 133 | 34 | 53 |
| Octal | 352 | 274 | 345 | 0 | 24 | 2 | 10 | 463 | 64 | 123 |
| Binary | 11101010 | 10111100 | 11100101 | 0 | 10100 | 10 | 1000 | 100110011 | 110100 | 1010011 |
Color Harmonies of #EABCE5
Complementary color
Monochromatic Colors of #EABCE5
Black with #EABCE5
Text Example
Text Example
White with #EABCE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABCE5; }
p { color: rgb(234,188,229); }
H1.HeaderClassName
{
color: #EABCE5;
}
.AnyTagClassName
{
color: #EABCE5;
}
</style>
background-color css
<style>
a { background-color: #EABCE5; }
a { background-color: rgb(234,188,229); }
div.DivClassName
{
background-color: #EABCE5;
}
.BgClassName
{
background-color: #EABCE5;
}
</style>
border-color css
<style>
span { border-color: #EABCE5; }
span { border-color: rgb(234,188,229); }
td.TdClassName
{
border-color: #EABCE5;
}
.TagClassName
{
border-color: #EABCE5;
}
</style>