Shades of French Lilac #ECB9E0
Tints of French Lilac #ECB9E0
RGB
CMYK
RGB Variations
Color information
#ECB9E0 (or 0xECB9E0) is known color: French Lilac. HEX triplet: EC, B9 and E0. RGB value is (236,185,224). Sum of RGB (Red+Green+Blue) = 236+185+224=645 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.59% from 645); Green value is 185 (72.66% from 255 or 28.68% from 645); Blue value is 224 (87.89% from 255 or 34.73% from 645); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB9E0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECB9E0 is #13461F. Grayscale: #CCCCCC. Windows color (decimal): -1263136 or 14727660. OLE color: 14727660.
HSL color Cylindrical-coordinate representation of color #ECB9E0: hue angle of 314.12º degrees, saturation: 0.57, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ECB9E0 is Cyan = 0, Magento = 0.22, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 185 | 224 | - |
| CMYK | 0 | 0.22 | 0.05 | 0.07 |
| HSL | 314.12º | 0.57% | 0.83% | - |
| HSV(B) | 314.12º | 0.22% | 0.93% | - |
| XYZ | 65.4 | 57.91 | 78.25 | - |
| YUV | 204.7 | 138.9 | 150.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 185 | 224 | 0 | 0.22 | 0.05 | 0.07 | 314.12 | 0.57 | 0.83 |
| Hex | EC | B9 | E0 | 0 | 16 | 5 | 7 | 13A | 39 | 53 |
| Octal | 354 | 271 | 340 | 0 | 26 | 5 | 7 | 472 | 71 | 123 |
| Binary | 11101100 | 10111001 | 11100000 | 0 | 10110 | 101 | 111 | 100111010 | 111001 | 1010011 |
Color Harmonies of #ECB9E0
Complementary color
Monochromatic Colors of #ECB9E0
Black with #ECB9E0
Text Example
Text Example
White with #ECB9E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB9E0; }
p { color: rgb(236,185,224); }
H1.HeaderClassName
{
color: #ECB9E0;
}
.AnyTagClassName
{
color: #ECB9E0;
}
</style>
background-color css
<style>
a { background-color: #ECB9E0; }
a { background-color: rgb(236,185,224); }
div.DivClassName
{
background-color: #ECB9E0;
}
.BgClassName
{
background-color: #ECB9E0;
}
</style>
border-color css
<style>
span { border-color: #ECB9E0; }
span { border-color: rgb(236,185,224); }
td.TdClassName
{
border-color: #ECB9E0;
}
.TagClassName
{
border-color: #ECB9E0;
}
</style>