Shades of French Lilac #EBACD9
Tints of French Lilac #EBACD9
RGB
CMYK
RGB Variations
Color information
#EBACD9 (or 0xEBACD9) is known color: French Lilac. HEX triplet: EB, AC and D9. RGB value is (235,172,217). Sum of RGB (Red+Green+Blue) = 235+172+217=624 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.66% from 624); Green value is 172 (67.58% from 255 or 27.56% from 624); Blue value is 217 (85.16% from 255 or 34.78% from 624); Max value from RGB is 235 - color contains mainly: red. Hex color #EBACD9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBACD9 is #145326. Grayscale: #C3C3C3. Windows color (decimal): -1332007 or 14265579. OLE color: 14265579.
HSL color Cylindrical-coordinate representation of color #EBACD9: hue angle of 317.14º degrees, saturation: 0.61, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EBACD9 is Cyan = 0, Magento = 0.27, Yellow = 0.08 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 172 | 217 | - |
| CMYK | 0 | 0.27 | 0.08 | 0.08 |
| HSL | 317.14º | 0.61% | 0.8% | - |
| HSV(B) | 317.14º | 0.27% | 0.92% | - |
| XYZ | 61.54 | 52.18 | 72.47 | - |
| YUV | 195.97 | 139.87 | 155.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 172 | 217 | 0 | 0.27 | 0.08 | 0.08 | 317.14 | 0.61 | 0.8 |
| Hex | EB | AC | D9 | 0 | 1B | 8 | 8 | 13D | 3D | 50 |
| Octal | 353 | 254 | 331 | 0 | 33 | 10 | 10 | 475 | 75 | 120 |
| Binary | 11101011 | 10101100 | 11011001 | 0 | 11011 | 1000 | 1000 | 100111101 | 111101 | 1010000 |
Color Harmonies of #EBACD9
Complementary color
Monochromatic Colors of #EBACD9
Black with #EBACD9
Text Example
Text Example
White with #EBACD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBACD9; }
p { color: rgb(235,172,217); }
H1.HeaderClassName
{
color: #EBACD9;
}
.AnyTagClassName
{
color: #EBACD9;
}
</style>
background-color css
<style>
a { background-color: #EBACD9; }
a { background-color: rgb(235,172,217); }
div.DivClassName
{
background-color: #EBACD9;
}
.BgClassName
{
background-color: #EBACD9;
}
</style>
border-color css
<style>
span { border-color: #EBACD9; }
span { border-color: rgb(235,172,217); }
td.TdClassName
{
border-color: #EBACD9;
}
.TagClassName
{
border-color: #EBACD9;
}
</style>