Shades of French Lilac #ECB1EC
Tints of French Lilac #ECB1EC
RGB
CMYK
RGB Variations
Color information
#ECB1EC (or 0xECB1EC) is known color: French Lilac. HEX triplet: EC, B1 and EC. RGB value is (236,177,236). Sum of RGB (Red+Green+Blue) = 236+177+236=649 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.36% from 649); Green value is 177 (69.53% from 255 or 27.27% from 649); Blue value is 236 (92.58% from 255 or 36.36% from 649); Max value from RGB is 236 - color contains mainly: red, blue. Hex color #ECB1EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ECB1EC is #134E13. Grayscale: #C9C9C9. Windows color (decimal): -1265172 or 15512044. OLE color: 15512044.
HSL color Cylindrical-coordinate representation of color #ECB1EC: hue angle of 300º 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 #ECB1EC is Cyan = 0, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 177 | 236 | - |
| CMYK | 0 | 0.25 | 0 | 0.07 |
| HSL | 300º | 0.61% | 0.81% | - |
| HSV(B) | 300º | 0.25% | 0.93% | - |
| XYZ | 65.45 | 55.33 | 86.59 | - |
| YUV | 201.37 | 147.55 | 152.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 177 | 236 | 0 | 0.25 | 0 | 0.07 | 300 | 0.61 | 0.81 |
| Hex | EC | B1 | EC | 0 | 19 | 0 | 7 | 12C | 3D | 51 |
| Octal | 354 | 261 | 354 | 0 | 31 | 0 | 7 | 454 | 75 | 121 |
| Binary | 11101100 | 10110001 | 11101100 | 0 | 11001 | 0 | 111 | 100101100 | 111101 | 1010001 |
Color Harmonies of #ECB1EC
Complementary color
Monochromatic Colors of #ECB1EC
Black with #ECB1EC
Text Example
Text Example
White with #ECB1EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB1EC; }
p { color: rgb(236,177,236); }
H1.HeaderClassName
{
color: #ECB1EC;
}
.AnyTagClassName
{
color: #ECB1EC;
}
</style>
background-color css
<style>
a { background-color: #ECB1EC; }
a { background-color: rgb(236,177,236); }
div.DivClassName
{
background-color: #ECB1EC;
}
.BgClassName
{
background-color: #ECB1EC;
}
</style>
border-color css
<style>
span { border-color: #ECB1EC; }
span { border-color: rgb(236,177,236); }
td.TdClassName
{
border-color: #ECB1EC;
}
.TagClassName
{
border-color: #ECB1EC;
}
</style>