Shades of French Lilac #EBB3E9
Tints of French Lilac #EBB3E9
RGB
CMYK
RGB Variations
Color information
#EBB3E9 (or 0xEBB3E9) is known color: French Lilac. HEX triplet: EB, B3 and E9. RGB value is (235,179,233). Sum of RGB (Red+Green+Blue) = 235+179+233=647 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.32% from 647); Green value is 179 (70.31% from 255 or 27.67% from 647); Blue value is 233 (91.41% from 255 or 36.01% from 647); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB3E9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBB3E9 is #144C16. Grayscale: #C9C9C9. Windows color (decimal): -1330199 or 15315947. OLE color: 15315947.
HSL color Cylindrical-coordinate representation of color #EBB3E9: hue angle of 302.14º degrees, saturation: 0.58, 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 #EBB3E9 is Cyan = 0, Magento = 0.24, Yellow = 0.01 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 179 | 233 | - |
| CMYK | 0 | 0.24 | 0.01 | 0.08 |
| HSL | 302.14º | 0.58% | 0.81% | - |
| HSV(B) | 302.14º | 0.24% | 0.92% | - |
| XYZ | 65.09 | 55.79 | 84.43 | - |
| YUV | 201.9 | 145.55 | 151.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 179 | 233 | 0 | 0.24 | 0.01 | 0.08 | 302.14 | 0.58 | 0.81 |
| Hex | EB | B3 | E9 | 0 | 18 | 1 | 8 | 12E | 3A | 51 |
| Octal | 353 | 263 | 351 | 0 | 30 | 1 | 10 | 456 | 72 | 121 |
| Binary | 11101011 | 10110011 | 11101001 | 0 | 11000 | 1 | 1000 | 100101110 | 111010 | 1010001 |
Color Harmonies of #EBB3E9
Complementary color
Monochromatic Colors of #EBB3E9
Black with #EBB3E9
Text Example
Text Example
White with #EBB3E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBB3E9; }
p { color: rgb(235,179,233); }
H1.HeaderClassName
{
color: #EBB3E9;
}
.AnyTagClassName
{
color: #EBB3E9;
}
</style>
background-color css
<style>
a { background-color: #EBB3E9; }
a { background-color: rgb(235,179,233); }
div.DivClassName
{
background-color: #EBB3E9;
}
.BgClassName
{
background-color: #EBB3E9;
}
</style>
border-color css
<style>
span { border-color: #EBB3E9; }
span { border-color: rgb(235,179,233); }
td.TdClassName
{
border-color: #EBB3E9;
}
.TagClassName
{
border-color: #EBB3E9;
}
</style>