Shades of French Lilac #ECBBDF
Tints of French Lilac #ECBBDF
RGB
CMYK
RGB Variations
Color information
#ECBBDF (or 0xECBBDF) is known color: French Lilac. HEX triplet: EC, BB and DF. RGB value is (236,187,223). Sum of RGB (Red+Green+Blue) = 236+187+223=646 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.53% from 646); Green value is 187 (73.44% from 255 or 28.95% from 646); Blue value is 223 (87.5% from 255 or 34.52% from 646); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBBDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECBBDF is #134420. Grayscale: #CDCDCD. Windows color (decimal): -1262625 or 14662636. OLE color: 14662636.
HSL color Cylindrical-coordinate representation of color #ECBBDF: hue angle of 315.92º degrees, saturation: 0.56, 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 #ECBBDF is Cyan = 0, Magento = 0.21, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 187 | 223 | - |
| CMYK | 0 | 0.21 | 0.06 | 0.07 |
| HSL | 315.92º | 0.56% | 0.83% | - |
| HSV(B) | 315.92º | 0.21% | 0.93% | - |
| XYZ | 65.68 | 58.7 | 77.68 | - |
| YUV | 205.76 | 137.73 | 149.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 187 | 223 | 0 | 0.21 | 0.06 | 0.07 | 315.92 | 0.56 | 0.83 |
| Hex | EC | BB | DF | 0 | 15 | 6 | 7 | 13C | 38 | 53 |
| Octal | 354 | 273 | 337 | 0 | 25 | 6 | 7 | 474 | 70 | 123 |
| Binary | 11101100 | 10111011 | 11011111 | 0 | 10101 | 110 | 111 | 100111100 | 111000 | 1010011 |
Color Harmonies of #ECBBDF
Complementary color
Monochromatic Colors of #ECBBDF
Black with #ECBBDF
Text Example
Text Example
White with #ECBBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBBDF; }
p { color: rgb(236,187,223); }
H1.HeaderClassName
{
color: #ECBBDF;
}
.AnyTagClassName
{
color: #ECBBDF;
}
</style>
background-color css
<style>
a { background-color: #ECBBDF; }
a { background-color: rgb(236,187,223); }
div.DivClassName
{
background-color: #ECBBDF;
}
.BgClassName
{
background-color: #ECBBDF;
}
</style>
border-color css
<style>
span { border-color: #ECBBDF; }
span { border-color: rgb(236,187,223); }
td.TdClassName
{
border-color: #ECBBDF;
}
.TagClassName
{
border-color: #ECBBDF;
}
</style>