Shades of French Lilac #EBBBE1
Tints of French Lilac #EBBBE1
RGB
CMYK
RGB Variations
Color information
#EBBBE1 (or 0xEBBBE1) is known color: French Lilac. HEX triplet: EB, BB and E1. RGB value is (235,187,225). Sum of RGB (Red+Green+Blue) = 235+187+225=647 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.32% from 647); Green value is 187 (73.44% from 255 or 28.90% from 647); Blue value is 225 (88.28% from 255 or 34.78% from 647); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBBE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBBBE1 is #14441E. Grayscale: #CDCDCD. Windows color (decimal): -1328159 or 14793707. OLE color: 14793707.
HSL color Cylindrical-coordinate representation of color #EBBBE1: hue angle of 312.5º degrees, saturation: 0.55, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EBBBE1 is Cyan = 0, Magento = 0.20, Yellow = 0.04 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 187 | 225 | - |
| CMYK | 0 | 0.20 | 0.04 | 0.08 |
| HSL | 312.5º | 0.55% | 0.83% | - |
| HSV(B) | 312.5º | 0.2% | 0.92% | - |
| XYZ | 65.62 | 58.64 | 79.09 | - |
| YUV | 205.68 | 138.9 | 148.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 187 | 225 | 0 | 0.20 | 0.04 | 0.08 | 312.5 | 0.55 | 0.83 |
| Hex | EB | BB | E1 | 0 | 14 | 4 | 8 | 138 | 37 | 53 |
| Octal | 353 | 273 | 341 | 0 | 24 | 4 | 10 | 470 | 67 | 123 |
| Binary | 11101011 | 10111011 | 11100001 | 0 | 10100 | 100 | 1000 | 100111000 | 110111 | 1010011 |
Color Harmonies of #EBBBE1
Complementary color
Monochromatic Colors of #EBBBE1
Black with #EBBBE1
Text Example
Text Example
White with #EBBBE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBBBE1; }
p { color: rgb(235,187,225); }
H1.HeaderClassName
{
color: #EBBBE1;
}
.AnyTagClassName
{
color: #EBBBE1;
}
</style>
background-color css
<style>
a { background-color: #EBBBE1; }
a { background-color: rgb(235,187,225); }
div.DivClassName
{
background-color: #EBBBE1;
}
.BgClassName
{
background-color: #EBBBE1;
}
</style>
border-color css
<style>
span { border-color: #EBBBE1; }
span { border-color: rgb(235,187,225); }
td.TdClassName
{
border-color: #EBBBE1;
}
.TagClassName
{
border-color: #EBBBE1;
}
</style>