Shades of French Lilac #ECBCE5
Tints of French Lilac #ECBCE5
RGB
CMYK
RGB Variations
Color information
#ECBCE5 (or 0xECBCE5) is known color: French Lilac. HEX triplet: EC, BC and E5. RGB value is (236,188,229). Sum of RGB (Red+Green+Blue) = 236+188+229=653 (86% of max value = 765). Red value is 236 (92.58% from 255 or 36.14% from 653); Green value is 188 (73.83% from 255 or 28.79% from 653); Blue value is 229 (89.84% from 255 or 35.07% from 653); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBCE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECBCE5 is #13431A. Grayscale: #CECECE. Windows color (decimal): -1262363 or 15056108. OLE color: 15056108.
HSL color Cylindrical-coordinate representation of color #ECBCE5: hue angle of 308.75º degrees, saturation: 0.56, 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 #ECBCE5 is Cyan = 0, Magento = 0.20, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 188 | 229 | - |
| CMYK | 0 | 0.20 | 0.03 | 0.07 |
| HSL | 308.75º | 0.56% | 0.83% | - |
| HSV(B) | 308.75º | 0.2% | 0.93% | - |
| XYZ | 66.72 | 59.46 | 82.09 | - |
| YUV | 207.03 | 140.4 | 148.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 188 | 229 | 0 | 0.20 | 0.03 | 0.07 | 308.75 | 0.56 | 0.83 |
| Hex | EC | BC | E5 | 0 | 14 | 3 | 7 | 135 | 38 | 53 |
| Octal | 354 | 274 | 345 | 0 | 24 | 3 | 7 | 465 | 70 | 123 |
| Binary | 11101100 | 10111100 | 11100101 | 0 | 10100 | 11 | 111 | 100110101 | 111000 | 1010011 |
Color Harmonies of #ECBCE5
Complementary color
Monochromatic Colors of #ECBCE5
Black with #ECBCE5
Text Example
Text Example
White with #ECBCE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBCE5; }
p { color: rgb(236,188,229); }
H1.HeaderClassName
{
color: #ECBCE5;
}
.AnyTagClassName
{
color: #ECBCE5;
}
</style>
background-color css
<style>
a { background-color: #ECBCE5; }
a { background-color: rgb(236,188,229); }
div.DivClassName
{
background-color: #ECBCE5;
}
.BgClassName
{
background-color: #ECBCE5;
}
</style>
border-color css
<style>
span { border-color: #ECBCE5; }
span { border-color: rgb(236,188,229); }
td.TdClassName
{
border-color: #ECBCE5;
}
.TagClassName
{
border-color: #ECBCE5;
}
</style>