Shades of French Lilac #EBB0E7
Tints of French Lilac #EBB0E7
RGB
CMYK
RGB Variations
Color information
#EBB0E7 (or 0xEBB0E7) is known color: French Lilac. HEX triplet: EB, B0 and E7. RGB value is (235,176,231). Sum of RGB (Red+Green+Blue) = 235+176+231=642 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.60% from 642); Green value is 176 (69.14% from 255 or 27.41% from 642); Blue value is 231 (90.62% from 255 or 35.98% from 642); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB0E7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBB0E7 is #144F18. Grayscale: #C7C7C7. Windows color (decimal): -1330969 or 15184107. OLE color: 15184107.
HSL color Cylindrical-coordinate representation of color #EBB0E7: hue angle of 304.07º degrees, saturation: 0.6, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EBB0E7 is Cyan = 0, Magento = 0.25, Yellow = 0.02 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 176 | 231 | - |
| CMYK | 0 | 0.25 | 0.02 | 0.08 |
| HSL | 304.07º | 0.6% | 0.81% | - |
| HSV(B) | 304.07º | 0.25% | 0.92% | - |
| XYZ | 64.21 | 54.48 | 82.73 | - |
| YUV | 199.91 | 145.55 | 153.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 176 | 231 | 0 | 0.25 | 0.02 | 0.08 | 304.07 | 0.6 | 0.81 |
| Hex | EB | B0 | E7 | 0 | 19 | 2 | 8 | 130 | 3C | 51 |
| Octal | 353 | 260 | 347 | 0 | 31 | 2 | 10 | 460 | 74 | 121 |
| Binary | 11101011 | 10110000 | 11100111 | 0 | 11001 | 10 | 1000 | 100110000 | 111100 | 1010001 |
Color Harmonies of #EBB0E7
Complementary color
Monochromatic Colors of #EBB0E7
Black with #EBB0E7
Text Example
Text Example
White with #EBB0E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBB0E7; }
p { color: rgb(235,176,231); }
H1.HeaderClassName
{
color: #EBB0E7;
}
.AnyTagClassName
{
color: #EBB0E7;
}
</style>
background-color css
<style>
a { background-color: #EBB0E7; }
a { background-color: rgb(235,176,231); }
div.DivClassName
{
background-color: #EBB0E7;
}
.BgClassName
{
background-color: #EBB0E7;
}
</style>
border-color css
<style>
span { border-color: #EBB0E7; }
span { border-color: rgb(235,176,231); }
td.TdClassName
{
border-color: #EBB0E7;
}
.TagClassName
{
border-color: #EBB0E7;
}
</style>