Shades of French Lilac #ECB6DE
Tints of French Lilac #ECB6DE
RGB
CMYK
RGB Variations
Color information
#ECB6DE (or 0xECB6DE) is known color: French Lilac. HEX triplet: EC, B6 and DE. RGB value is (236,182,222). Sum of RGB (Red+Green+Blue) = 236+182+222=640 (84% of max value = 765). Red value is 236 (92.58% from 255 or 36.88% from 640); Green value is 182 (71.48% from 255 or 28.44% from 640); Blue value is 222 (87.11% from 255 or 34.69% from 640); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB6DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECB6DE is #134921. Grayscale: #CACACA. Windows color (decimal): -1263906 or 14595820. OLE color: 14595820.
HSL color Cylindrical-coordinate representation of color #ECB6DE: hue angle of 315.56º degrees, saturation: 0.59, 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 #ECB6DE is Cyan = 0, Magento = 0.23, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 182 | 222 | - |
| CMYK | 0 | 0.23 | 0.06 | 0.07 |
| HSL | 315.56º | 0.59% | 0.82% | - |
| HSV(B) | 315.56º | 0.23% | 0.93% | - |
| XYZ | 64.5 | 56.56 | 76.63 | - |
| YUV | 202.71 | 138.89 | 151.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 182 | 222 | 0 | 0.23 | 0.06 | 0.07 | 315.56 | 0.59 | 0.82 |
| Hex | EC | B6 | DE | 0 | 17 | 6 | 7 | 13C | 3B | 52 |
| Octal | 354 | 266 | 336 | 0 | 27 | 6 | 7 | 474 | 73 | 122 |
| Binary | 11101100 | 10110110 | 11011110 | 0 | 10111 | 110 | 111 | 100111100 | 111011 | 1010010 |
Color Harmonies of #ECB6DE
Complementary color
Monochromatic Colors of #ECB6DE
Black with #ECB6DE
Text Example
Text Example
White with #ECB6DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB6DE; }
p { color: rgb(236,182,222); }
H1.HeaderClassName
{
color: #ECB6DE;
}
.AnyTagClassName
{
color: #ECB6DE;
}
</style>
background-color css
<style>
a { background-color: #ECB6DE; }
a { background-color: rgb(236,182,222); }
div.DivClassName
{
background-color: #ECB6DE;
}
.BgClassName
{
background-color: #ECB6DE;
}
</style>
border-color css
<style>
span { border-color: #ECB6DE; }
span { border-color: rgb(236,182,222); }
td.TdClassName
{
border-color: #ECB6DE;
}
.TagClassName
{
border-color: #ECB6DE;
}
</style>