Shades of French Lilac #EBB4DB
Tints of French Lilac #EBB4DB
RGB
CMYK
RGB Variations
Color information
#EBB4DB (or 0xEBB4DB) is known color: French Lilac. HEX triplet: EB, B4 and DB. RGB value is (235,180,219). Sum of RGB (Red+Green+Blue) = 235+180+219=634 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.07% from 634); Green value is 180 (70.70% from 255 or 28.39% from 634); Blue value is 219 (85.94% from 255 or 34.54% from 634); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB4DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBB4DB is #144B24. Grayscale: #C8C8C8. Windows color (decimal): -1329957 or 14398699. OLE color: 14398699.
HSL color Cylindrical-coordinate representation of color #EBB4DB: hue angle of 317.45º degrees, saturation: 0.58, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EBB4DB is Cyan = 0, Magento = 0.23, Yellow = 0.07 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 180 | 219 | - |
| CMYK | 0 | 0.23 | 0.07 | 0.08 |
| HSL | 317.45º | 0.58% | 0.81% | - |
| HSV(B) | 317.45º | 0.23% | 0.92% | - |
| XYZ | 63.37 | 55.42 | 74.37 | - |
| YUV | 200.89 | 138.22 | 152.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 180 | 219 | 0 | 0.23 | 0.07 | 0.08 | 317.45 | 0.58 | 0.81 |
| Hex | EB | B4 | DB | 0 | 17 | 7 | 8 | 13D | 3A | 51 |
| Octal | 353 | 264 | 333 | 0 | 27 | 7 | 10 | 475 | 72 | 121 |
| Binary | 11101011 | 10110100 | 11011011 | 0 | 10111 | 111 | 1000 | 100111101 | 111010 | 1010001 |
Color Harmonies of #EBB4DB
Complementary color
Monochromatic Colors of #EBB4DB
Black with #EBB4DB
Text Example
Text Example
White with #EBB4DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBB4DB; }
p { color: rgb(235,180,219); }
H1.HeaderClassName
{
color: #EBB4DB;
}
.AnyTagClassName
{
color: #EBB4DB;
}
</style>
background-color css
<style>
a { background-color: #EBB4DB; }
a { background-color: rgb(235,180,219); }
div.DivClassName
{
background-color: #EBB4DB;
}
.BgClassName
{
background-color: #EBB4DB;
}
</style>
border-color css
<style>
span { border-color: #EBB4DB; }
span { border-color: rgb(235,180,219); }
td.TdClassName
{
border-color: #EBB4DB;
}
.TagClassName
{
border-color: #EBB4DB;
}
</style>