Shades of French Lilac #EEBAEA
Tints of French Lilac #EEBAEA
RGB
CMYK
RGB Variations
Color information
#EEBAEA (or 0xEEBAEA) is known color: French Lilac. HEX triplet: EE, BA and EA. RGB value is (238,186,234). Sum of RGB (Red+Green+Blue) = 238+186+234=658 (87% of max value = 765). Red value is 238 (93.36% from 255 or 36.17% from 658); Green value is 186 (73.05% from 255 or 28.27% from 658); Blue value is 234 (91.80% from 255 or 35.56% from 658); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBAEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEBAEA is #114515. Grayscale: #CECECE. Windows color (decimal): -1131798 or 15383278. OLE color: 15383278.
HSL color Cylindrical-coordinate representation of color #EEBAEA: hue angle of 304.62º 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 #EEBAEA is Cyan = 0, Magento = 0.22, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 186 | 234 | - |
| CMYK | 0 | 0.22 | 0.02 | 0.07 |
| HSL | 304.62º | 0.6% | 0.83% | - |
| HSV(B) | 304.62º | 0.22% | 0.93% | - |
| XYZ | 67.67 | 59.24 | 85.71 | - |
| YUV | 207.02 | 143.23 | 150.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 186 | 234 | 0 | 0.22 | 0.02 | 0.07 | 304.62 | 0.6 | 0.83 |
| Hex | EE | BA | EA | 0 | 16 | 2 | 7 | 131 | 3C | 53 |
| Octal | 356 | 272 | 352 | 0 | 26 | 2 | 7 | 461 | 74 | 123 |
| Binary | 11101110 | 10111010 | 11101010 | 0 | 10110 | 10 | 111 | 100110001 | 111100 | 1010011 |
Color Harmonies of #EEBAEA
Complementary color
Monochromatic Colors of #EEBAEA
Black with #EEBAEA
Text Example
Text Example
White with #EEBAEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBAEA; }
p { color: rgb(238,186,234); }
H1.HeaderClassName
{
color: #EEBAEA;
}
.AnyTagClassName
{
color: #EEBAEA;
}
</style>
background-color css
<style>
a { background-color: #EEBAEA; }
a { background-color: rgb(238,186,234); }
div.DivClassName
{
background-color: #EEBAEA;
}
.BgClassName
{
background-color: #EEBAEA;
}
</style>
border-color css
<style>
span { border-color: #EEBAEA; }
span { border-color: rgb(238,186,234); }
td.TdClassName
{
border-color: #EEBAEA;
}
.TagClassName
{
border-color: #EEBAEA;
}
</style>