Shades of French Lilac #EBB2DB
Tints of French Lilac #EBB2DB
RGB
CMYK
RGB Variations
Color information
#EBB2DB (or 0xEBB2DB) is known color: French Lilac. HEX triplet: EB, B2 and DB. RGB value is (235,178,219). Sum of RGB (Red+Green+Blue) = 235+178+219=632 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.18% from 632); Green value is 178 (69.92% from 255 or 28.16% from 632); Blue value is 219 (85.94% from 255 or 34.65% from 632); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB2DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBB2DB is #144D24. Grayscale: #C7C7C7. Windows color (decimal): -1330469 or 14398187. OLE color: 14398187.
HSL color Cylindrical-coordinate representation of color #EBB2DB: hue angle of 316.84º degrees, saturation: 0.59, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EBB2DB is Cyan = 0, Magento = 0.24, Yellow = 0.07 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 178 | 219 | - |
| CMYK | 0 | 0.24 | 0.07 | 0.08 |
| HSL | 316.84º | 0.59% | 0.81% | - |
| HSV(B) | 316.84º | 0.24% | 0.92% | - |
| XYZ | 62.97 | 54.62 | 74.24 | - |
| YUV | 199.72 | 138.88 | 153.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 178 | 219 | 0 | 0.24 | 0.07 | 0.08 | 316.84 | 0.59 | 0.81 |
| Hex | EB | B2 | DB | 0 | 18 | 7 | 8 | 13D | 3B | 51 |
| Octal | 353 | 262 | 333 | 0 | 30 | 7 | 10 | 475 | 73 | 121 |
| Binary | 11101011 | 10110010 | 11011011 | 0 | 11000 | 111 | 1000 | 100111101 | 111011 | 1010001 |
Color Harmonies of #EBB2DB
Complementary color
Monochromatic Colors of #EBB2DB
Black with #EBB2DB
Text Example
Text Example
White with #EBB2DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBB2DB; }
p { color: rgb(235,178,219); }
H1.HeaderClassName
{
color: #EBB2DB;
}
.AnyTagClassName
{
color: #EBB2DB;
}
</style>
background-color css
<style>
a { background-color: #EBB2DB; }
a { background-color: rgb(235,178,219); }
div.DivClassName
{
background-color: #EBB2DB;
}
.BgClassName
{
background-color: #EBB2DB;
}
</style>
border-color css
<style>
span { border-color: #EBB2DB; }
span { border-color: rgb(235,178,219); }
td.TdClassName
{
border-color: #EBB2DB;
}
.TagClassName
{
border-color: #EBB2DB;
}
</style>