Shades of French Lilac #EEBAE1
Tints of French Lilac #EEBAE1
RGB
CMYK
RGB Variations
Color information
#EEBAE1 (or 0xEEBAE1) is known color: French Lilac. HEX triplet: EE, BA and E1. RGB value is (238,186,225). Sum of RGB (Red+Green+Blue) = 238+186+225=649 (85% of max value = 765). Red value is 238 (93.36% from 255 or 36.67% from 649); Green value is 186 (73.05% from 255 or 28.66% from 649); Blue value is 225 (88.28% from 255 or 34.67% from 649); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBAE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEBAE1 is #11451E. Grayscale: #CDCDCD. Windows color (decimal): -1131807 or 14793454. OLE color: 14793454.
HSL color Cylindrical-coordinate representation of color #EEBAE1: hue angle of 315º degrees, saturation: 0.6, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EEBAE1 is Cyan = 0, Magento = 0.22, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 186 | 225 | - |
| CMYK | 0 | 0.22 | 0.05 | 0.07 |
| HSL | 315º | 0.6% | 0.83% | - |
| HSV(B) | 315º | 0.22% | 0.93% | - |
| XYZ | 66.41 | 58.73 | 79.07 | - |
| YUV | 205.99 | 138.73 | 150.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 186 | 225 | 0 | 0.22 | 0.05 | 0.07 | 315 | 0.6 | 0.83 |
| Hex | EE | BA | E1 | 0 | 16 | 5 | 7 | 13B | 3C | 53 |
| Octal | 356 | 272 | 341 | 0 | 26 | 5 | 7 | 473 | 74 | 123 |
| Binary | 11101110 | 10111010 | 11100001 | 0 | 10110 | 101 | 111 | 100111011 | 111100 | 1010011 |
Color Harmonies of #EEBAE1
Complementary color
Monochromatic Colors of #EEBAE1
Black with #EEBAE1
Text Example
Text Example
White with #EEBAE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBAE1; }
p { color: rgb(238,186,225); }
H1.HeaderClassName
{
color: #EEBAE1;
}
.AnyTagClassName
{
color: #EEBAE1;
}
</style>
background-color css
<style>
a { background-color: #EEBAE1; }
a { background-color: rgb(238,186,225); }
div.DivClassName
{
background-color: #EEBAE1;
}
.BgClassName
{
background-color: #EEBAE1;
}
</style>
border-color css
<style>
span { border-color: #EEBAE1; }
span { border-color: rgb(238,186,225); }
td.TdClassName
{
border-color: #EEBAE1;
}
.TagClassName
{
border-color: #EEBAE1;
}
</style>