Shades of French Lilac #EBB5DB
Tints of French Lilac #EBB5DB
RGB
CMYK
RGB Variations
Color information
#EBB5DB (or 0xEBB5DB) is known color: French Lilac. HEX triplet: EB, B5 and DB. RGB value is (235,181,219). Sum of RGB (Red+Green+Blue) = 235+181+219=635 (84% of max value = 765). Red value is 235 (92.19% from 255 or 37.01% from 635); Green value is 181 (71.09% from 255 or 28.50% from 635); Blue value is 219 (85.94% from 255 or 34.49% from 635); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB5DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBB5DB is #144A24. Grayscale: #C9C9C9. Windows color (decimal): -1329701 or 14398955. OLE color: 14398955.
HSL color Cylindrical-coordinate representation of color #EBB5DB: hue angle of 317.78º degrees, saturation: 0.57, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EBB5DB is Cyan = 0, Magento = 0.23, Yellow = 0.07 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 181 | 219 | - |
| CMYK | 0 | 0.23 | 0.07 | 0.08 |
| HSL | 317.78º | 0.57% | 0.82% | - |
| HSV(B) | 317.78º | 0.23% | 0.92% | - |
| XYZ | 63.57 | 55.82 | 74.44 | - |
| YUV | 201.48 | 137.89 | 151.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 181 | 219 | 0 | 0.23 | 0.07 | 0.08 | 317.78 | 0.57 | 0.82 |
| Hex | EB | B5 | DB | 0 | 17 | 7 | 8 | 13E | 39 | 52 |
| Octal | 353 | 265 | 333 | 0 | 27 | 7 | 10 | 476 | 71 | 122 |
| Binary | 11101011 | 10110101 | 11011011 | 0 | 10111 | 111 | 1000 | 100111110 | 111001 | 1010010 |
Color Harmonies of #EBB5DB
Complementary color
Monochromatic Colors of #EBB5DB
Black with #EBB5DB
Text Example
Text Example
White with #EBB5DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBB5DB; }
p { color: rgb(235,181,219); }
H1.HeaderClassName
{
color: #EBB5DB;
}
.AnyTagClassName
{
color: #EBB5DB;
}
</style>
background-color css
<style>
a { background-color: #EBB5DB; }
a { background-color: rgb(235,181,219); }
div.DivClassName
{
background-color: #EBB5DB;
}
.BgClassName
{
background-color: #EBB5DB;
}
</style>
border-color css
<style>
span { border-color: #EBB5DB; }
span { border-color: rgb(235,181,219); }
td.TdClassName
{
border-color: #EBB5DB;
}
.TagClassName
{
border-color: #EBB5DB;
}
</style>