Shades of French Lilac #EBAEE3
Tints of French Lilac #EBAEE3
RGB
CMYK
RGB Variations
Color information
#EBAEE3 (or 0xEBAEE3) is known color: French Lilac. HEX triplet: EB, AE and E3. RGB value is (235,174,227). Sum of RGB (Red+Green+Blue) = 235+174+227=636 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.95% from 636); Green value is 174 (68.36% from 255 or 27.36% from 636); Blue value is 227 (89.06% from 255 or 35.69% from 636); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAEE3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBAEE3 is #14511C. Grayscale: #C6C6C6. Windows color (decimal): -1331485 or 14921451. OLE color: 14921451.
HSL color Cylindrical-coordinate representation of color #EBAEE3: hue angle of 307.87º 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 #EBAEE3 is Cyan = 0, Magento = 0.26, Yellow = 0.03 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 174 | 227 | - |
| CMYK | 0 | 0.26 | 0.03 | 0.08 |
| HSL | 307.87º | 0.6% | 0.8% | - |
| HSV(B) | 307.87º | 0.26% | 0.92% | - |
| XYZ | 63.26 | 53.48 | 79.66 | - |
| YUV | 198.28 | 144.21 | 154.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 174 | 227 | 0 | 0.26 | 0.03 | 0.08 | 307.87 | 0.6 | 0.8 |
| Hex | EB | AE | E3 | 0 | 1A | 3 | 8 | 134 | 3C | 50 |
| Octal | 353 | 256 | 343 | 0 | 32 | 3 | 10 | 464 | 74 | 120 |
| Binary | 11101011 | 10101110 | 11100011 | 0 | 11010 | 11 | 1000 | 100110100 | 111100 | 1010000 |
Color Harmonies of #EBAEE3
Complementary color
Monochromatic Colors of #EBAEE3
Black with #EBAEE3
Text Example
Text Example
White with #EBAEE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBAEE3; }
p { color: rgb(235,174,227); }
H1.HeaderClassName
{
color: #EBAEE3;
}
.AnyTagClassName
{
color: #EBAEE3;
}
</style>
background-color css
<style>
a { background-color: #EBAEE3; }
a { background-color: rgb(235,174,227); }
div.DivClassName
{
background-color: #EBAEE3;
}
.BgClassName
{
background-color: #EBAEE3;
}
</style>
border-color css
<style>
span { border-color: #EBAEE3; }
span { border-color: rgb(235,174,227); }
td.TdClassName
{
border-color: #EBAEE3;
}
.TagClassName
{
border-color: #EBAEE3;
}
</style>