Shades of French Lilac #EEBAE6
Tints of French Lilac #EEBAE6
RGB
CMYK
RGB Variations
Color information
#EEBAE6 (or 0xEEBAE6) is known color: French Lilac. HEX triplet: EE, BA and E6. RGB value is (238,186,230). Sum of RGB (Red+Green+Blue) = 238+186+230=654 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.39% from 654); Green value is 186 (73.05% from 255 or 28.44% from 654); Blue value is 230 (90.23% from 255 or 35.17% from 654); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBAE6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEBAE6 is #114519. Grayscale: #CECECE. Windows color (decimal): -1131802 or 15121134. OLE color: 15121134.
HSL color Cylindrical-coordinate representation of color #EEBAE6: hue angle of 309.23º 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 #EEBAE6 is Cyan = 0, Magento = 0.22, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 186 | 230 | - |
| CMYK | 0 | 0.22 | 0.03 | 0.07 |
| HSL | 309.23º | 0.6% | 0.83% | - |
| HSV(B) | 309.23º | 0.22% | 0.93% | - |
| XYZ | 67.1 | 59.01 | 82.72 | - |
| YUV | 206.56 | 141.23 | 150.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 186 | 230 | 0 | 0.22 | 0.03 | 0.07 | 309.23 | 0.6 | 0.83 |
| Hex | EE | BA | E6 | 0 | 16 | 3 | 7 | 135 | 3C | 53 |
| Octal | 356 | 272 | 346 | 0 | 26 | 3 | 7 | 465 | 74 | 123 |
| Binary | 11101110 | 10111010 | 11100110 | 0 | 10110 | 11 | 111 | 100110101 | 111100 | 1010011 |
Color Harmonies of #EEBAE6
Complementary color
Monochromatic Colors of #EEBAE6
Black with #EEBAE6
Text Example
Text Example
White with #EEBAE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBAE6; }
p { color: rgb(238,186,230); }
H1.HeaderClassName
{
color: #EEBAE6;
}
.AnyTagClassName
{
color: #EEBAE6;
}
</style>
background-color css
<style>
a { background-color: #EEBAE6; }
a { background-color: rgb(238,186,230); }
div.DivClassName
{
background-color: #EEBAE6;
}
.BgClassName
{
background-color: #EEBAE6;
}
</style>
border-color css
<style>
span { border-color: #EEBAE6; }
span { border-color: rgb(238,186,230); }
td.TdClassName
{
border-color: #EEBAE6;
}
.TagClassName
{
border-color: #EEBAE6;
}
</style>