Shades of French Lilac #ECB4ED
Tints of French Lilac #ECB4ED
RGB
CMYK
RGB Variations
Color information
#ECB4ED (or 0xECB4ED) is known color: French Lilac. HEX triplet: EC, B4 and ED. RGB value is (236,180,237). Sum of RGB (Red+Green+Blue) = 236+180+237=653 (86% of max value = 765). Red value is 236 (92.58% from 255 or 36.14% from 653); Green value is 180 (70.70% from 255 or 27.57% from 653); Blue value is 237 (92.97% from 255 or 36.29% from 653); Max value from RGB is 237 - color contains mainly: blue. Hex color #ECB4ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECB4ED is #134B12. Grayscale: #CBCBCB. Windows color (decimal): -1264403 or 15578348. OLE color: 15578348.
HSL color Cylindrical-coordinate representation of color #ECB4ED: hue angle of 298.95º degrees, saturation: 0.61, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ECB4ED is Cyan = 0.00, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 180 | 237 | - |
| CMYK | 0.00 | 0.24 | 0 | 0.07 |
| HSL | 298.95º | 0.61% | 0.82% | - |
| HSV(B) | 298.95º | 0.24% | 0.93% | - |
| XYZ | 66.2 | 56.59 | 87.55 | - |
| YUV | 203.24 | 147.05 | 151.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 180 | 237 | 0.00 | 0.24 | 0 | 0.07 | 298.95 | 0.61 | 0.82 |
| Hex | EC | B4 | ED | 0 | 18 | 0 | 7 | 12B | 3D | 52 |
| Octal | 354 | 264 | 355 | 0 | 30 | 0 | 7 | 453 | 75 | 122 |
| Binary | 11101100 | 10110100 | 11101101 | 0 | 11000 | 0 | 111 | 100101011 | 111101 | 1010010 |
Color Harmonies of #ECB4ED
Complementary color
Monochromatic Colors of #ECB4ED
Black with #ECB4ED
Text Example
Text Example
White with #ECB4ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB4ED; }
p { color: rgb(236,180,237); }
H1.HeaderClassName
{
color: #ECB4ED;
}
.AnyTagClassName
{
color: #ECB4ED;
}
</style>
background-color css
<style>
a { background-color: #ECB4ED; }
a { background-color: rgb(236,180,237); }
div.DivClassName
{
background-color: #ECB4ED;
}
.BgClassName
{
background-color: #ECB4ED;
}
</style>
border-color css
<style>
span { border-color: #ECB4ED; }
span { border-color: rgb(236,180,237); }
td.TdClassName
{
border-color: #ECB4ED;
}
.TagClassName
{
border-color: #ECB4ED;
}
</style>