Shades of French Lilac #ECBCDF
Tints of French Lilac #ECBCDF
RGB
CMYK
RGB Variations
Color information
#ECBCDF (or 0xECBCDF) is known color: French Lilac. HEX triplet: EC, BC and DF. RGB value is (236,188,223). Sum of RGB (Red+Green+Blue) = 236+188+223=647 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.48% from 647); Green value is 188 (73.83% from 255 or 29.06% from 647); Blue value is 223 (87.5% from 255 or 34.47% from 647); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBCDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECBCDF is #134320. Grayscale: #CECECE. Windows color (decimal): -1262369 or 14662892. OLE color: 14662892.
HSL color Cylindrical-coordinate representation of color #ECBCDF: hue angle of 316.25º 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 #ECBCDF is Cyan = 0, Magento = 0.20, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 188 | 223 | - |
| CMYK | 0 | 0.20 | 0.06 | 0.07 |
| HSL | 316.25º | 0.56% | 0.83% | - |
| HSV(B) | 316.25º | 0.2% | 0.93% | - |
| XYZ | 65.89 | 59.13 | 77.75 | - |
| YUV | 206.34 | 137.4 | 149.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 188 | 223 | 0 | 0.20 | 0.06 | 0.07 | 316.25 | 0.56 | 0.83 |
| Hex | EC | BC | DF | 0 | 14 | 6 | 7 | 13C | 38 | 53 |
| Octal | 354 | 274 | 337 | 0 | 24 | 6 | 7 | 474 | 70 | 123 |
| Binary | 11101100 | 10111100 | 11011111 | 0 | 10100 | 110 | 111 | 100111100 | 111000 | 1010011 |
Color Harmonies of #ECBCDF
Complementary color
Monochromatic Colors of #ECBCDF
Black with #ECBCDF
Text Example
Text Example
White with #ECBCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBCDF; }
p { color: rgb(236,188,223); }
H1.HeaderClassName
{
color: #ECBCDF;
}
.AnyTagClassName
{
color: #ECBCDF;
}
</style>
background-color css
<style>
a { background-color: #ECBCDF; }
a { background-color: rgb(236,188,223); }
div.DivClassName
{
background-color: #ECBCDF;
}
.BgClassName
{
background-color: #ECBCDF;
}
</style>
border-color css
<style>
span { border-color: #ECBCDF; }
span { border-color: rgb(236,188,223); }
td.TdClassName
{
border-color: #ECBCDF;
}
.TagClassName
{
border-color: #ECBCDF;
}
</style>