Shades of French Lilac #ECB7ED
Tints of French Lilac #ECB7ED
RGB
CMYK
RGB Variations
Color information
#ECB7ED (or 0xECB7ED) is known color: French Lilac. HEX triplet: EC, B7 and ED. RGB value is (236,183,237). Sum of RGB (Red+Green+Blue) = 236+183+237=656 (86% of max value = 765). Red value is 236 (92.58% from 255 or 35.98% from 656); Green value is 183 (71.88% from 255 or 27.90% from 656); Blue value is 237 (92.97% from 255 or 36.13% from 656); Max value from RGB is 237 - color contains mainly: blue. Hex color #ECB7ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECB7ED is #134812. Grayscale: #CCCCCC. Windows color (decimal): -1263635 or 15579116. OLE color: 15579116.
HSL color Cylindrical-coordinate representation of color #ECB7ED: hue angle of 298.89º degrees, saturation: 0.6, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ECB7ED is Cyan = 0.00, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 183 | 237 | - |
CMYK | 0.00 | 0.23 | 0 | 0.07 |
HSL | 298.89º | 0.6% | 0.82% | - |
HSV(B) | 298.89º | 0.23% | 0.93% | - |
XYZ | 66.81 | 57.81 | 87.76 | - |
YUV | 205 | 146.06 | 150.11 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 183 | 237 | 0.00 | 0.23 | 0 | 0.07 | 298.89 | 0.6 | 0.82 |
Hex | EC | B7 | ED | 0 | 17 | 0 | 7 | 12B | 3C | 52 |
Octal | 354 | 267 | 355 | 0 | 27 | 0 | 7 | 453 | 74 | 122 |
Binary | 11101100 | 10110111 | 11101101 | 0 | 10111 | 0 | 111 | 100101011 | 111100 | 1010010 |
Color Harmonies of #ECB7ED
Complementary color
Monochromatic Colors of #ECB7ED
Black with #ECB7ED
Text Example
Text Example
White with #ECB7ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB7ED; }
p { color: rgb(236,183,237); }
H1.HeaderClassName
{
color: #ECB7ED;
}
.AnyTagClassName
{
color: #ECB7ED;
}
</style>
background-color css
<style>
a { background-color: #ECB7ED; }
a { background-color: rgb(236,183,237); }
div.DivClassName
{
background-color: #ECB7ED;
}
.BgClassName
{
background-color: #ECB7ED;
}
</style>
border-color css
<style>
span { border-color: #ECB7ED; }
span { border-color: rgb(236,183,237); }
td.TdClassName
{
border-color: #ECB7ED;
}
.TagClassName
{
border-color: #ECB7ED;
}
</style>