Shades of French Lilac #ECBDE5
Tints of French Lilac #ECBDE5
RGB
CMYK
RGB Variations
Color information
#ECBDE5 (or 0xECBDE5) is known color: French Lilac. HEX triplet: EC, BD and E5. RGB value is (236,189,229). Sum of RGB (Red+Green+Blue) = 236+189+229=654 (86% of max value = 765). Red value is 236 (92.58% from 255 or 36.09% from 654); Green value is 189 (74.22% from 255 or 28.90% from 654); Blue value is 229 (89.84% from 255 or 35.02% from 654); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBDE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECBDE5 is #13421A. Grayscale: #CFCFCF. Windows color (decimal): -1262107 or 15056364. OLE color: 15056364.
HSL color Cylindrical-coordinate representation of color #ECBDE5: hue angle of 308.94º 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 #ECBDE5 is Cyan = 0, Magento = 0.20, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 189 | 229 | - |
| CMYK | 0 | 0.20 | 0.03 | 0.07 |
| HSL | 308.94º | 0.55% | 0.83% | - |
| HSV(B) | 308.94º | 0.2% | 0.93% | - |
| XYZ | 66.93 | 59.89 | 82.16 | - |
| YUV | 207.61 | 140.07 | 148.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 189 | 229 | 0 | 0.20 | 0.03 | 0.07 | 308.94 | 0.55 | 0.83 |
| Hex | EC | BD | E5 | 0 | 14 | 3 | 7 | 135 | 37 | 53 |
| Octal | 354 | 275 | 345 | 0 | 24 | 3 | 7 | 465 | 67 | 123 |
| Binary | 11101100 | 10111101 | 11100101 | 0 | 10100 | 11 | 111 | 100110101 | 110111 | 1010011 |
Color Harmonies of #ECBDE5
Complementary color
Monochromatic Colors of #ECBDE5
Black with #ECBDE5
Text Example
Text Example
White with #ECBDE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBDE5; }
p { color: rgb(236,189,229); }
H1.HeaderClassName
{
color: #ECBDE5;
}
.AnyTagClassName
{
color: #ECBDE5;
}
</style>
background-color css
<style>
a { background-color: #ECBDE5; }
a { background-color: rgb(236,189,229); }
div.DivClassName
{
background-color: #ECBDE5;
}
.BgClassName
{
background-color: #ECBDE5;
}
</style>
border-color css
<style>
span { border-color: #ECBDE5; }
span { border-color: rgb(236,189,229); }
td.TdClassName
{
border-color: #ECBDE5;
}
.TagClassName
{
border-color: #ECBDE5;
}
</style>