Shades of French Lilac #ECB9DE
Tints of French Lilac #ECB9DE
RGB
CMYK
RGB Variations
Color information
#ECB9DE (or 0xECB9DE) is known color: French Lilac. HEX triplet: EC, B9 and DE. RGB value is (236,185,222). Sum of RGB (Red+Green+Blue) = 236+185+222=643 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.70% from 643); Green value is 185 (72.66% from 255 or 28.77% from 643); Blue value is 222 (87.11% from 255 or 34.53% from 643); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB9DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECB9DE is #134621. Grayscale: #CCCCCC. Windows color (decimal): -1263138 or 14596588. OLE color: 14596588.
HSL color Cylindrical-coordinate representation of color #ECB9DE: hue angle of 316.47º 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 #ECB9DE is Cyan = 0, Magento = 0.22, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 185 | 222 | - |
| CMYK | 0 | 0.22 | 0.06 | 0.07 |
| HSL | 316.47º | 0.57% | 0.83% | - |
| HSV(B) | 316.47º | 0.22% | 0.93% | - |
| XYZ | 65.13 | 57.8 | 76.83 | - |
| YUV | 204.47 | 137.9 | 150.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 185 | 222 | 0 | 0.22 | 0.06 | 0.07 | 316.47 | 0.57 | 0.83 |
| Hex | EC | B9 | DE | 0 | 16 | 6 | 7 | 13C | 39 | 53 |
| Octal | 354 | 271 | 336 | 0 | 26 | 6 | 7 | 474 | 71 | 123 |
| Binary | 11101100 | 10111001 | 11011110 | 0 | 10110 | 110 | 111 | 100111100 | 111001 | 1010011 |
Color Harmonies of #ECB9DE
Complementary color
Monochromatic Colors of #ECB9DE
Black with #ECB9DE
Text Example
Text Example
White with #ECB9DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB9DE; }
p { color: rgb(236,185,222); }
H1.HeaderClassName
{
color: #ECB9DE;
}
.AnyTagClassName
{
color: #ECB9DE;
}
</style>
background-color css
<style>
a { background-color: #ECB9DE; }
a { background-color: rgb(236,185,222); }
div.DivClassName
{
background-color: #ECB9DE;
}
.BgClassName
{
background-color: #ECB9DE;
}
</style>
border-color css
<style>
span { border-color: #ECB9DE; }
span { border-color: rgb(236,185,222); }
td.TdClassName
{
border-color: #ECB9DE;
}
.TagClassName
{
border-color: #ECB9DE;
}
</style>