Shades of French Lilac #EBABDB
Tints of French Lilac #EBABDB
RGB
CMYK
RGB Variations
Color information
#EBABDB (or 0xEBABDB) is known color: French Lilac. HEX triplet: EB, AB and DB. RGB value is (235,171,219). Sum of RGB (Red+Green+Blue) = 235+171+219=625 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.6% from 625); Green value is 171 (67.19% from 255 or 27.36% from 625); Blue value is 219 (85.94% from 255 or 35.04% from 625); Max value from RGB is 235 - color contains mainly: red. Hex color #EBABDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBABDB is #145424. Grayscale: #C3C3C3. Windows color (decimal): -1332261 or 14396395. OLE color: 14396395.
HSL color Cylindrical-coordinate representation of color #EBABDB: hue angle of 315º degrees, saturation: 0.62, 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 #EBABDB is Cyan = 0, Magento = 0.27, Yellow = 0.07 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 171 | 219 | - |
| CMYK | 0 | 0.27 | 0.07 | 0.08 |
| HSL | 315º | 0.62% | 0.8% | - |
| HSV(B) | 315º | 0.27% | 0.92% | - |
| XYZ | 61.61 | 51.9 | 73.79 | - |
| YUV | 195.61 | 141.2 | 156.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 171 | 219 | 0 | 0.27 | 0.07 | 0.08 | 315 | 0.62 | 0.8 |
| Hex | EB | AB | DB | 0 | 1B | 7 | 8 | 13B | 3E | 50 |
| Octal | 353 | 253 | 333 | 0 | 33 | 7 | 10 | 473 | 76 | 120 |
| Binary | 11101011 | 10101011 | 11011011 | 0 | 11011 | 111 | 1000 | 100111011 | 111110 | 1010000 |
Color Harmonies of #EBABDB
Complementary color
Monochromatic Colors of #EBABDB
Black with #EBABDB
Text Example
Text Example
White with #EBABDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBABDB; }
p { color: rgb(235,171,219); }
H1.HeaderClassName
{
color: #EBABDB;
}
.AnyTagClassName
{
color: #EBABDB;
}
</style>
background-color css
<style>
a { background-color: #EBABDB; }
a { background-color: rgb(235,171,219); }
div.DivClassName
{
background-color: #EBABDB;
}
.BgClassName
{
background-color: #EBABDB;
}
</style>
border-color css
<style>
span { border-color: #EBABDB; }
span { border-color: rgb(235,171,219); }
td.TdClassName
{
border-color: #EBABDB;
}
.TagClassName
{
border-color: #EBABDB;
}
</style>