Shades of French Lilac #EBAEE5
Tints of French Lilac #EBAEE5
RGB
CMYK
RGB Variations
Color information
#EBAEE5 (or 0xEBAEE5) is known color: French Lilac. HEX triplet: EB, AE and E5. RGB value is (235,174,229). Sum of RGB (Red+Green+Blue) = 235+174+229=638 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.83% from 638); Green value is 174 (68.36% from 255 or 27.27% from 638); Blue value is 229 (89.84% from 255 or 35.89% from 638); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAEE5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBAEE5 is #14511A. Grayscale: #C6C6C6. Windows color (decimal): -1331483 or 15052523. OLE color: 15052523.
HSL color Cylindrical-coordinate representation of color #EBAEE5: hue angle of 305.9º 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 #EBAEE5 is Cyan = 0, Magento = 0.26, Yellow = 0.03 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 174 | 229 | - |
| CMYK | 0 | 0.26 | 0.03 | 0.08 |
| HSL | 305.9º | 0.6% | 0.8% | - |
| HSV(B) | 305.9º | 0.26% | 0.92% | - |
| XYZ | 63.54 | 53.59 | 81.12 | - |
| YUV | 198.51 | 145.21 | 154.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 174 | 229 | 0 | 0.26 | 0.03 | 0.08 | 305.9 | 0.6 | 0.8 |
| Hex | EB | AE | E5 | 0 | 1A | 3 | 8 | 132 | 3C | 50 |
| Octal | 353 | 256 | 345 | 0 | 32 | 3 | 10 | 462 | 74 | 120 |
| Binary | 11101011 | 10101110 | 11100101 | 0 | 11010 | 11 | 1000 | 100110010 | 111100 | 1010000 |
Color Harmonies of #EBAEE5
Complementary color
Monochromatic Colors of #EBAEE5
Black with #EBAEE5
Text Example
Text Example
White with #EBAEE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBAEE5; }
p { color: rgb(235,174,229); }
H1.HeaderClassName
{
color: #EBAEE5;
}
.AnyTagClassName
{
color: #EBAEE5;
}
</style>
background-color css
<style>
a { background-color: #EBAEE5; }
a { background-color: rgb(235,174,229); }
div.DivClassName
{
background-color: #EBAEE5;
}
.BgClassName
{
background-color: #EBAEE5;
}
</style>
border-color css
<style>
span { border-color: #EBAEE5; }
span { border-color: rgb(235,174,229); }
td.TdClassName
{
border-color: #EBAEE5;
}
.TagClassName
{
border-color: #EBAEE5;
}
</style>