Shades of French Lilac #EBB5EF
Tints of French Lilac #EBB5EF
RGB
CMYK
RGB Variations
Color information
#EBB5EF (or 0xEBB5EF) is known color: French Lilac. HEX triplet: EB, B5 and EF. RGB value is (235,181,239). Sum of RGB (Red+Green+Blue) = 235+181+239=655 (86% of max value = 765). Red value is 235 (92.19% from 255 or 35.88% from 655); Green value is 181 (71.09% from 255 or 27.63% from 655); Blue value is 239 (93.75% from 255 or 36.49% from 655); Max value from RGB is 239 - color contains mainly: blue. Hex color #EBB5EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBB5EF is #144A10. Grayscale: #CBCBCB. Windows color (decimal): -1329681 or 15709675. OLE color: 15709675.
HSL color Cylindrical-coordinate representation of color #EBB5EF: hue angle of 295.86º degrees, saturation: 0.64, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EBB5EF is Cyan = 0.02, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 235 | 181 | 239 | - |
| CMYK | 0.02 | 0.24 | 0 | 0.06 |
| HSL | 295.86º | 0.64% | 0.82% | - |
| HSV(B) | 295.86º | 0.24% | 0.94% | - |
| XYZ | 66.36 | 56.94 | 89.15 | - |
| YUV | 203.76 | 147.89 | 150.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 181 | 239 | 0.02 | 0.24 | 0 | 0.06 | 295.86 | 0.64 | 0.82 |
| Hex | EB | B5 | EF | 2 | 18 | 0 | 6 | 128 | 40 | 52 |
| Octal | 353 | 265 | 357 | 2 | 30 | 0 | 6 | 450 | 100 | 122 |
| Binary | 11101011 | 10110101 | 11101111 | 10 | 11000 | 0 | 110 | 100101000 | 1000000 | 1010010 |
Color Harmonies of #EBB5EF
Complementary color
Monochromatic Colors of #EBB5EF
Black with #EBB5EF
Text Example
Text Example
White with #EBB5EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBB5EF; }
p { color: rgb(235,181,239); }
H1.HeaderClassName
{
color: #EBB5EF;
}
.AnyTagClassName
{
color: #EBB5EF;
}
</style>
background-color css
<style>
a { background-color: #EBB5EF; }
a { background-color: rgb(235,181,239); }
div.DivClassName
{
background-color: #EBB5EF;
}
.BgClassName
{
background-color: #EBB5EF;
}
</style>
border-color css
<style>
span { border-color: #EBB5EF; }
span { border-color: rgb(235,181,239); }
td.TdClassName
{
border-color: #EBB5EF;
}
.TagClassName
{
border-color: #EBB5EF;
}
</style>