Shades of French Lilac #ECBBDE
Tints of French Lilac #ECBBDE
RGB
CMYK
RGB Variations
Color information
#ECBBDE (or 0xECBBDE) is known color: French Lilac. HEX triplet: EC, BB and DE. RGB value is (236,187,222). Sum of RGB (Red+Green+Blue) = 236+187+222=645 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.59% from 645); Green value is 187 (73.44% from 255 or 28.99% from 645); Blue value is 222 (87.11% from 255 or 34.42% from 645); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBBDE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECBBDE is #134421. Grayscale: #CDCDCD. Windows color (decimal): -1262626 or 14597100. OLE color: 14597100.
HSL color Cylindrical-coordinate representation of color #ECBBDE: hue angle of 317.14º 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 #ECBBDE is Cyan = 0, Magento = 0.21, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 187 | 222 | - |
| CMYK | 0 | 0.21 | 0.06 | 0.07 |
| HSL | 317.14º | 0.56% | 0.83% | - |
| HSV(B) | 317.14º | 0.21% | 0.93% | - |
| XYZ | 65.55 | 58.65 | 76.97 | - |
| YUV | 205.64 | 137.23 | 149.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 187 | 222 | 0 | 0.21 | 0.06 | 0.07 | 317.14 | 0.56 | 0.83 |
| Hex | EC | BB | DE | 0 | 15 | 6 | 7 | 13D | 38 | 53 |
| Octal | 354 | 273 | 336 | 0 | 25 | 6 | 7 | 475 | 70 | 123 |
| Binary | 11101100 | 10111011 | 11011110 | 0 | 10101 | 110 | 111 | 100111101 | 111000 | 1010011 |
Color Harmonies of #ECBBDE
Complementary color
Monochromatic Colors of #ECBBDE
Black with #ECBBDE
Text Example
Text Example
White with #ECBBDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBBDE; }
p { color: rgb(236,187,222); }
H1.HeaderClassName
{
color: #ECBBDE;
}
.AnyTagClassName
{
color: #ECBBDE;
}
</style>
background-color css
<style>
a { background-color: #ECBBDE; }
a { background-color: rgb(236,187,222); }
div.DivClassName
{
background-color: #ECBBDE;
}
.BgClassName
{
background-color: #ECBBDE;
}
</style>
border-color css
<style>
span { border-color: #ECBBDE; }
span { border-color: rgb(236,187,222); }
td.TdClassName
{
border-color: #ECBBDE;
}
.TagClassName
{
border-color: #ECBBDE;
}
</style>