Shades of French Lilac #EEBAE9
Tints of French Lilac #EEBAE9
RGB
CMYK
RGB Variations
Color information
#EEBAE9 (or 0xEEBAE9) is known color: French Lilac. HEX triplet: EE, BA and E9. RGB value is (238,186,233). Sum of RGB (Red+Green+Blue) = 238+186+233=657 (87% of max value = 765). Red value is 238 (93.36% from 255 or 36.23% from 657); Green value is 186 (73.05% from 255 or 28.31% from 657); Blue value is 233 (91.41% from 255 or 35.46% from 657); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBAE9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEBAE9 is #114516. Grayscale: #CECECE. Windows color (decimal): -1131799 or 15317742. OLE color: 15317742.
HSL color Cylindrical-coordinate representation of color #EEBAE9: hue angle of 305.77º 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 #EEBAE9 is Cyan = 0, Magento = 0.22, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 186 | 233 | - |
| CMYK | 0 | 0.22 | 0.02 | 0.07 |
| HSL | 305.77º | 0.6% | 0.83% | - |
| HSV(B) | 305.77º | 0.22% | 0.93% | - |
| XYZ | 67.53 | 59.18 | 84.95 | - |
| YUV | 206.91 | 142.73 | 150.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 186 | 233 | 0 | 0.22 | 0.02 | 0.07 | 305.77 | 0.6 | 0.83 |
| Hex | EE | BA | E9 | 0 | 16 | 2 | 7 | 132 | 3C | 53 |
| Octal | 356 | 272 | 351 | 0 | 26 | 2 | 7 | 462 | 74 | 123 |
| Binary | 11101110 | 10111010 | 11101001 | 0 | 10110 | 10 | 111 | 100110010 | 111100 | 1010011 |
Color Harmonies of #EEBAE9
Complementary color
Monochromatic Colors of #EEBAE9
Black with #EEBAE9
Text Example
Text Example
White with #EEBAE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBAE9; }
p { color: rgb(238,186,233); }
H1.HeaderClassName
{
color: #EEBAE9;
}
.AnyTagClassName
{
color: #EEBAE9;
}
</style>
background-color css
<style>
a { background-color: #EEBAE9; }
a { background-color: rgb(238,186,233); }
div.DivClassName
{
background-color: #EEBAE9;
}
.BgClassName
{
background-color: #EEBAE9;
}
</style>
border-color css
<style>
span { border-color: #EEBAE9; }
span { border-color: rgb(238,186,233); }
td.TdClassName
{
border-color: #EEBAE9;
}
.TagClassName
{
border-color: #EEBAE9;
}
</style>