Shades of French Lilac #EEBBDD
Tints of French Lilac #EEBBDD
RGB
CMYK
RGB Variations
Color information
#EEBBDD (or 0xEEBBDD) is known color: French Lilac. HEX triplet: EE, BB and DD. RGB value is (238,187,221). Sum of RGB (Red+Green+Blue) = 238+187+221=646 (85% of max value = 765). Red value is 238 (93.36% from 255 or 36.84% from 646); Green value is 187 (73.44% from 255 or 28.95% from 646); Blue value is 221 (86.72% from 255 or 34.21% from 646); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBBDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEBBDD is #114422. Grayscale: #CECECE. Windows color (decimal): -1131555 or 14531566. OLE color: 14531566.
HSL color Cylindrical-coordinate representation of color #EEBBDD: hue angle of 320º degrees, saturation: 0.6, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EEBBDD is Cyan = 0, Magento = 0.21, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 187 | 221 | - |
| CMYK | 0 | 0.21 | 0.07 | 0.07 |
| HSL | 320º | 0.6% | 0.83% | - |
| HSV(B) | 320º | 0.21% | 0.93% | - |
| XYZ | 66.08 | 58.94 | 76.3 | - |
| YUV | 206.13 | 136.4 | 150.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 187 | 221 | 0 | 0.21 | 0.07 | 0.07 | 320 | 0.6 | 0.83 |
| Hex | EE | BB | DD | 0 | 15 | 7 | 7 | 140 | 3C | 53 |
| Octal | 356 | 273 | 335 | 0 | 25 | 7 | 7 | 500 | 74 | 123 |
| Binary | 11101110 | 10111011 | 11011101 | 0 | 10101 | 111 | 111 | 101000000 | 111100 | 1010011 |
Color Harmonies of #EEBBDD
Complementary color
Monochromatic Colors of #EEBBDD
Black with #EEBBDD
Text Example
Text Example
White with #EEBBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBBDD; }
p { color: rgb(238,187,221); }
H1.HeaderClassName
{
color: #EEBBDD;
}
.AnyTagClassName
{
color: #EEBBDD;
}
</style>
background-color css
<style>
a { background-color: #EEBBDD; }
a { background-color: rgb(238,187,221); }
div.DivClassName
{
background-color: #EEBBDD;
}
.BgClassName
{
background-color: #EEBBDD;
}
</style>
border-color css
<style>
span { border-color: #EEBBDD; }
span { border-color: rgb(238,187,221); }
td.TdClassName
{
border-color: #EEBBDD;
}
.TagClassName
{
border-color: #EEBBDD;
}
</style>