Shades of French Lilac #ECB6ED
Tints of French Lilac #ECB6ED
RGB
CMYK
RGB Variations
Color information
#ECB6ED (or 0xECB6ED) is known color: French Lilac. HEX triplet: EC, B6 and ED. RGB value is (236,182,237). Sum of RGB (Red+Green+Blue) = 236+182+237=655 (86% of max value = 765). Red value is 236 (92.58% from 255 or 36.03% from 655); Green value is 182 (71.48% from 255 or 27.79% from 655); Blue value is 237 (92.97% from 255 or 36.18% from 655); Max value from RGB is 237 - color contains mainly: blue. Hex color #ECB6ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECB6ED is #134912. Grayscale: #CCCCCC. Windows color (decimal): -1263891 or 15578860. OLE color: 15578860.
HSL color Cylindrical-coordinate representation of color #ECB6ED: hue angle of 298.91º 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 #ECB6ED is Cyan = 0.00, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 182 | 237 | - |
| CMYK | 0.00 | 0.23 | 0 | 0.07 |
| HSL | 298.91º | 0.6% | 0.82% | - |
| HSV(B) | 298.91º | 0.23% | 0.93% | - |
| XYZ | 66.61 | 57.4 | 87.69 | - |
| YUV | 204.42 | 146.39 | 150.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 182 | 237 | 0.00 | 0.23 | 0 | 0.07 | 298.91 | 0.6 | 0.82 |
| Hex | EC | B6 | ED | 0 | 17 | 0 | 7 | 12B | 3C | 52 |
| Octal | 354 | 266 | 355 | 0 | 27 | 0 | 7 | 453 | 74 | 122 |
| Binary | 11101100 | 10110110 | 11101101 | 0 | 10111 | 0 | 111 | 100101011 | 111100 | 1010010 |
Color Harmonies of #ECB6ED
Complementary color
Monochromatic Colors of #ECB6ED
Black with #ECB6ED
Text Example
Text Example
White with #ECB6ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB6ED; }
p { color: rgb(236,182,237); }
H1.HeaderClassName
{
color: #ECB6ED;
}
.AnyTagClassName
{
color: #ECB6ED;
}
</style>
background-color css
<style>
a { background-color: #ECB6ED; }
a { background-color: rgb(236,182,237); }
div.DivClassName
{
background-color: #ECB6ED;
}
.BgClassName
{
background-color: #ECB6ED;
}
</style>
border-color css
<style>
span { border-color: #ECB6ED; }
span { border-color: rgb(236,182,237); }
td.TdClassName
{
border-color: #ECB6ED;
}
.TagClassName
{
border-color: #ECB6ED;
}
</style>