Shades of French Lilac #ECB5ED
Tints of French Lilac #ECB5ED
RGB
CMYK
RGB Variations
Color information
#ECB5ED (or 0xECB5ED) is known color: French Lilac. HEX triplet: EC, B5 and ED. RGB value is (236,181,237). Sum of RGB (Red+Green+Blue) = 236+181+237=654 (86% of max value = 765). Red value is 236 (92.58% from 255 or 36.09% from 654); Green value is 181 (71.09% from 255 or 27.68% from 654); Blue value is 237 (92.97% from 255 or 36.24% from 654); Max value from RGB is 237 - color contains mainly: blue. Hex color #ECB5ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECB5ED is #134A12. Grayscale: #CBCBCB. Windows color (decimal): -1264147 or 15578604. OLE color: 15578604.
HSL color Cylindrical-coordinate representation of color #ECB5ED: hue angle of 298.93º 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 #ECB5ED is Cyan = 0.00, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 181 | 237 | - |
CMYK | 0.00 | 0.24 | 0 | 0.07 |
HSL | 298.93º | 0.61% | 0.82% | - |
HSV(B) | 298.93º | 0.24% | 0.93% | - |
XYZ | 66.4 | 57 | 87.62 | - |
YUV | 203.83 | 146.72 | 150.95 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 181 | 237 | 0.00 | 0.24 | 0 | 0.07 | 298.93 | 0.61 | 0.82 |
Hex | EC | B5 | ED | 0 | 18 | 0 | 7 | 12B | 3D | 52 |
Octal | 354 | 265 | 355 | 0 | 30 | 0 | 7 | 453 | 75 | 122 |
Binary | 11101100 | 10110101 | 11101101 | 0 | 11000 | 0 | 111 | 100101011 | 111101 | 1010010 |
Color Harmonies of #ECB5ED
Complementary color
Monochromatic Colors of #ECB5ED
Black with #ECB5ED
Text Example
Text Example
White with #ECB5ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB5ED; }
p { color: rgb(236,181,237); }
H1.HeaderClassName
{
color: #ECB5ED;
}
.AnyTagClassName
{
color: #ECB5ED;
}
</style>
background-color css
<style>
a { background-color: #ECB5ED; }
a { background-color: rgb(236,181,237); }
div.DivClassName
{
background-color: #ECB5ED;
}
.BgClassName
{
background-color: #ECB5ED;
}
</style>
border-color css
<style>
span { border-color: #ECB5ED; }
span { border-color: rgb(236,181,237); }
td.TdClassName
{
border-color: #ECB5ED;
}
.TagClassName
{
border-color: #ECB5ED;
}
</style>