Shades of French Lilac #EEBAE5
Tints of French Lilac #EEBAE5
RGB
CMYK
RGB Variations
Color information
#EEBAE5 (or 0xEEBAE5) is known color: French Lilac. HEX triplet: EE, BA and E5. RGB value is (238,186,229). Sum of RGB (Red+Green+Blue) = 238+186+229=653 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.45% from 653); Green value is 186 (73.05% from 255 or 28.48% from 653); Blue value is 229 (89.84% from 255 or 35.07% from 653); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBAE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEBAE5 is #11451A. Grayscale: #CECECE. Windows color (decimal): -1131803 or 15055598. OLE color: 15055598.
HSL color Cylindrical-coordinate representation of color #EEBAE5: hue angle of 310.38º 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 #EEBAE5 is Cyan = 0, Magento = 0.22, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 186 | 229 | - |
| CMYK | 0 | 0.22 | 0.04 | 0.07 |
| HSL | 310.38º | 0.6% | 0.83% | - |
| HSV(B) | 310.38º | 0.22% | 0.93% | - |
| XYZ | 66.96 | 58.95 | 81.98 | - |
| YUV | 206.45 | 140.73 | 150.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 186 | 229 | 0 | 0.22 | 0.04 | 0.07 | 310.38 | 0.6 | 0.83 |
| Hex | EE | BA | E5 | 0 | 16 | 4 | 7 | 136 | 3C | 53 |
| Octal | 356 | 272 | 345 | 0 | 26 | 4 | 7 | 466 | 74 | 123 |
| Binary | 11101110 | 10111010 | 11100101 | 0 | 10110 | 100 | 111 | 100110110 | 111100 | 1010011 |
Color Harmonies of #EEBAE5
Complementary color
Monochromatic Colors of #EEBAE5
Black with #EEBAE5
Text Example
Text Example
White with #EEBAE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBAE5; }
p { color: rgb(238,186,229); }
H1.HeaderClassName
{
color: #EEBAE5;
}
.AnyTagClassName
{
color: #EEBAE5;
}
</style>
background-color css
<style>
a { background-color: #EEBAE5; }
a { background-color: rgb(238,186,229); }
div.DivClassName
{
background-color: #EEBAE5;
}
.BgClassName
{
background-color: #EEBAE5;
}
</style>
border-color css
<style>
span { border-color: #EEBAE5; }
span { border-color: rgb(238,186,229); }
td.TdClassName
{
border-color: #EEBAE5;
}
.TagClassName
{
border-color: #EEBAE5;
}
</style>