Shades of French Lilac #EBC4E0
Tints of French Lilac #EBC4E0
RGB
CMYK
RGB Variations
Color information
#EBC4E0 (or 0xEBC4E0) is known color: French Lilac. HEX triplet: EB, C4 and E0. RGB value is (235,196,224). Sum of RGB (Red+Green+Blue) = 235+196+224=655 (86% of max value = 765). Red value is 235 (92.19% from 255 or 35.88% from 655); Green value is 196 (76.95% from 255 or 29.92% from 655); Blue value is 224 (87.89% from 255 or 34.20% from 655); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC4E0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC4E0 is #143B1F. Grayscale: #D2D2D2. Windows color (decimal): -1325856 or 14730475. OLE color: 14730475.
HSL color Cylindrical-coordinate representation of color #EBC4E0: hue angle of 316.92º degrees, saturation: 0.49, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #EBC4E0 is Cyan = 0, Magento = 0.17, Yellow = 0.05 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 196 | 224 | - |
| CMYK | 0 | 0.17 | 0.05 | 0.08 |
| HSL | 316.92º | 0.49% | 0.85% | - |
| HSV(B) | 316.92º | 0.17% | 0.92% | - |
| XYZ | 67.46 | 62.52 | 79.03 | - |
| YUV | 210.85 | 135.42 | 145.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 196 | 224 | 0 | 0.17 | 0.05 | 0.08 | 316.92 | 0.49 | 0.85 |
| Hex | EB | C4 | E0 | 0 | 11 | 5 | 8 | 13D | 31 | 55 |
| Octal | 353 | 304 | 340 | 0 | 21 | 5 | 10 | 475 | 61 | 125 |
| Binary | 11101011 | 11000100 | 11100000 | 0 | 10001 | 101 | 1000 | 100111101 | 110001 | 1010101 |
Color Harmonies of #EBC4E0
Complementary color
Monochromatic Colors of #EBC4E0
Black with #EBC4E0
Text Example
Text Example
White with #EBC4E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC4E0; }
p { color: rgb(235,196,224); }
H1.HeaderClassName
{
color: #EBC4E0;
}
.AnyTagClassName
{
color: #EBC4E0;
}
</style>
background-color css
<style>
a { background-color: #EBC4E0; }
a { background-color: rgb(235,196,224); }
div.DivClassName
{
background-color: #EBC4E0;
}
.BgClassName
{
background-color: #EBC4E0;
}
</style>
border-color css
<style>
span { border-color: #EBC4E0; }
span { border-color: rgb(235,196,224); }
td.TdClassName
{
border-color: #EBC4E0;
}
.TagClassName
{
border-color: #EBC4E0;
}
</style>