Shades of French Lilac #EEBAED
Tints of French Lilac #EEBAED
RGB
CMYK
RGB Variations
Color information
#EEBAED (or 0xEEBAED) is known color: French Lilac. HEX triplet: EE, BA and ED. RGB value is (238,186,237). Sum of RGB (Red+Green+Blue) = 238+186+237=661 (87% of max value = 765). Red value is 238 (93.36% from 255 or 36.01% from 661); Green value is 186 (73.05% from 255 or 28.14% from 661); Blue value is 237 (92.97% from 255 or 35.85% from 661); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBAED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEBAED is #114512. Grayscale: #CFCFCF. Windows color (decimal): -1131795 or 15579886. OLE color: 15579886.
HSL color Cylindrical-coordinate representation of color #EEBAED: hue angle of 301.15º 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 #EEBAED is Cyan = 0, Magento = 0.22, Yellow = 0.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 186 | 237 | - |
| CMYK | 0 | 0.22 | 0.00 | 0.07 |
| HSL | 301.15º | 0.6% | 0.83% | - |
| HSV(B) | 301.15º | 0.22% | 0.93% | - |
| XYZ | 68.1 | 59.41 | 88 | - |
| YUV | 207.36 | 144.73 | 149.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 186 | 237 | 0 | 0.22 | 0.00 | 0.07 | 301.15 | 0.6 | 0.83 |
| Hex | EE | BA | ED | 0 | 16 | 0 | 7 | 12D | 3C | 53 |
| Octal | 356 | 272 | 355 | 0 | 26 | 0 | 7 | 455 | 74 | 123 |
| Binary | 11101110 | 10111010 | 11101101 | 0 | 10110 | 0 | 111 | 100101101 | 111100 | 1010011 |
Color Harmonies of #EEBAED
Complementary color
Monochromatic Colors of #EEBAED
Black with #EEBAED
Text Example
Text Example
White with #EEBAED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBAED; }
p { color: rgb(238,186,237); }
H1.HeaderClassName
{
color: #EEBAED;
}
.AnyTagClassName
{
color: #EEBAED;
}
</style>
background-color css
<style>
a { background-color: #EEBAED; }
a { background-color: rgb(238,186,237); }
div.DivClassName
{
background-color: #EEBAED;
}
.BgClassName
{
background-color: #EEBAED;
}
</style>
border-color css
<style>
span { border-color: #EEBAED; }
span { border-color: rgb(238,186,237); }
td.TdClassName
{
border-color: #EEBAED;
}
.TagClassName
{
border-color: #EEBAED;
}
</style>