Shades of French Lilac #EBBCE9
Tints of French Lilac #EBBCE9
RGB
CMYK
RGB Variations
Color information
#EBBCE9 (or 0xEBBCE9) is known color: French Lilac. HEX triplet: EB, BC and E9. RGB value is (235,188,233). Sum of RGB (Red+Green+Blue) = 235+188+233=656 (86% of max value = 765). Red value is 235 (92.19% from 255 or 35.82% from 656); Green value is 188 (73.83% from 255 or 28.66% from 656); Blue value is 233 (91.41% from 255 or 35.52% from 656); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBCE9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBBCE9 is #144316. Grayscale: #CFCFCF. Windows color (decimal): -1327895 or 15318251. OLE color: 15318251.
HSL color Cylindrical-coordinate representation of color #EBBCE9: hue angle of 302.55º 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 #EBBCE9 is Cyan = 0, Magento = 0.2, Yellow = 0.01 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 188 | 233 | - |
| CMYK | 0 | 0.2 | 0.01 | 0.08 |
| HSL | 302.55º | 0.54% | 0.83% | - |
| HSV(B) | 302.55º | 0.2% | 0.92% | - |
| XYZ | 66.95 | 59.51 | 85.05 | - |
| YUV | 207.18 | 142.57 | 147.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 188 | 233 | 0 | 0.2 | 0.01 | 0.08 | 302.55 | 0.54 | 0.83 |
| Hex | EB | BC | E9 | 0 | 14 | 1 | 8 | 12F | 36 | 53 |
| Octal | 353 | 274 | 351 | 0 | 24 | 1 | 10 | 457 | 66 | 123 |
| Binary | 11101011 | 10111100 | 11101001 | 0 | 10100 | 1 | 1000 | 100101111 | 110110 | 1010011 |
Color Harmonies of #EBBCE9
Complementary color
Monochromatic Colors of #EBBCE9
Black with #EBBCE9
Text Example
Text Example
White with #EBBCE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBBCE9; }
p { color: rgb(235,188,233); }
H1.HeaderClassName
{
color: #EBBCE9;
}
.AnyTagClassName
{
color: #EBBCE9;
}
</style>
background-color css
<style>
a { background-color: #EBBCE9; }
a { background-color: rgb(235,188,233); }
div.DivClassName
{
background-color: #EBBCE9;
}
.BgClassName
{
background-color: #EBBCE9;
}
</style>
border-color css
<style>
span { border-color: #EBBCE9; }
span { border-color: rgb(235,188,233); }
td.TdClassName
{
border-color: #EBBCE9;
}
.TagClassName
{
border-color: #EBBCE9;
}
</style>