Shades of French Lilac #ECBCED
Tints of French Lilac #ECBCED
RGB
CMYK
RGB Variations
Color information
#ECBCED (or 0xECBCED) is known color: French Lilac. HEX triplet: EC, BC and ED. RGB value is (236,188,237). Sum of RGB (Red+Green+Blue) = 236+188+237=661 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.70% from 661); Green value is 188 (73.83% from 255 or 28.44% from 661); Blue value is 237 (92.97% from 255 or 35.85% from 661); Max value from RGB is 237 - color contains mainly: blue. Hex color #ECBCED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECBCED is #134312. Grayscale: #CFCFCF. Windows color (decimal): -1262355 or 15580396. OLE color: 15580396.
HSL color Cylindrical-coordinate representation of color #ECBCED: hue angle of 298.78º degrees, saturation: 0.58, 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 #ECBCED is Cyan = 0.00, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 188 | 237 | - |
| CMYK | 0.00 | 0.21 | 0 | 0.07 |
| HSL | 298.78º | 0.58% | 0.83% | - |
| HSV(B) | 298.78º | 0.21% | 0.93% | - |
| XYZ | 67.86 | 59.91 | 88.11 | - |
| YUV | 207.94 | 144.4 | 148.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 188 | 237 | 0.00 | 0.21 | 0 | 0.07 | 298.78 | 0.58 | 0.83 |
| Hex | EC | BC | ED | 0 | 15 | 0 | 7 | 12B | 3A | 53 |
| Octal | 354 | 274 | 355 | 0 | 25 | 0 | 7 | 453 | 72 | 123 |
| Binary | 11101100 | 10111100 | 11101101 | 0 | 10101 | 0 | 111 | 100101011 | 111010 | 1010011 |
Color Harmonies of #ECBCED
Complementary color
Monochromatic Colors of #ECBCED
Black with #ECBCED
Text Example
Text Example
White with #ECBCED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBCED; }
p { color: rgb(236,188,237); }
H1.HeaderClassName
{
color: #ECBCED;
}
.AnyTagClassName
{
color: #ECBCED;
}
</style>
background-color css
<style>
a { background-color: #ECBCED; }
a { background-color: rgb(236,188,237); }
div.DivClassName
{
background-color: #ECBCED;
}
.BgClassName
{
background-color: #ECBCED;
}
</style>
border-color css
<style>
span { border-color: #ECBCED; }
span { border-color: rgb(236,188,237); }
td.TdClassName
{
border-color: #ECBCED;
}
.TagClassName
{
border-color: #ECBCED;
}
</style>