Shades of French Lilac #EABCEB
Tints of French Lilac #EABCEB
RGB
CMYK
RGB Variations
Color information
#EABCEB (or 0xEABCEB) is known color: French Lilac. HEX triplet: EA, BC and EB. RGB value is (234,188,235). Sum of RGB (Red+Green+Blue) = 234+188+235=657 (87% of max value = 765). Red value is 234 (91.80% from 255 or 35.62% from 657); Green value is 188 (73.83% from 255 or 28.61% from 657); Blue value is 235 (92.19% from 255 or 35.77% from 657); Max value from RGB is 235 - color contains mainly: blue. Hex color #EABCEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EABCEB is #154314. Grayscale: #CECECE. Windows color (decimal): -1393429 or 15449322. OLE color: 15449322.
HSL color Cylindrical-coordinate representation of color #EABCEB: hue angle of 298.72º degrees, saturation: 0.54, 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 #EABCEB is Cyan = 0.00, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 188 | 235 | - |
| CMYK | 0.00 | 0.2 | 0 | 0.08 |
| HSL | 298.72º | 0.54% | 0.83% | - |
| HSV(B) | 298.72º | 0.2% | 0.92% | - |
| XYZ | 66.91 | 59.46 | 86.55 | - |
| YUV | 207.11 | 143.74 | 147.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 188 | 235 | 0.00 | 0.2 | 0 | 0.08 | 298.72 | 0.54 | 0.83 |
| Hex | EA | BC | EB | 0 | 14 | 0 | 8 | 12B | 36 | 53 |
| Octal | 352 | 274 | 353 | 0 | 24 | 0 | 10 | 453 | 66 | 123 |
| Binary | 11101010 | 10111100 | 11101011 | 0 | 10100 | 0 | 1000 | 100101011 | 110110 | 1010011 |
Color Harmonies of #EABCEB
Complementary color
Monochromatic Colors of #EABCEB
Black with #EABCEB
Text Example
Text Example
White with #EABCEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABCEB; }
p { color: rgb(234,188,235); }
H1.HeaderClassName
{
color: #EABCEB;
}
.AnyTagClassName
{
color: #EABCEB;
}
</style>
background-color css
<style>
a { background-color: #EABCEB; }
a { background-color: rgb(234,188,235); }
div.DivClassName
{
background-color: #EABCEB;
}
.BgClassName
{
background-color: #EABCEB;
}
</style>
border-color css
<style>
span { border-color: #EABCEB; }
span { border-color: rgb(234,188,235); }
td.TdClassName
{
border-color: #EABCEB;
}
.TagClassName
{
border-color: #EABCEB;
}
</style>