Shades of French Lilac #ECB9DA
Tints of French Lilac #ECB9DA
RGB
CMYK
RGB Variations
Color information
#ECB9DA (or 0xECB9DA) is known color: French Lilac. HEX triplet: EC, B9 and DA. RGB value is (236,185,218). Sum of RGB (Red+Green+Blue) = 236+185+218=639 (84% of max value = 765). Red value is 236 (92.58% from 255 or 36.93% from 639); Green value is 185 (72.66% from 255 or 28.95% from 639); Blue value is 218 (85.55% from 255 or 34.12% from 639); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB9DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECB9DA is #134625. Grayscale: #CBCBCB. Windows color (decimal): -1263142 or 14334444. OLE color: 14334444.
HSL color Cylindrical-coordinate representation of color #ECB9DA: hue angle of 321.18º 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 #ECB9DA is Cyan = 0, Magento = 0.22, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 185 | 218 | - |
| CMYK | 0 | 0.22 | 0.08 | 0.07 |
| HSL | 321.18º | 0.57% | 0.83% | - |
| HSV(B) | 321.18º | 0.22% | 0.93% | - |
| XYZ | 64.6 | 57.59 | 74.04 | - |
| YUV | 204.01 | 135.9 | 150.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 185 | 218 | 0 | 0.22 | 0.08 | 0.07 | 321.18 | 0.57 | 0.83 |
| Hex | EC | B9 | DA | 0 | 16 | 8 | 7 | 141 | 39 | 53 |
| Octal | 354 | 271 | 332 | 0 | 26 | 10 | 7 | 501 | 71 | 123 |
| Binary | 11101100 | 10111001 | 11011010 | 0 | 10110 | 1000 | 111 | 101000001 | 111001 | 1010011 |
Color Harmonies of #ECB9DA
Complementary color
Monochromatic Colors of #ECB9DA
Black with #ECB9DA
Text Example
Text Example
White with #ECB9DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB9DA; }
p { color: rgb(236,185,218); }
H1.HeaderClassName
{
color: #ECB9DA;
}
.AnyTagClassName
{
color: #ECB9DA;
}
</style>
background-color css
<style>
a { background-color: #ECB9DA; }
a { background-color: rgb(236,185,218); }
div.DivClassName
{
background-color: #ECB9DA;
}
.BgClassName
{
background-color: #ECB9DA;
}
</style>
border-color css
<style>
span { border-color: #ECB9DA; }
span { border-color: rgb(236,185,218); }
td.TdClassName
{
border-color: #ECB9DA;
}
.TagClassName
{
border-color: #ECB9DA;
}
</style>