Shades of French Lilac #EBB7EF
Tints of French Lilac #EBB7EF
RGB
CMYK
RGB Variations
Color information
#EBB7EF (or 0xEBB7EF) is known color: French Lilac. HEX triplet: EB, B7 and EF. RGB value is (235,183,239). Sum of RGB (Red+Green+Blue) = 235+183+239=657 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.77% from 657); Green value is 183 (71.88% from 255 or 27.85% from 657); Blue value is 239 (93.75% from 255 or 36.38% from 657); Max value from RGB is 239 - color contains mainly: blue. Hex color #EBB7EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBB7EF is #144810. Grayscale: #CCCCCC. Windows color (decimal): -1329169 or 15710187. OLE color: 15710187.
HSL color Cylindrical-coordinate representation of color #EBB7EF: hue angle of 295.71º degrees, saturation: 0.64, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EBB7EF is Cyan = 0.02, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 235 | 183 | 239 | - |
| CMYK | 0.02 | 0.23 | 0 | 0.06 |
| HSL | 295.71º | 0.64% | 0.83% | - |
| HSV(B) | 295.71º | 0.23% | 0.94% | - |
| XYZ | 66.77 | 57.76 | 89.29 | - |
| YUV | 204.93 | 147.23 | 149.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 183 | 239 | 0.02 | 0.23 | 0 | 0.06 | 295.71 | 0.64 | 0.83 |
| Hex | EB | B7 | EF | 2 | 17 | 0 | 6 | 128 | 40 | 53 |
| Octal | 353 | 267 | 357 | 2 | 27 | 0 | 6 | 450 | 100 | 123 |
| Binary | 11101011 | 10110111 | 11101111 | 10 | 10111 | 0 | 110 | 100101000 | 1000000 | 1010011 |
Color Harmonies of #EBB7EF
Complementary color
Monochromatic Colors of #EBB7EF
Black with #EBB7EF
Text Example
Text Example
White with #EBB7EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBB7EF; }
p { color: rgb(235,183,239); }
H1.HeaderClassName
{
color: #EBB7EF;
}
.AnyTagClassName
{
color: #EBB7EF;
}
</style>
background-color css
<style>
a { background-color: #EBB7EF; }
a { background-color: rgb(235,183,239); }
div.DivClassName
{
background-color: #EBB7EF;
}
.BgClassName
{
background-color: #EBB7EF;
}
</style>
border-color css
<style>
span { border-color: #EBB7EF; }
span { border-color: rgb(235,183,239); }
td.TdClassName
{
border-color: #EBB7EF;
}
.TagClassName
{
border-color: #EBB7EF;
}
</style>