Shades of French Lilac #EEBCEA
Tints of French Lilac #EEBCEA
RGB
CMYK
RGB Variations
Color information
#EEBCEA (or 0xEEBCEA) is known color: French Lilac. HEX triplet: EE, BC and EA. RGB value is (238,188,234). Sum of RGB (Red+Green+Blue) = 238+188+234=660 (87% of max value = 765). Red value is 238 (93.36% from 255 or 36.06% from 660); Green value is 188 (73.83% from 255 or 28.48% from 660); Blue value is 234 (91.80% from 255 or 35.45% from 660); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBCEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEBCEA is #114315. Grayscale: #D0D0D0. Windows color (decimal): -1131286 or 15383790. OLE color: 15383790.
HSL color Cylindrical-coordinate representation of color #EEBCEA: hue angle of 304.8º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EEBCEA is Cyan = 0, Magento = 0.21, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 188 | 234 | - |
| CMYK | 0 | 0.21 | 0.02 | 0.07 |
| HSL | 304.8º | 0.6% | 0.84% | - |
| HSV(B) | 304.8º | 0.21% | 0.93% | - |
| XYZ | 68.09 | 60.08 | 85.85 | - |
| YUV | 208.19 | 142.57 | 149.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 188 | 234 | 0 | 0.21 | 0.02 | 0.07 | 304.8 | 0.6 | 0.84 |
| Hex | EE | BC | EA | 0 | 15 | 2 | 7 | 131 | 3C | 54 |
| Octal | 356 | 274 | 352 | 0 | 25 | 2 | 7 | 461 | 74 | 124 |
| Binary | 11101110 | 10111100 | 11101010 | 0 | 10101 | 10 | 111 | 100110001 | 111100 | 1010100 |
Color Harmonies of #EEBCEA
Complementary color
Monochromatic Colors of #EEBCEA
Black with #EEBCEA
Text Example
Text Example
White with #EEBCEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBCEA; }
p { color: rgb(238,188,234); }
H1.HeaderClassName
{
color: #EEBCEA;
}
.AnyTagClassName
{
color: #EEBCEA;
}
</style>
background-color css
<style>
a { background-color: #EEBCEA; }
a { background-color: rgb(238,188,234); }
div.DivClassName
{
background-color: #EEBCEA;
}
.BgClassName
{
background-color: #EEBCEA;
}
</style>
border-color css
<style>
span { border-color: #EEBCEA; }
span { border-color: rgb(238,188,234); }
td.TdClassName
{
border-color: #EEBCEA;
}
.TagClassName
{
border-color: #EEBCEA;
}
</style>