Shades of French Lilac #EABCEC
Tints of French Lilac #EABCEC
RGB
CMYK
RGB Variations
Color information
#EABCEC (or 0xEABCEC) is known color: French Lilac. HEX triplet: EA, BC and EC. RGB value is (234,188,236). Sum of RGB (Red+Green+Blue) = 234+188+236=658 (87% of max value = 765). Red value is 234 (91.80% from 255 or 35.56% from 658); Green value is 188 (73.83% from 255 or 28.57% from 658); Blue value is 236 (92.58% from 255 or 35.87% from 658); Max value from RGB is 236 - color contains mainly: blue. Hex color #EABCEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EABCEC is #154313. Grayscale: #CFCFCF. Windows color (decimal): -1393428 or 15514858. OLE color: 15514858.
HSL color Cylindrical-coordinate representation of color #EABCEC: hue angle of 297.5º degrees, saturation: 0.56, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EABCEC is Cyan = 0.01, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 234 | 188 | 236 | - |
| CMYK | 0.01 | 0.20 | 0 | 0.07 |
| HSL | 297.5º | 0.56% | 0.83% | - |
| HSV(B) | 297.5º | 0.2% | 0.93% | - |
| XYZ | 67.06 | 59.51 | 87.31 | - |
| YUV | 207.23 | 144.24 | 147.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 188 | 236 | 0.01 | 0.20 | 0 | 0.07 | 297.5 | 0.56 | 0.83 |
| Hex | EA | BC | EC | 1 | 14 | 0 | 7 | 12A | 38 | 53 |
| Octal | 352 | 274 | 354 | 1 | 24 | 0 | 7 | 452 | 70 | 123 |
| Binary | 11101010 | 10111100 | 11101100 | 1 | 10100 | 0 | 111 | 100101010 | 111000 | 1010011 |
Color Harmonies of #EABCEC
Complementary color
Monochromatic Colors of #EABCEC
Black with #EABCEC
Text Example
Text Example
White with #EABCEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABCEC; }
p { color: rgb(234,188,236); }
H1.HeaderClassName
{
color: #EABCEC;
}
.AnyTagClassName
{
color: #EABCEC;
}
</style>
background-color css
<style>
a { background-color: #EABCEC; }
a { background-color: rgb(234,188,236); }
div.DivClassName
{
background-color: #EABCEC;
}
.BgClassName
{
background-color: #EABCEC;
}
</style>
border-color css
<style>
span { border-color: #EABCEC; }
span { border-color: rgb(234,188,236); }
td.TdClassName
{
border-color: #EABCEC;
}
.TagClassName
{
border-color: #EABCEC;
}
</style>