Shades of French Lilac #EBB7E0
Tints of French Lilac #EBB7E0
RGB
CMYK
RGB Variations
Color information
#EBB7E0 (or 0xEBB7E0) is known color: French Lilac. HEX triplet: EB, B7 and E0. RGB value is (235,183,224). Sum of RGB (Red+Green+Blue) = 235+183+224=642 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.60% from 642); Green value is 183 (71.88% from 255 or 28.50% from 642); Blue value is 224 (87.89% from 255 or 34.89% from 642); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB7E0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBB7E0 is #14481F. Grayscale: #CBCBCB. Windows color (decimal): -1329184 or 14727147. OLE color: 14727147.
HSL color Cylindrical-coordinate representation of color #EBB7E0: hue angle of 312.69º degrees, saturation: 0.57, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EBB7E0 is Cyan = 0, Magento = 0.22, Yellow = 0.05 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 183 | 224 | - |
| CMYK | 0 | 0.22 | 0.05 | 0.08 |
| HSL | 312.69º | 0.57% | 0.82% | - |
| HSV(B) | 312.69º | 0.22% | 0.92% | - |
| XYZ | 64.65 | 56.91 | 78.1 | - |
| YUV | 203.22 | 139.73 | 150.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 183 | 224 | 0 | 0.22 | 0.05 | 0.08 | 312.69 | 0.57 | 0.82 |
| Hex | EB | B7 | E0 | 0 | 16 | 5 | 8 | 139 | 39 | 52 |
| Octal | 353 | 267 | 340 | 0 | 26 | 5 | 10 | 471 | 71 | 122 |
| Binary | 11101011 | 10110111 | 11100000 | 0 | 10110 | 101 | 1000 | 100111001 | 111001 | 1010010 |
Color Harmonies of #EBB7E0
Complementary color
Monochromatic Colors of #EBB7E0
Black with #EBB7E0
Text Example
Text Example
White with #EBB7E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBB7E0; }
p { color: rgb(235,183,224); }
H1.HeaderClassName
{
color: #EBB7E0;
}
.AnyTagClassName
{
color: #EBB7E0;
}
</style>
background-color css
<style>
a { background-color: #EBB7E0; }
a { background-color: rgb(235,183,224); }
div.DivClassName
{
background-color: #EBB7E0;
}
.BgClassName
{
background-color: #EBB7E0;
}
</style>
border-color css
<style>
span { border-color: #EBB7E0; }
span { border-color: rgb(235,183,224); }
td.TdClassName
{
border-color: #EBB7E0;
}
.TagClassName
{
border-color: #EBB7E0;
}
</style>