Shades of French Lilac #EBBBEE
Tints of French Lilac #EBBBEE
RGB
CMYK
RGB Variations
Color information
#EBBBEE (or 0xEBBBEE) is known color: French Lilac. HEX triplet: EB, BB and EE. RGB value is (235,187,238). Sum of RGB (Red+Green+Blue) = 235+187+238=660 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.61% from 660); Green value is 187 (73.44% from 255 or 28.33% from 660); Blue value is 238 (93.36% from 255 or 36.06% from 660); Max value from RGB is 238 - color contains mainly: blue. Hex color #EBBBEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBBBEE is #144411. Grayscale: #CFCFCF. Windows color (decimal): -1328146 or 15645675. OLE color: 15645675.
HSL color Cylindrical-coordinate representation of color #EBBBEE: hue angle of 296.47º degrees, saturation: 0.6, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EBBBEE is Cyan = 0.01, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 235 | 187 | 238 | - |
| CMYK | 0.01 | 0.21 | 0 | 0.07 |
| HSL | 296.47º | 0.6% | 0.83% | - |
| HSV(B) | 296.47º | 0.21% | 0.93% | - |
| XYZ | 67.46 | 59.38 | 88.79 | - |
| YUV | 207.17 | 145.4 | 147.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 187 | 238 | 0.01 | 0.21 | 0 | 0.07 | 296.47 | 0.6 | 0.83 |
| Hex | EB | BB | EE | 1 | 15 | 0 | 7 | 128 | 3C | 53 |
| Octal | 353 | 273 | 356 | 1 | 25 | 0 | 7 | 450 | 74 | 123 |
| Binary | 11101011 | 10111011 | 11101110 | 1 | 10101 | 0 | 111 | 100101000 | 111100 | 1010011 |
Color Harmonies of #EBBBEE
Complementary color
Monochromatic Colors of #EBBBEE
Black with #EBBBEE
Text Example
Text Example
White with #EBBBEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBBBEE; }
p { color: rgb(235,187,238); }
H1.HeaderClassName
{
color: #EBBBEE;
}
.AnyTagClassName
{
color: #EBBBEE;
}
</style>
background-color css
<style>
a { background-color: #EBBBEE; }
a { background-color: rgb(235,187,238); }
div.DivClassName
{
background-color: #EBBBEE;
}
.BgClassName
{
background-color: #EBBBEE;
}
</style>
border-color css
<style>
span { border-color: #EBBBEE; }
span { border-color: rgb(235,187,238); }
td.TdClassName
{
border-color: #EBBBEE;
}
.TagClassName
{
border-color: #EBBBEE;
}
</style>