Shades of French Lilac #EEBADD
Tints of French Lilac #EEBADD
RGB
CMYK
RGB Variations
Color information
#EEBADD (or 0xEEBADD) is known color: French Lilac. HEX triplet: EE, BA and DD. RGB value is (238,186,221). Sum of RGB (Red+Green+Blue) = 238+186+221=645 (85% of max value = 765). Red value is 238 (93.36% from 255 or 36.90% from 645); Green value is 186 (73.05% from 255 or 28.84% from 645); Blue value is 221 (86.72% from 255 or 34.26% from 645); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBADD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEBADD is #114522. Grayscale: #CDCDCD. Windows color (decimal): -1131811 or 14531310. OLE color: 14531310.
HSL color Cylindrical-coordinate representation of color #EEBADD: hue angle of 319.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 #EEBADD is Cyan = 0, Magento = 0.22, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 186 | 221 | - |
| CMYK | 0 | 0.22 | 0.07 | 0.07 |
| HSL | 319.62º | 0.6% | 0.83% | - |
| HSV(B) | 319.62º | 0.22% | 0.93% | - |
| XYZ | 65.87 | 58.52 | 76.23 | - |
| YUV | 205.54 | 136.73 | 151.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 186 | 221 | 0 | 0.22 | 0.07 | 0.07 | 319.62 | 0.6 | 0.83 |
| Hex | EE | BA | DD | 0 | 16 | 7 | 7 | 140 | 3C | 53 |
| Octal | 356 | 272 | 335 | 0 | 26 | 7 | 7 | 500 | 74 | 123 |
| Binary | 11101110 | 10111010 | 11011101 | 0 | 10110 | 111 | 111 | 101000000 | 111100 | 1010011 |
Color Harmonies of #EEBADD
Complementary color
Monochromatic Colors of #EEBADD
Black with #EEBADD
Text Example
Text Example
White with #EEBADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBADD; }
p { color: rgb(238,186,221); }
H1.HeaderClassName
{
color: #EEBADD;
}
.AnyTagClassName
{
color: #EEBADD;
}
</style>
background-color css
<style>
a { background-color: #EEBADD; }
a { background-color: rgb(238,186,221); }
div.DivClassName
{
background-color: #EEBADD;
}
.BgClassName
{
background-color: #EEBADD;
}
</style>
border-color css
<style>
span { border-color: #EEBADD; }
span { border-color: rgb(238,186,221); }
td.TdClassName
{
border-color: #EEBADD;
}
.TagClassName
{
border-color: #EEBADD;
}
</style>