Shades of French Lilac #EBBBE3
Tints of French Lilac #EBBBE3
RGB
CMYK
RGB Variations
Color information
#EBBBE3 (or 0xEBBBE3) is known color: French Lilac. HEX triplet: EB, BB and E3. RGB value is (235,187,227). Sum of RGB (Red+Green+Blue) = 235+187+227=649 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.21% from 649); Green value is 187 (73.44% from 255 or 28.81% from 649); Blue value is 227 (89.06% from 255 or 34.98% from 649); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBBE3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBBBE3 is #14441C. Grayscale: #CDCDCD. Windows color (decimal): -1328157 or 14924779. OLE color: 14924779.
HSL color Cylindrical-coordinate representation of color #EBBBE3: hue angle of 310º 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 #EBBBE3 is Cyan = 0, Magento = 0.20, Yellow = 0.03 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 187 | 227 | - |
| CMYK | 0 | 0.20 | 0.03 | 0.08 |
| HSL | 310º | 0.55% | 0.83% | - |
| HSV(B) | 310º | 0.2% | 0.92% | - |
| XYZ | 65.9 | 58.75 | 80.54 | - |
| YUV | 205.91 | 139.9 | 148.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 187 | 227 | 0 | 0.20 | 0.03 | 0.08 | 310 | 0.55 | 0.83 |
| Hex | EB | BB | E3 | 0 | 14 | 3 | 8 | 136 | 37 | 53 |
| Octal | 353 | 273 | 343 | 0 | 24 | 3 | 10 | 466 | 67 | 123 |
| Binary | 11101011 | 10111011 | 11100011 | 0 | 10100 | 11 | 1000 | 100110110 | 110111 | 1010011 |
Color Harmonies of #EBBBE3
Complementary color
Monochromatic Colors of #EBBBE3
Black with #EBBBE3
Text Example
Text Example
White with #EBBBE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBBBE3; }
p { color: rgb(235,187,227); }
H1.HeaderClassName
{
color: #EBBBE3;
}
.AnyTagClassName
{
color: #EBBBE3;
}
</style>
background-color css
<style>
a { background-color: #EBBBE3; }
a { background-color: rgb(235,187,227); }
div.DivClassName
{
background-color: #EBBBE3;
}
.BgClassName
{
background-color: #EBBBE3;
}
</style>
border-color css
<style>
span { border-color: #EBBBE3; }
span { border-color: rgb(235,187,227); }
td.TdClassName
{
border-color: #EBBBE3;
}
.TagClassName
{
border-color: #EBBBE3;
}
</style>