Shades of French Lilac #EBAEE6
Tints of French Lilac #EBAEE6
RGB
CMYK
RGB Variations
Color information
#EBAEE6 (or 0xEBAEE6) is known color: French Lilac. HEX triplet: EB, AE and E6. RGB value is (235,174,230). Sum of RGB (Red+Green+Blue) = 235+174+230=639 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.78% from 639); Green value is 174 (68.36% from 255 or 27.23% from 639); Blue value is 230 (90.23% from 255 or 35.99% from 639); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAEE6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBAEE6 is #145119. Grayscale: #C6C6C6. Windows color (decimal): -1331482 or 15118059. OLE color: 15118059.
HSL color Cylindrical-coordinate representation of color #EBAEE6: hue angle of 304.92º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EBAEE6 is Cyan = 0, Magento = 0.26, Yellow = 0.02 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 174 | 230 | - |
| CMYK | 0 | 0.26 | 0.02 | 0.08 |
| HSL | 304.92º | 0.6% | 0.8% | - |
| HSV(B) | 304.92º | 0.26% | 0.92% | - |
| XYZ | 63.68 | 53.65 | 81.86 | - |
| YUV | 198.62 | 145.71 | 153.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 174 | 230 | 0 | 0.26 | 0.02 | 0.08 | 304.92 | 0.6 | 0.8 |
| Hex | EB | AE | E6 | 0 | 1A | 2 | 8 | 131 | 3C | 50 |
| Octal | 353 | 256 | 346 | 0 | 32 | 2 | 10 | 461 | 74 | 120 |
| Binary | 11101011 | 10101110 | 11100110 | 0 | 11010 | 10 | 1000 | 100110001 | 111100 | 1010000 |
Color Harmonies of #EBAEE6
Complementary color
Monochromatic Colors of #EBAEE6
Black with #EBAEE6
Text Example
Text Example
White with #EBAEE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBAEE6; }
p { color: rgb(235,174,230); }
H1.HeaderClassName
{
color: #EBAEE6;
}
.AnyTagClassName
{
color: #EBAEE6;
}
</style>
background-color css
<style>
a { background-color: #EBAEE6; }
a { background-color: rgb(235,174,230); }
div.DivClassName
{
background-color: #EBAEE6;
}
.BgClassName
{
background-color: #EBAEE6;
}
</style>
border-color css
<style>
span { border-color: #EBAEE6; }
span { border-color: rgb(235,174,230); }
td.TdClassName
{
border-color: #EBAEE6;
}
.TagClassName
{
border-color: #EBAEE6;
}
</style>