Shades of French Lilac #EEBAE0
Tints of French Lilac #EEBAE0
RGB
CMYK
RGB Variations
Color information
#EEBAE0 (or 0xEEBAE0) is known color: French Lilac. HEX triplet: EE, BA and E0. RGB value is (238,186,224). Sum of RGB (Red+Green+Blue) = 238+186+224=648 (85% of max value = 765). Red value is 238 (93.36% from 255 or 36.73% from 648); Green value is 186 (73.05% from 255 or 28.70% from 648); Blue value is 224 (87.89% from 255 or 34.57% from 648); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBAE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEBAE0 is #11451F. Grayscale: #CDCDCD. Windows color (decimal): -1131808 or 14727918. OLE color: 14727918.
HSL color Cylindrical-coordinate representation of color #EEBAE0: hue angle of 316.15º 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 #EEBAE0 is Cyan = 0, Magento = 0.22, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 186 | 224 | - |
| CMYK | 0 | 0.22 | 0.06 | 0.07 |
| HSL | 316.15º | 0.6% | 0.83% | - |
| HSV(B) | 316.15º | 0.22% | 0.93% | - |
| XYZ | 66.27 | 58.68 | 78.35 | - |
| YUV | 205.88 | 138.23 | 150.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 186 | 224 | 0 | 0.22 | 0.06 | 0.07 | 316.15 | 0.6 | 0.83 |
| Hex | EE | BA | E0 | 0 | 16 | 6 | 7 | 13C | 3C | 53 |
| Octal | 356 | 272 | 340 | 0 | 26 | 6 | 7 | 474 | 74 | 123 |
| Binary | 11101110 | 10111010 | 11100000 | 0 | 10110 | 110 | 111 | 100111100 | 111100 | 1010011 |
Color Harmonies of #EEBAE0
Complementary color
Monochromatic Colors of #EEBAE0
Black with #EEBAE0
Text Example
Text Example
White with #EEBAE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBAE0; }
p { color: rgb(238,186,224); }
H1.HeaderClassName
{
color: #EEBAE0;
}
.AnyTagClassName
{
color: #EEBAE0;
}
</style>
background-color css
<style>
a { background-color: #EEBAE0; }
a { background-color: rgb(238,186,224); }
div.DivClassName
{
background-color: #EEBAE0;
}
.BgClassName
{
background-color: #EEBAE0;
}
</style>
border-color css
<style>
span { border-color: #EEBAE0; }
span { border-color: rgb(238,186,224); }
td.TdClassName
{
border-color: #EEBAE0;
}
.TagClassName
{
border-color: #EEBAE0;
}
</style>