Shades of French Lilac #EBB8E9
Tints of French Lilac #EBB8E9
RGB
CMYK
RGB Variations
Color information
#EBB8E9 (or 0xEBB8E9) is known color: French Lilac. HEX triplet: EB, B8 and E9. RGB value is (235,184,233). Sum of RGB (Red+Green+Blue) = 235+184+233=652 (86% of max value = 765). Red value is 235 (92.19% from 255 or 36.04% from 652); Green value is 184 (72.27% from 255 or 28.22% from 652); Blue value is 233 (91.41% from 255 or 35.74% from 652); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB8E9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBB8E9 is #144716. Grayscale: #CCCCCC. Windows color (decimal): -1328919 or 15317227. OLE color: 15317227.
HSL color Cylindrical-coordinate representation of color #EBB8E9: hue angle of 302.35º degrees, saturation: 0.56, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EBB8E9 is Cyan = 0, Magento = 0.22, Yellow = 0.01 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 184 | 233 | - |
| CMYK | 0 | 0.22 | 0.01 | 0.08 |
| HSL | 302.35º | 0.56% | 0.82% | - |
| HSV(B) | 302.35º | 0.22% | 0.92% | - |
| XYZ | 66.11 | 57.83 | 84.77 | - |
| YUV | 204.84 | 143.9 | 149.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 184 | 233 | 0 | 0.22 | 0.01 | 0.08 | 302.35 | 0.56 | 0.82 |
| Hex | EB | B8 | E9 | 0 | 16 | 1 | 8 | 12E | 38 | 52 |
| Octal | 353 | 270 | 351 | 0 | 26 | 1 | 10 | 456 | 70 | 122 |
| Binary | 11101011 | 10111000 | 11101001 | 0 | 10110 | 1 | 1000 | 100101110 | 111000 | 1010010 |
Color Harmonies of #EBB8E9
Complementary color
Monochromatic Colors of #EBB8E9
Black with #EBB8E9
Text Example
Text Example
White with #EBB8E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBB8E9; }
p { color: rgb(235,184,233); }
H1.HeaderClassName
{
color: #EBB8E9;
}
.AnyTagClassName
{
color: #EBB8E9;
}
</style>
background-color css
<style>
a { background-color: #EBB8E9; }
a { background-color: rgb(235,184,233); }
div.DivClassName
{
background-color: #EBB8E9;
}
.BgClassName
{
background-color: #EBB8E9;
}
</style>
border-color css
<style>
span { border-color: #EBB8E9; }
span { border-color: rgb(235,184,233); }
td.TdClassName
{
border-color: #EBB8E9;
}
.TagClassName
{
border-color: #EBB8E9;
}
</style>