Shades of French Lilac #ECBFEB
Tints of French Lilac #ECBFEB
RGB
CMYK
RGB Variations
Color information
#ECBFEB (or 0xECBFEB) is known color: French Lilac. HEX triplet: EC, BF and EB. RGB value is (236,191,235). Sum of RGB (Red+Green+Blue) = 236+191+235=662 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.65% from 662); Green value is 191 (75% from 255 or 28.85% from 662); Blue value is 235 (92.19% from 255 or 35.50% from 662); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBFEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECBFEB is #134014. Grayscale: #D1D1D1. Windows color (decimal): -1261589 or 15450092. OLE color: 15450092.
HSL color Cylindrical-coordinate representation of color #ECBFEB: hue angle of 301.33º degrees, saturation: 0.54, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ECBFEB is Cyan = 0, Magento = 0.19, Yellow = 0.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 191 | 235 | - |
| CMYK | 0 | 0.19 | 0.00 | 0.07 |
| HSL | 301.33º | 0.54% | 0.84% | - |
| HSV(B) | 301.33º | 0.19% | 0.93% | - |
| XYZ | 68.22 | 61.09 | 86.79 | - |
| YUV | 209.47 | 142.41 | 146.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 191 | 235 | 0 | 0.19 | 0.00 | 0.07 | 301.33 | 0.54 | 0.84 |
| Hex | EC | BF | EB | 0 | 13 | 0 | 7 | 12D | 36 | 54 |
| Octal | 354 | 277 | 353 | 0 | 23 | 0 | 7 | 455 | 66 | 124 |
| Binary | 11101100 | 10111111 | 11101011 | 0 | 10011 | 0 | 111 | 100101101 | 110110 | 1010100 |
Color Harmonies of #ECBFEB
Complementary color
Monochromatic Colors of #ECBFEB
Black with #ECBFEB
Text Example
Text Example
White with #ECBFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBFEB; }
p { color: rgb(236,191,235); }
H1.HeaderClassName
{
color: #ECBFEB;
}
.AnyTagClassName
{
color: #ECBFEB;
}
</style>
background-color css
<style>
a { background-color: #ECBFEB; }
a { background-color: rgb(236,191,235); }
div.DivClassName
{
background-color: #ECBFEB;
}
.BgClassName
{
background-color: #ECBFEB;
}
</style>
border-color css
<style>
span { border-color: #ECBFEB; }
span { border-color: rgb(236,191,235); }
td.TdClassName
{
border-color: #ECBFEB;
}
.TagClassName
{
border-color: #ECBFEB;
}
</style>