Shades of French Lilac #EBC7E5
Tints of French Lilac #EBC7E5
RGB
CMYK
RGB Variations
Color information
#EBC7E5 (or 0xEBC7E5) is known color: French Lilac. HEX triplet: EB, C7 and E5. RGB value is (235,199,229). Sum of RGB (Red+Green+Blue) = 235+199+229=663 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.44% from 663); Green value is 199 (78.12% from 255 or 30.02% from 663); Blue value is 229 (89.84% from 255 or 34.54% from 663); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC7E5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC7E5 is #14381A. Grayscale: #D5D5D5. Windows color (decimal): -1325083 or 15058923. OLE color: 15058923.
HSL color Cylindrical-coordinate representation of color #EBC7E5: hue angle of 310º degrees, saturation: 0.47, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EBC7E5 is Cyan = 0, Magento = 0.15, Yellow = 0.03 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 199 | 229 | - |
| CMYK | 0 | 0.15 | 0.03 | 0.08 |
| HSL | 310º | 0.47% | 0.85% | - |
| HSV(B) | 310º | 0.15% | 0.92% | - |
| XYZ | 68.83 | 64.17 | 82.89 | - |
| YUV | 213.18 | 136.93 | 143.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 199 | 229 | 0 | 0.15 | 0.03 | 0.08 | 310 | 0.47 | 0.85 |
| Hex | EB | C7 | E5 | 0 | F | 3 | 8 | 136 | 2F | 55 |
| Octal | 353 | 307 | 345 | 0 | 17 | 3 | 10 | 466 | 57 | 125 |
| Binary | 11101011 | 11000111 | 11100101 | 0 | 1111 | 11 | 1000 | 100110110 | 101111 | 1010101 |
Color Harmonies of #EBC7E5
Complementary color
Monochromatic Colors of #EBC7E5
Black with #EBC7E5
Text Example
Text Example
White with #EBC7E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC7E5; }
p { color: rgb(235,199,229); }
H1.HeaderClassName
{
color: #EBC7E5;
}
.AnyTagClassName
{
color: #EBC7E5;
}
</style>
background-color css
<style>
a { background-color: #EBC7E5; }
a { background-color: rgb(235,199,229); }
div.DivClassName
{
background-color: #EBC7E5;
}
.BgClassName
{
background-color: #EBC7E5;
}
</style>
border-color css
<style>
span { border-color: #EBC7E5; }
span { border-color: rgb(235,199,229); }
td.TdClassName
{
border-color: #EBC7E5;
}
.TagClassName
{
border-color: #EBC7E5;
}
</style>