Shades of French Lilac #EEBCDE
Tints of French Lilac #EEBCDE
RGB
CMYK
RGB Variations
Color information
#EEBCDE (or 0xEEBCDE) is known color: French Lilac. HEX triplet: EE, BC and DE. RGB value is (238,188,222). Sum of RGB (Red+Green+Blue) = 238+188+222=648 (85% of max value = 765). Red value is 238 (93.36% from 255 or 36.73% from 648); Green value is 188 (73.83% from 255 or 29.01% from 648); Blue value is 222 (87.11% from 255 or 34.26% from 648); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBCDE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEBCDE is #114321. Grayscale: #CECECE. Windows color (decimal): -1131298 or 14597358. OLE color: 14597358.
HSL color Cylindrical-coordinate representation of color #EEBCDE: hue angle of 319.2º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EEBCDE is Cyan = 0, Magento = 0.21, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 188 | 222 | - |
| CMYK | 0 | 0.21 | 0.07 | 0.07 |
| HSL | 319.2º | 0.6% | 0.84% | - |
| HSV(B) | 319.2º | 0.21% | 0.93% | - |
| XYZ | 66.43 | 59.42 | 77.07 | - |
| YUV | 206.83 | 136.57 | 150.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 188 | 222 | 0 | 0.21 | 0.07 | 0.07 | 319.2 | 0.6 | 0.84 |
| Hex | EE | BC | DE | 0 | 15 | 7 | 7 | 13F | 3C | 54 |
| Octal | 356 | 274 | 336 | 0 | 25 | 7 | 7 | 477 | 74 | 124 |
| Binary | 11101110 | 10111100 | 11011110 | 0 | 10101 | 111 | 111 | 100111111 | 111100 | 1010100 |
Color Harmonies of #EEBCDE
Complementary color
Monochromatic Colors of #EEBCDE
Black with #EEBCDE
Text Example
Text Example
White with #EEBCDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBCDE; }
p { color: rgb(238,188,222); }
H1.HeaderClassName
{
color: #EEBCDE;
}
.AnyTagClassName
{
color: #EEBCDE;
}
</style>
background-color css
<style>
a { background-color: #EEBCDE; }
a { background-color: rgb(238,188,222); }
div.DivClassName
{
background-color: #EEBCDE;
}
.BgClassName
{
background-color: #EEBCDE;
}
</style>
border-color css
<style>
span { border-color: #EEBCDE; }
span { border-color: rgb(238,188,222); }
td.TdClassName
{
border-color: #EEBCDE;
}
.TagClassName
{
border-color: #EEBCDE;
}
</style>