Shades of French Lilac #ECB9DF
Tints of French Lilac #ECB9DF
RGB
CMYK
RGB Variations
Color information
#ECB9DF (or 0xECB9DF) is known color: French Lilac. HEX triplet: EC, B9 and DF. RGB value is (236,185,223). Sum of RGB (Red+Green+Blue) = 236+185+223=644 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.65% from 644); Green value is 185 (72.66% from 255 or 28.73% from 644); Blue value is 223 (87.5% from 255 or 34.63% from 644); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB9DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECB9DF is #134620. Grayscale: #CCCCCC. Windows color (decimal): -1263137 or 14662124. OLE color: 14662124.
HSL color Cylindrical-coordinate representation of color #ECB9DF: hue angle of 315.29º 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 #ECB9DF is Cyan = 0, Magento = 0.22, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 185 | 223 | - |
| CMYK | 0 | 0.22 | 0.06 | 0.07 |
| HSL | 315.29º | 0.57% | 0.83% | - |
| HSV(B) | 315.29º | 0.22% | 0.93% | - |
| XYZ | 65.26 | 57.86 | 77.54 | - |
| YUV | 204.58 | 138.4 | 150.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 185 | 223 | 0 | 0.22 | 0.06 | 0.07 | 315.29 | 0.57 | 0.83 |
| Hex | EC | B9 | DF | 0 | 16 | 6 | 7 | 13B | 39 | 53 |
| Octal | 354 | 271 | 337 | 0 | 26 | 6 | 7 | 473 | 71 | 123 |
| Binary | 11101100 | 10111001 | 11011111 | 0 | 10110 | 110 | 111 | 100111011 | 111001 | 1010011 |
Color Harmonies of #ECB9DF
Complementary color
Monochromatic Colors of #ECB9DF
Black with #ECB9DF
Text Example
Text Example
White with #ECB9DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB9DF; }
p { color: rgb(236,185,223); }
H1.HeaderClassName
{
color: #ECB9DF;
}
.AnyTagClassName
{
color: #ECB9DF;
}
</style>
background-color css
<style>
a { background-color: #ECB9DF; }
a { background-color: rgb(236,185,223); }
div.DivClassName
{
background-color: #ECB9DF;
}
.BgClassName
{
background-color: #ECB9DF;
}
</style>
border-color css
<style>
span { border-color: #ECB9DF; }
span { border-color: rgb(236,185,223); }
td.TdClassName
{
border-color: #ECB9DF;
}
.TagClassName
{
border-color: #ECB9DF;
}
</style>