Shades of French Lilac #ECB6E8
Tints of French Lilac #ECB6E8
RGB
CMYK
RGB Variations
Color information
#ECB6E8 (or 0xECB6E8) is known color: French Lilac. HEX triplet: EC, B6 and E8. RGB value is (236,182,232). Sum of RGB (Red+Green+Blue) = 236+182+232=650 (86% of max value = 765). Red value is 236 (92.58% from 255 or 36.31% from 650); Green value is 182 (71.48% from 255 or 28% from 650); Blue value is 232 (91.02% from 255 or 35.69% from 650); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB6E8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECB6E8 is #134917. Grayscale: #CBCBCB. Windows color (decimal): -1263896 or 15251180. OLE color: 15251180.
HSL color Cylindrical-coordinate representation of color #ECB6E8: hue angle of 304.44º 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 #ECB6E8 is Cyan = 0, Magento = 0.23, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 182 | 232 | - |
| CMYK | 0 | 0.23 | 0.02 | 0.07 |
| HSL | 304.44º | 0.59% | 0.82% | - |
| HSV(B) | 304.44º | 0.23% | 0.93% | - |
| XYZ | 65.89 | 57.11 | 83.9 | - |
| YUV | 203.85 | 143.89 | 150.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 182 | 232 | 0 | 0.23 | 0.02 | 0.07 | 304.44 | 0.59 | 0.82 |
| Hex | EC | B6 | E8 | 0 | 17 | 2 | 7 | 130 | 3B | 52 |
| Octal | 354 | 266 | 350 | 0 | 27 | 2 | 7 | 460 | 73 | 122 |
| Binary | 11101100 | 10110110 | 11101000 | 0 | 10111 | 10 | 111 | 100110000 | 111011 | 1010010 |
Color Harmonies of #ECB6E8
Complementary color
Monochromatic Colors of #ECB6E8
Black with #ECB6E8
Text Example
Text Example
White with #ECB6E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB6E8; }
p { color: rgb(236,182,232); }
H1.HeaderClassName
{
color: #ECB6E8;
}
.AnyTagClassName
{
color: #ECB6E8;
}
</style>
background-color css
<style>
a { background-color: #ECB6E8; }
a { background-color: rgb(236,182,232); }
div.DivClassName
{
background-color: #ECB6E8;
}
.BgClassName
{
background-color: #ECB6E8;
}
</style>
border-color css
<style>
span { border-color: #ECB6E8; }
span { border-color: rgb(236,182,232); }
td.TdClassName
{
border-color: #ECB6E8;
}
.TagClassName
{
border-color: #ECB6E8;
}
</style>