Shades of French Lilac #EBAEE2
Tints of French Lilac #EBAEE2
RGB
CMYK
RGB Variations
Color information
#EBAEE2 (or 0xEBAEE2) is known color: French Lilac. HEX triplet: EB, AE and E2. RGB value is (235,174,226). Sum of RGB (Red+Green+Blue) = 235+174+226=635 (84% of max value = 765). Red value is 235 (92.19% from 255 or 37.01% from 635); Green value is 174 (68.36% from 255 or 27.40% from 635); Blue value is 226 (88.67% from 255 or 35.59% from 635); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAEE2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBAEE2 is #14511D. Grayscale: #C6C6C6. Windows color (decimal): -1331486 or 14855915. OLE color: 14855915.
HSL color Cylindrical-coordinate representation of color #EBAEE2: hue angle of 308.85º 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 #EBAEE2 is Cyan = 0, Magento = 0.26, Yellow = 0.04 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 174 | 226 | - |
| CMYK | 0 | 0.26 | 0.04 | 0.08 |
| HSL | 308.85º | 0.6% | 0.8% | - |
| HSV(B) | 308.85º | 0.26% | 0.92% | - |
| XYZ | 63.12 | 53.43 | 78.94 | - |
| YUV | 198.17 | 143.71 | 154.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 174 | 226 | 0 | 0.26 | 0.04 | 0.08 | 308.85 | 0.6 | 0.8 |
| Hex | EB | AE | E2 | 0 | 1A | 4 | 8 | 135 | 3C | 50 |
| Octal | 353 | 256 | 342 | 0 | 32 | 4 | 10 | 465 | 74 | 120 |
| Binary | 11101011 | 10101110 | 11100010 | 0 | 11010 | 100 | 1000 | 100110101 | 111100 | 1010000 |
Color Harmonies of #EBAEE2
Complementary color
Monochromatic Colors of #EBAEE2
Black with #EBAEE2
Text Example
Text Example
White with #EBAEE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBAEE2; }
p { color: rgb(235,174,226); }
H1.HeaderClassName
{
color: #EBAEE2;
}
.AnyTagClassName
{
color: #EBAEE2;
}
</style>
background-color css
<style>
a { background-color: #EBAEE2; }
a { background-color: rgb(235,174,226); }
div.DivClassName
{
background-color: #EBAEE2;
}
.BgClassName
{
background-color: #EBAEE2;
}
</style>
border-color css
<style>
span { border-color: #EBAEE2; }
span { border-color: rgb(235,174,226); }
td.TdClassName
{
border-color: #EBAEE2;
}
.TagClassName
{
border-color: #EBAEE2;
}
</style>