Shades of French Lilac #EBC8E5
Tints of French Lilac #EBC8E5
RGB
CMYK
RGB Variations
Color information
#EBC8E5 (or 0xEBC8E5) is known color: French Lilac. HEX triplet: EB, C8 and E5. RGB value is (235,200,229). Sum of RGB (Red+Green+Blue) = 235+200+229=664 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.39% from 664); Green value is 200 (78.52% from 255 or 30.12% from 664); Blue value is 229 (89.84% from 255 or 34.49% from 664); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC8E5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC8E5 is #14371A. Grayscale: #D5D5D5. Windows color (decimal): -1324827 or 15059179. OLE color: 15059179.
HSL color Cylindrical-coordinate representation of color #EBC8E5: hue angle of 310.29º 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 #EBC8E5 is Cyan = 0, Magento = 0.15, Yellow = 0.03 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 200 | 229 | - |
| CMYK | 0 | 0.15 | 0.03 | 0.08 |
| HSL | 310.29º | 0.47% | 0.85% | - |
| HSV(B) | 310.29º | 0.15% | 0.92% | - |
| XYZ | 69.06 | 64.63 | 82.96 | - |
| YUV | 213.77 | 136.6 | 143.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 200 | 229 | 0 | 0.15 | 0.03 | 0.08 | 310.29 | 0.47 | 0.85 |
| Hex | EB | C8 | E5 | 0 | F | 3 | 8 | 136 | 2F | 55 |
| Octal | 353 | 310 | 345 | 0 | 17 | 3 | 10 | 466 | 57 | 125 |
| Binary | 11101011 | 11001000 | 11100101 | 0 | 1111 | 11 | 1000 | 100110110 | 101111 | 1010101 |
Color Harmonies of #EBC8E5
Complementary color
Monochromatic Colors of #EBC8E5
Black with #EBC8E5
Text Example
Text Example
White with #EBC8E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC8E5; }
p { color: rgb(235,200,229); }
H1.HeaderClassName
{
color: #EBC8E5;
}
.AnyTagClassName
{
color: #EBC8E5;
}
</style>
background-color css
<style>
a { background-color: #EBC8E5; }
a { background-color: rgb(235,200,229); }
div.DivClassName
{
background-color: #EBC8E5;
}
.BgClassName
{
background-color: #EBC8E5;
}
</style>
border-color css
<style>
span { border-color: #EBC8E5; }
span { border-color: rgb(235,200,229); }
td.TdClassName
{
border-color: #EBC8E5;
}
.TagClassName
{
border-color: #EBC8E5;
}
</style>