Shades of French Lilac #EBAEE7
Tints of French Lilac #EBAEE7
RGB
CMYK
RGB Variations
Color information
#EBAEE7 (or 0xEBAEE7) is known color: French Lilac. HEX triplet: EB, AE and E7. RGB value is (235,174,231). Sum of RGB (Red+Green+Blue) = 235+174+231=640 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.72% from 640); Green value is 174 (68.36% from 255 or 27.19% from 640); Blue value is 231 (90.62% from 255 or 36.09% from 640); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAEE7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBAEE7 is #145118. Grayscale: #C6C6C6. Windows color (decimal): -1331481 or 15183595. OLE color: 15183595.
HSL color Cylindrical-coordinate representation of color #EBAEE7: hue angle of 303.93º 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 #EBAEE7 is Cyan = 0, Magento = 0.26, Yellow = 0.02 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 174 | 231 | - |
| CMYK | 0 | 0.26 | 0.02 | 0.08 |
| HSL | 303.93º | 0.6% | 0.8% | - |
| HSV(B) | 303.93º | 0.26% | 0.92% | - |
| XYZ | 63.82 | 53.7 | 82.6 | - |
| YUV | 198.74 | 146.21 | 153.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 174 | 231 | 0 | 0.26 | 0.02 | 0.08 | 303.93 | 0.6 | 0.8 |
| Hex | EB | AE | E7 | 0 | 1A | 2 | 8 | 130 | 3C | 50 |
| Octal | 353 | 256 | 347 | 0 | 32 | 2 | 10 | 460 | 74 | 120 |
| Binary | 11101011 | 10101110 | 11100111 | 0 | 11010 | 10 | 1000 | 100110000 | 111100 | 1010000 |
Color Harmonies of #EBAEE7
Complementary color
Monochromatic Colors of #EBAEE7
Black with #EBAEE7
Text Example
Text Example
White with #EBAEE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBAEE7; }
p { color: rgb(235,174,231); }
H1.HeaderClassName
{
color: #EBAEE7;
}
.AnyTagClassName
{
color: #EBAEE7;
}
</style>
background-color css
<style>
a { background-color: #EBAEE7; }
a { background-color: rgb(235,174,231); }
div.DivClassName
{
background-color: #EBAEE7;
}
.BgClassName
{
background-color: #EBAEE7;
}
</style>
border-color css
<style>
span { border-color: #EBAEE7; }
span { border-color: rgb(235,174,231); }
td.TdClassName
{
border-color: #EBAEE7;
}
.TagClassName
{
border-color: #EBAEE7;
}
</style>