Shades of French Lilac #EEBAE4
Tints of French Lilac #EEBAE4
RGB
CMYK
RGB Variations
Color information
#EEBAE4 (or 0xEEBAE4) is known color: French Lilac. HEX triplet: EE, BA and E4. RGB value is (238,186,228). Sum of RGB (Red+Green+Blue) = 238+186+228=652 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.50% from 652); Green value is 186 (73.05% from 255 or 28.53% from 652); Blue value is 228 (89.45% from 255 or 34.97% from 652); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBAE4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEBAE4 is #11451B. Grayscale: #CECECE. Windows color (decimal): -1131804 or 14990062. OLE color: 14990062.
HSL color Cylindrical-coordinate representation of color #EEBAE4: hue angle of 311.54º 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 #EEBAE4 is Cyan = 0, Magento = 0.22, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 186 | 228 | - |
| CMYK | 0 | 0.22 | 0.04 | 0.07 |
| HSL | 311.54º | 0.6% | 0.83% | - |
| HSV(B) | 311.54º | 0.22% | 0.93% | - |
| XYZ | 66.82 | 58.9 | 81.25 | - |
| YUV | 206.34 | 140.23 | 150.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 186 | 228 | 0 | 0.22 | 0.04 | 0.07 | 311.54 | 0.6 | 0.83 |
| Hex | EE | BA | E4 | 0 | 16 | 4 | 7 | 138 | 3C | 53 |
| Octal | 356 | 272 | 344 | 0 | 26 | 4 | 7 | 470 | 74 | 123 |
| Binary | 11101110 | 10111010 | 11100100 | 0 | 10110 | 100 | 111 | 100111000 | 111100 | 1010011 |
Color Harmonies of #EEBAE4
Complementary color
Monochromatic Colors of #EEBAE4
Black with #EEBAE4
Text Example
Text Example
White with #EEBAE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBAE4; }
p { color: rgb(238,186,228); }
H1.HeaderClassName
{
color: #EEBAE4;
}
.AnyTagClassName
{
color: #EEBAE4;
}
</style>
background-color css
<style>
a { background-color: #EEBAE4; }
a { background-color: rgb(238,186,228); }
div.DivClassName
{
background-color: #EEBAE4;
}
.BgClassName
{
background-color: #EEBAE4;
}
</style>
border-color css
<style>
span { border-color: #EEBAE4; }
span { border-color: rgb(238,186,228); }
td.TdClassName
{
border-color: #EEBAE4;
}
.TagClassName
{
border-color: #EEBAE4;
}
</style>