Shades of French Lilac #ECB3D9
Tints of French Lilac #ECB3D9
RGB
CMYK
RGB Variations
Color information
#ECB3D9 (or 0xECB3D9) is known color: French Lilac. HEX triplet: EC, B3 and D9. RGB value is (236,179,217). Sum of RGB (Red+Green+Blue) = 236+179+217=632 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.34% from 632); Green value is 179 (70.31% from 255 or 28.32% from 632); Blue value is 217 (85.16% from 255 or 34.34% from 632); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB3D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECB3D9 is #134C26. Grayscale: #C8C8C8. Windows color (decimal): -1264679 or 14267372. OLE color: 14267372.
HSL color Cylindrical-coordinate representation of color #ECB3D9: hue angle of 320º degrees, saturation: 0.6, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ECB3D9 is Cyan = 0, Magento = 0.24, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 179 | 217 | - |
| CMYK | 0 | 0.24 | 0.08 | 0.07 |
| HSL | 320º | 0.6% | 0.81% | - |
| HSV(B) | 320º | 0.24% | 0.93% | - |
| XYZ | 63.24 | 55.08 | 72.94 | - |
| YUV | 200.38 | 137.38 | 153.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 179 | 217 | 0 | 0.24 | 0.08 | 0.07 | 320 | 0.6 | 0.81 |
| Hex | EC | B3 | D9 | 0 | 18 | 8 | 7 | 140 | 3C | 51 |
| Octal | 354 | 263 | 331 | 0 | 30 | 10 | 7 | 500 | 74 | 121 |
| Binary | 11101100 | 10110011 | 11011001 | 0 | 11000 | 1000 | 111 | 101000000 | 111100 | 1010001 |
Color Harmonies of #ECB3D9
Complementary color
Monochromatic Colors of #ECB3D9
Black with #ECB3D9
Text Example
Text Example
White with #ECB3D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB3D9; }
p { color: rgb(236,179,217); }
H1.HeaderClassName
{
color: #ECB3D9;
}
.AnyTagClassName
{
color: #ECB3D9;
}
</style>
background-color css
<style>
a { background-color: #ECB3D9; }
a { background-color: rgb(236,179,217); }
div.DivClassName
{
background-color: #ECB3D9;
}
.BgClassName
{
background-color: #ECB3D9;
}
</style>
border-color css
<style>
span { border-color: #ECB3D9; }
span { border-color: rgb(236,179,217); }
td.TdClassName
{
border-color: #ECB3D9;
}
.TagClassName
{
border-color: #ECB3D9;
}
</style>