Shades of French Lilac #ECB5D9
Tints of French Lilac #ECB5D9
RGB
CMYK
RGB Variations
Color information
#ECB5D9 (or 0xECB5D9) is known color: French Lilac. HEX triplet: EC, B5 and D9. RGB value is (236,181,217). Sum of RGB (Red+Green+Blue) = 236+181+217=634 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.22% from 634); Green value is 181 (71.09% from 255 or 28.55% from 634); Blue value is 217 (85.16% from 255 or 34.23% from 634); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB5D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECB5D9 is #134A26. Grayscale: #C9C9C9. Windows color (decimal): -1264167 or 14267884. OLE color: 14267884.
HSL color Cylindrical-coordinate representation of color #ECB5D9: hue angle of 320.73º degrees, saturation: 0.59, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ECB5D9 is Cyan = 0, Magento = 0.23, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 181 | 217 | - |
| CMYK | 0 | 0.23 | 0.08 | 0.07 |
| HSL | 320.73º | 0.59% | 0.82% | - |
| HSV(B) | 320.73º | 0.23% | 0.93% | - |
| XYZ | 63.64 | 55.89 | 73.08 | - |
| YUV | 201.55 | 136.72 | 152.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 181 | 217 | 0 | 0.23 | 0.08 | 0.07 | 320.73 | 0.59 | 0.82 |
| Hex | EC | B5 | D9 | 0 | 17 | 8 | 7 | 141 | 3B | 52 |
| Octal | 354 | 265 | 331 | 0 | 27 | 10 | 7 | 501 | 73 | 122 |
| Binary | 11101100 | 10110101 | 11011001 | 0 | 10111 | 1000 | 111 | 101000001 | 111011 | 1010010 |
Color Harmonies of #ECB5D9
Complementary color
Monochromatic Colors of #ECB5D9
Black with #ECB5D9
Text Example
Text Example
White with #ECB5D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB5D9; }
p { color: rgb(236,181,217); }
H1.HeaderClassName
{
color: #ECB5D9;
}
.AnyTagClassName
{
color: #ECB5D9;
}
</style>
background-color css
<style>
a { background-color: #ECB5D9; }
a { background-color: rgb(236,181,217); }
div.DivClassName
{
background-color: #ECB5D9;
}
.BgClassName
{
background-color: #ECB5D9;
}
</style>
border-color css
<style>
span { border-color: #ECB5D9; }
span { border-color: rgb(236,181,217); }
td.TdClassName
{
border-color: #ECB5D9;
}
.TagClassName
{
border-color: #ECB5D9;
}
</style>