Shades of French Lilac #EBBCE0
Tints of French Lilac #EBBCE0
RGB
CMYK
RGB Variations
Color information
#EBBCE0 (or 0xEBBCE0) is known color: French Lilac. HEX triplet: EB, BC and E0. RGB value is (235,188,224). Sum of RGB (Red+Green+Blue) = 235+188+224=647 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.32% from 647); Green value is 188 (73.83% from 255 or 29.06% from 647); Blue value is 224 (87.89% from 255 or 34.62% from 647); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBCE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBBCE0 is #14431F. Grayscale: #CECECE. Windows color (decimal): -1327904 or 14728427. OLE color: 14728427.
HSL color Cylindrical-coordinate representation of color #EBBCE0: hue angle of 314.04º 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 #EBBCE0 is Cyan = 0, Magento = 0.2, Yellow = 0.05 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 188 | 224 | - |
| CMYK | 0 | 0.2 | 0.05 | 0.08 |
| HSL | 314.04º | 0.54% | 0.83% | - |
| HSV(B) | 314.04º | 0.2% | 0.92% | - |
| XYZ | 65.7 | 59.01 | 78.45 | - |
| YUV | 206.16 | 138.07 | 148.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 188 | 224 | 0 | 0.2 | 0.05 | 0.08 | 314.04 | 0.54 | 0.83 |
| Hex | EB | BC | E0 | 0 | 14 | 5 | 8 | 13A | 36 | 53 |
| Octal | 353 | 274 | 340 | 0 | 24 | 5 | 10 | 472 | 66 | 123 |
| Binary | 11101011 | 10111100 | 11100000 | 0 | 10100 | 101 | 1000 | 100111010 | 110110 | 1010011 |
Color Harmonies of #EBBCE0
Complementary color
Monochromatic Colors of #EBBCE0
Black with #EBBCE0
Text Example
Text Example
White with #EBBCE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBBCE0; }
p { color: rgb(235,188,224); }
H1.HeaderClassName
{
color: #EBBCE0;
}
.AnyTagClassName
{
color: #EBBCE0;
}
</style>
background-color css
<style>
a { background-color: #EBBCE0; }
a { background-color: rgb(235,188,224); }
div.DivClassName
{
background-color: #EBBCE0;
}
.BgClassName
{
background-color: #EBBCE0;
}
</style>
border-color css
<style>
span { border-color: #EBBCE0; }
span { border-color: rgb(235,188,224); }
td.TdClassName
{
border-color: #EBBCE0;
}
.TagClassName
{
border-color: #EBBCE0;
}
</style>