Shades of French Lilac #EBACDB
Tints of French Lilac #EBACDB
RGB
CMYK
RGB Variations
Color information
#EBACDB (or 0xEBACDB) is known color: French Lilac. HEX triplet: EB, AC and DB. RGB value is (235,172,219). Sum of RGB (Red+Green+Blue) = 235+172+219=626 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.54% from 626); Green value is 172 (67.58% from 255 or 27.48% from 626); Blue value is 219 (85.94% from 255 or 34.98% from 626); Max value from RGB is 235 - color contains mainly: red. Hex color #EBACDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBACDB is #145324. Grayscale: #C4C4C4. Windows color (decimal): -1332005 or 14396651. OLE color: 14396651.
HSL color Cylindrical-coordinate representation of color #EBACDB: hue angle of 315.24º 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 #EBACDB is Cyan = 0, Magento = 0.27, Yellow = 0.07 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 172 | 219 | - |
| CMYK | 0 | 0.27 | 0.07 | 0.08 |
| HSL | 315.24º | 0.61% | 0.8% | - |
| HSV(B) | 315.24º | 0.27% | 0.92% | - |
| XYZ | 61.8 | 52.28 | 73.85 | - |
| YUV | 196.2 | 140.87 | 155.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 172 | 219 | 0 | 0.27 | 0.07 | 0.08 | 315.24 | 0.61 | 0.8 |
| Hex | EB | AC | DB | 0 | 1B | 7 | 8 | 13B | 3D | 50 |
| Octal | 353 | 254 | 333 | 0 | 33 | 7 | 10 | 473 | 75 | 120 |
| Binary | 11101011 | 10101100 | 11011011 | 0 | 11011 | 111 | 1000 | 100111011 | 111101 | 1010000 |
Color Harmonies of #EBACDB
Complementary color
Monochromatic Colors of #EBACDB
Black with #EBACDB
Text Example
Text Example
White with #EBACDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBACDB; }
p { color: rgb(235,172,219); }
H1.HeaderClassName
{
color: #EBACDB;
}
.AnyTagClassName
{
color: #EBACDB;
}
</style>
background-color css
<style>
a { background-color: #EBACDB; }
a { background-color: rgb(235,172,219); }
div.DivClassName
{
background-color: #EBACDB;
}
.BgClassName
{
background-color: #EBACDB;
}
</style>
border-color css
<style>
span { border-color: #EBACDB; }
span { border-color: rgb(235,172,219); }
td.TdClassName
{
border-color: #EBACDB;
}
.TagClassName
{
border-color: #EBACDB;
}
</style>