Shades of French Lilac #EBC1E5
Tints of French Lilac #EBC1E5
RGB
CMYK
RGB Variations
Color information
#EBC1E5 (or 0xEBC1E5) is known color: French Lilac. HEX triplet: EB, C1 and E5. RGB value is (235,193,229). Sum of RGB (Red+Green+Blue) = 235+193+229=657 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.77% from 657); Green value is 193 (75.78% from 255 or 29.38% from 657); Blue value is 229 (89.84% from 255 or 34.86% from 657); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC1E5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC1E5 is #143E1A. Grayscale: #D1D1D1. Windows color (decimal): -1326619 or 15057387. OLE color: 15057387.
HSL color Cylindrical-coordinate representation of color #EBC1E5: hue angle of 308.57º degrees, saturation: 0.51, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EBC1E5 is Cyan = 0, Magento = 0.18, Yellow = 0.03 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 193 | 229 | - |
| CMYK | 0 | 0.18 | 0.03 | 0.08 |
| HSL | 308.57º | 0.51% | 0.84% | - |
| HSV(B) | 308.57º | 0.18% | 0.92% | - |
| XYZ | 67.47 | 61.46 | 82.44 | - |
| YUV | 209.66 | 138.91 | 146.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 193 | 229 | 0 | 0.18 | 0.03 | 0.08 | 308.57 | 0.51 | 0.84 |
| Hex | EB | C1 | E5 | 0 | 12 | 3 | 8 | 135 | 33 | 54 |
| Octal | 353 | 301 | 345 | 0 | 22 | 3 | 10 | 465 | 63 | 124 |
| Binary | 11101011 | 11000001 | 11100101 | 0 | 10010 | 11 | 1000 | 100110101 | 110011 | 1010100 |
Color Harmonies of #EBC1E5
Complementary color
Monochromatic Colors of #EBC1E5
Black with #EBC1E5
Text Example
Text Example
White with #EBC1E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC1E5; }
p { color: rgb(235,193,229); }
H1.HeaderClassName
{
color: #EBC1E5;
}
.AnyTagClassName
{
color: #EBC1E5;
}
</style>
background-color css
<style>
a { background-color: #EBC1E5; }
a { background-color: rgb(235,193,229); }
div.DivClassName
{
background-color: #EBC1E5;
}
.BgClassName
{
background-color: #EBC1E5;
}
</style>
border-color css
<style>
span { border-color: #EBC1E5; }
span { border-color: rgb(235,193,229); }
td.TdClassName
{
border-color: #EBC1E5;
}
.TagClassName
{
border-color: #EBC1E5;
}
</style>