Shades of French Lilac #ECBDE0
Tints of French Lilac #ECBDE0
RGB
CMYK
RGB Variations
Color information
#ECBDE0 (or 0xECBDE0) is known color: French Lilac. HEX triplet: EC, BD and E0. RGB value is (236,189,224). Sum of RGB (Red+Green+Blue) = 236+189+224=649 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.36% from 649); Green value is 189 (74.22% from 255 or 29.12% from 649); Blue value is 224 (87.89% from 255 or 34.51% from 649); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBDE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECBDE0 is #13421F. Grayscale: #CECECE. Windows color (decimal): -1262112 or 14728684. OLE color: 14728684.
HSL color Cylindrical-coordinate representation of color #ECBDE0: hue angle of 315.32º degrees, saturation: 0.55, 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 #ECBDE0 is Cyan = 0, Magento = 0.20, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 189 | 224 | - |
| CMYK | 0 | 0.20 | 0.05 | 0.07 |
| HSL | 315.32º | 0.55% | 0.83% | - |
| HSV(B) | 315.32º | 0.2% | 0.93% | - |
| XYZ | 66.24 | 59.61 | 78.54 | - |
| YUV | 207.04 | 137.57 | 148.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 189 | 224 | 0 | 0.20 | 0.05 | 0.07 | 315.32 | 0.55 | 0.83 |
| Hex | EC | BD | E0 | 0 | 14 | 5 | 7 | 13B | 37 | 53 |
| Octal | 354 | 275 | 340 | 0 | 24 | 5 | 7 | 473 | 67 | 123 |
| Binary | 11101100 | 10111101 | 11100000 | 0 | 10100 | 101 | 111 | 100111011 | 110111 | 1010011 |
Color Harmonies of #ECBDE0
Complementary color
Monochromatic Colors of #ECBDE0
Black with #ECBDE0
Text Example
Text Example
White with #ECBDE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBDE0; }
p { color: rgb(236,189,224); }
H1.HeaderClassName
{
color: #ECBDE0;
}
.AnyTagClassName
{
color: #ECBDE0;
}
</style>
background-color css
<style>
a { background-color: #ECBDE0; }
a { background-color: rgb(236,189,224); }
div.DivClassName
{
background-color: #ECBDE0;
}
.BgClassName
{
background-color: #ECBDE0;
}
</style>
border-color css
<style>
span { border-color: #ECBDE0; }
span { border-color: rgb(236,189,224); }
td.TdClassName
{
border-color: #ECBDE0;
}
.TagClassName
{
border-color: #ECBDE0;
}
</style>