Shades of French Lilac #EBB2EC
Tints of French Lilac #EBB2EC
RGB
CMYK
RGB Variations
Color information
#EBB2EC (or 0xEBB2EC) is known color: French Lilac. HEX triplet: EB, B2 and EC. RGB value is (235,178,236). Sum of RGB (Red+Green+Blue) = 235+178+236=649 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.21% from 649); Green value is 178 (69.92% from 255 or 27.43% from 649); Blue value is 236 (92.58% from 255 or 36.36% from 649); Max value from RGB is 236 - color contains mainly: blue. Hex color #EBB2EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBB2EC is #144D13. Grayscale: #C9C9C9. Windows color (decimal): -1330452 or 15512299. OLE color: 15512299.
HSL color Cylindrical-coordinate representation of color #EBB2EC: hue angle of 298.97º degrees, saturation: 0.6, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EBB2EC is Cyan = 0.00, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 235 | 178 | 236 | - |
| CMYK | 0.00 | 0.25 | 0 | 0.07 |
| HSL | 298.97º | 0.6% | 0.81% | - |
| HSV(B) | 298.97º | 0.25% | 0.93% | - |
| XYZ | 65.32 | 55.56 | 86.64 | - |
| YUV | 201.66 | 147.38 | 151.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 178 | 236 | 0.00 | 0.25 | 0 | 0.07 | 298.97 | 0.6 | 0.81 |
| Hex | EB | B2 | EC | 0 | 19 | 0 | 7 | 12B | 3C | 51 |
| Octal | 353 | 262 | 354 | 0 | 31 | 0 | 7 | 453 | 74 | 121 |
| Binary | 11101011 | 10110010 | 11101100 | 0 | 11001 | 0 | 111 | 100101011 | 111100 | 1010001 |
Color Harmonies of #EBB2EC
Complementary color
Monochromatic Colors of #EBB2EC
Black with #EBB2EC
Text Example
Text Example
White with #EBB2EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBB2EC; }
p { color: rgb(235,178,236); }
H1.HeaderClassName
{
color: #EBB2EC;
}
.AnyTagClassName
{
color: #EBB2EC;
}
</style>
background-color css
<style>
a { background-color: #EBB2EC; }
a { background-color: rgb(235,178,236); }
div.DivClassName
{
background-color: #EBB2EC;
}
.BgClassName
{
background-color: #EBB2EC;
}
</style>
border-color css
<style>
span { border-color: #EBB2EC; }
span { border-color: rgb(235,178,236); }
td.TdClassName
{
border-color: #EBB2EC;
}
.TagClassName
{
border-color: #EBB2EC;
}
</style>