Shades of French Lilac #EBBBDB
Tints of French Lilac #EBBBDB
RGB
CMYK
RGB Variations
Color information
#EBBBDB (or 0xEBBBDB) is known color: French Lilac. HEX triplet: EB, BB and DB. RGB value is (235,187,219). Sum of RGB (Red+Green+Blue) = 235+187+219=641 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.66% from 641); Green value is 187 (73.44% from 255 or 29.17% from 641); Blue value is 219 (85.94% from 255 or 34.17% from 641); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBBDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBBBDB is #144424. Grayscale: #CCCCCC. Windows color (decimal): -1328165 or 14400491. OLE color: 14400491.
HSL color Cylindrical-coordinate representation of color #EBBBDB: hue angle of 320º degrees, saturation: 0.55, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EBBBDB is Cyan = 0, Magento = 0.20, Yellow = 0.07 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 187 | 219 | - |
| CMYK | 0 | 0.20 | 0.07 | 0.08 |
| HSL | 320º | 0.55% | 0.83% | - |
| HSV(B) | 320º | 0.2% | 0.92% | - |
| XYZ | 64.82 | 58.32 | 74.86 | - |
| YUV | 205 | 135.9 | 149.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 187 | 219 | 0 | 0.20 | 0.07 | 0.08 | 320 | 0.55 | 0.83 |
| Hex | EB | BB | DB | 0 | 14 | 7 | 8 | 140 | 37 | 53 |
| Octal | 353 | 273 | 333 | 0 | 24 | 7 | 10 | 500 | 67 | 123 |
| Binary | 11101011 | 10111011 | 11011011 | 0 | 10100 | 111 | 1000 | 101000000 | 110111 | 1010011 |
Color Harmonies of #EBBBDB
Complementary color
Monochromatic Colors of #EBBBDB
Black with #EBBBDB
Text Example
Text Example
White with #EBBBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBBBDB; }
p { color: rgb(235,187,219); }
H1.HeaderClassName
{
color: #EBBBDB;
}
.AnyTagClassName
{
color: #EBBBDB;
}
</style>
background-color css
<style>
a { background-color: #EBBBDB; }
a { background-color: rgb(235,187,219); }
div.DivClassName
{
background-color: #EBBBDB;
}
.BgClassName
{
background-color: #EBBBDB;
}
</style>
border-color css
<style>
span { border-color: #EBBBDB; }
span { border-color: rgb(235,187,219); }
td.TdClassName
{
border-color: #EBBBDB;
}
.TagClassName
{
border-color: #EBBBDB;
}
</style>