Shades of French Lilac #ECBCDE
Tints of French Lilac #ECBCDE
RGB
CMYK
RGB Variations
Color information
#ECBCDE (or 0xECBCDE) is known color: French Lilac. HEX triplet: EC, BC and DE. RGB value is (236,188,222). Sum of RGB (Red+Green+Blue) = 236+188+222=646 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.53% from 646); Green value is 188 (73.83% from 255 or 29.10% from 646); Blue value is 222 (87.11% from 255 or 34.37% from 646); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBCDE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECBCDE is #134321. Grayscale: #CECECE. Windows color (decimal): -1262370 or 14597356. OLE color: 14597356.
HSL color Cylindrical-coordinate representation of color #ECBCDE: hue angle of 317.5º degrees, saturation: 0.56, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ECBCDE is Cyan = 0, Magento = 0.20, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 188 | 222 | - |
| CMYK | 0 | 0.20 | 0.06 | 0.07 |
| HSL | 317.5º | 0.56% | 0.83% | - |
| HSV(B) | 317.5º | 0.2% | 0.93% | - |
| XYZ | 65.76 | 59.07 | 77.04 | - |
| YUV | 206.23 | 136.9 | 149.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 188 | 222 | 0 | 0.20 | 0.06 | 0.07 | 317.5 | 0.56 | 0.83 |
| Hex | EC | BC | DE | 0 | 14 | 6 | 7 | 13E | 38 | 53 |
| Octal | 354 | 274 | 336 | 0 | 24 | 6 | 7 | 476 | 70 | 123 |
| Binary | 11101100 | 10111100 | 11011110 | 0 | 10100 | 110 | 111 | 100111110 | 111000 | 1010011 |
Color Harmonies of #ECBCDE
Complementary color
Monochromatic Colors of #ECBCDE
Black with #ECBCDE
Text Example
Text Example
White with #ECBCDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBCDE; }
p { color: rgb(236,188,222); }
H1.HeaderClassName
{
color: #ECBCDE;
}
.AnyTagClassName
{
color: #ECBCDE;
}
</style>
background-color css
<style>
a { background-color: #ECBCDE; }
a { background-color: rgb(236,188,222); }
div.DivClassName
{
background-color: #ECBCDE;
}
.BgClassName
{
background-color: #ECBCDE;
}
</style>
border-color css
<style>
span { border-color: #ECBCDE; }
span { border-color: rgb(236,188,222); }
td.TdClassName
{
border-color: #ECBCDE;
}
.TagClassName
{
border-color: #ECBCDE;
}
</style>