Shades of French Lilac #EBC9E2
Tints of French Lilac #EBC9E2
RGB
CMYK
RGB Variations
Color information
#EBC9E2 (or 0xEBC9E2) is known color: French Lilac. HEX triplet: EB, C9 and E2. RGB value is (235,201,226). Sum of RGB (Red+Green+Blue) = 235+201+226=662 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.50% from 662); Green value is 201 (78.91% from 255 or 30.36% from 662); Blue value is 226 (88.67% from 255 or 34.14% from 662); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC9E2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC9E2 is #14361D. Grayscale: #D5D5D5. Windows color (decimal): -1324574 or 14862827. OLE color: 14862827.
HSL color Cylindrical-coordinate representation of color #EBC9E2: hue angle of 315.88º degrees, saturation: 0.46, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EBC9E2 is Cyan = 0, Magento = 0.14, Yellow = 0.04 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 201 | 226 | - |
| CMYK | 0 | 0.14 | 0.04 | 0.08 |
| HSL | 315.88º | 0.46% | 0.85% | - |
| HSV(B) | 315.88º | 0.14% | 0.92% | - |
| XYZ | 68.88 | 64.93 | 80.85 | - |
| YUV | 214.02 | 134.76 | 142.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 201 | 226 | 0 | 0.14 | 0.04 | 0.08 | 315.88 | 0.46 | 0.85 |
| Hex | EB | C9 | E2 | 0 | E | 4 | 8 | 13C | 2E | 55 |
| Octal | 353 | 311 | 342 | 0 | 16 | 4 | 10 | 474 | 56 | 125 |
| Binary | 11101011 | 11001001 | 11100010 | 0 | 1110 | 100 | 1000 | 100111100 | 101110 | 1010101 |
Color Harmonies of #EBC9E2
Complementary color
Monochromatic Colors of #EBC9E2
Black with #EBC9E2
Text Example
Text Example
White with #EBC9E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC9E2; }
p { color: rgb(235,201,226); }
H1.HeaderClassName
{
color: #EBC9E2;
}
.AnyTagClassName
{
color: #EBC9E2;
}
</style>
background-color css
<style>
a { background-color: #EBC9E2; }
a { background-color: rgb(235,201,226); }
div.DivClassName
{
background-color: #EBC9E2;
}
.BgClassName
{
background-color: #EBC9E2;
}
</style>
border-color css
<style>
span { border-color: #EBC9E2; }
span { border-color: rgb(235,201,226); }
td.TdClassName
{
border-color: #EBC9E2;
}
.TagClassName
{
border-color: #EBC9E2;
}
</style>