Shades of French Lilac #ECB1DA
Tints of French Lilac #ECB1DA
RGB
CMYK
RGB Variations
Color information
#ECB1DA (or 0xECB1DA) is known color: French Lilac. HEX triplet: EC, B1 and DA. RGB value is (236,177,218). Sum of RGB (Red+Green+Blue) = 236+177+218=631 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.40% from 631); Green value is 177 (69.53% from 255 or 28.05% from 631); Blue value is 218 (85.55% from 255 or 34.55% from 631); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB1DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECB1DA is #134E25. Grayscale: #C7C7C7. Windows color (decimal): -1265190 or 14332396. OLE color: 14332396.
HSL color Cylindrical-coordinate representation of color #ECB1DA: hue angle of 318.31º degrees, saturation: 0.61, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ECB1DA is Cyan = 0, Magento = 0.25, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 177 | 218 | - |
| CMYK | 0 | 0.25 | 0.08 | 0.07 |
| HSL | 318.31º | 0.61% | 0.81% | - |
| HSV(B) | 318.31º | 0.25% | 0.93% | - |
| XYZ | 62.97 | 54.34 | 73.5 | - |
| YUV | 199.32 | 138.55 | 154.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 177 | 218 | 0 | 0.25 | 0.08 | 0.07 | 318.31 | 0.61 | 0.81 |
| Hex | EC | B1 | DA | 0 | 19 | 8 | 7 | 13E | 3D | 51 |
| Octal | 354 | 261 | 332 | 0 | 31 | 10 | 7 | 476 | 75 | 121 |
| Binary | 11101100 | 10110001 | 11011010 | 0 | 11001 | 1000 | 111 | 100111110 | 111101 | 1010001 |
Color Harmonies of #ECB1DA
Complementary color
Monochromatic Colors of #ECB1DA
Black with #ECB1DA
Text Example
Text Example
White with #ECB1DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB1DA; }
p { color: rgb(236,177,218); }
H1.HeaderClassName
{
color: #ECB1DA;
}
.AnyTagClassName
{
color: #ECB1DA;
}
</style>
background-color css
<style>
a { background-color: #ECB1DA; }
a { background-color: rgb(236,177,218); }
div.DivClassName
{
background-color: #ECB1DA;
}
.BgClassName
{
background-color: #ECB1DA;
}
</style>
border-color css
<style>
span { border-color: #ECB1DA; }
span { border-color: rgb(236,177,218); }
td.TdClassName
{
border-color: #ECB1DA;
}
.TagClassName
{
border-color: #ECB1DA;
}
</style>