Shades of French Lilac #EBBEE6
Tints of French Lilac #EBBEE6
RGB
CMYK
RGB Variations
Color information
#EBBEE6 (or 0xEBBEE6) is known color: French Lilac. HEX triplet: EB, BE and E6. RGB value is (235,190,230). Sum of RGB (Red+Green+Blue) = 235+190+230=655 (86% of max value = 765). Red value is 235 (92.19% from 255 or 35.88% from 655); Green value is 190 (74.61% from 255 or 29.01% from 655); Blue value is 230 (90.23% from 255 or 35.11% from 655); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBEE6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBBEE6 is #144119. Grayscale: #CFCFCF. Windows color (decimal): -1327386 or 15122155. OLE color: 15122155.
HSL color Cylindrical-coordinate representation of color #EBBEE6: hue angle of 306.67º degrees, saturation: 0.53, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EBBEE6 is Cyan = 0, Magento = 0.19, Yellow = 0.02 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 190 | 230 | - |
| CMYK | 0 | 0.19 | 0.02 | 0.08 |
| HSL | 306.67º | 0.53% | 0.83% | - |
| HSV(B) | 306.67º | 0.19% | 0.92% | - |
| XYZ | 66.96 | 60.2 | 82.95 | - |
| YUV | 208.02 | 140.41 | 147.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 190 | 230 | 0 | 0.19 | 0.02 | 0.08 | 306.67 | 0.53 | 0.83 |
| Hex | EB | BE | E6 | 0 | 13 | 2 | 8 | 133 | 35 | 53 |
| Octal | 353 | 276 | 346 | 0 | 23 | 2 | 10 | 463 | 65 | 123 |
| Binary | 11101011 | 10111110 | 11100110 | 0 | 10011 | 10 | 1000 | 100110011 | 110101 | 1010011 |
Color Harmonies of #EBBEE6
Complementary color
Monochromatic Colors of #EBBEE6
Black with #EBBEE6
Text Example
Text Example
White with #EBBEE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBBEE6; }
p { color: rgb(235,190,230); }
H1.HeaderClassName
{
color: #EBBEE6;
}
.AnyTagClassName
{
color: #EBBEE6;
}
</style>
background-color css
<style>
a { background-color: #EBBEE6; }
a { background-color: rgb(235,190,230); }
div.DivClassName
{
background-color: #EBBEE6;
}
.BgClassName
{
background-color: #EBBEE6;
}
</style>
border-color css
<style>
span { border-color: #EBBEE6; }
span { border-color: rgb(235,190,230); }
td.TdClassName
{
border-color: #EBBEE6;
}
.TagClassName
{
border-color: #EBBEE6;
}
</style>