Shades of French Lilac #ECB7E5
Tints of French Lilac #ECB7E5
RGB
CMYK
RGB Variations
Color information
#ECB7E5 (or 0xECB7E5) is known color: French Lilac. HEX triplet: EC, B7 and E5. RGB value is (236,183,229). Sum of RGB (Red+Green+Blue) = 236+183+229=648 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.42% from 648); Green value is 183 (71.88% from 255 or 28.24% from 648); Blue value is 229 (89.84% from 255 or 35.34% from 648); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB7E5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECB7E5 is #13481A. Grayscale: #CBCBCB. Windows color (decimal): -1263643 or 15054828. OLE color: 15054828.
HSL color Cylindrical-coordinate representation of color #ECB7E5: hue angle of 307.92º degrees, saturation: 0.58, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ECB7E5 is Cyan = 0, Magento = 0.22, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 183 | 229 | - |
| CMYK | 0 | 0.22 | 0.03 | 0.07 |
| HSL | 307.92º | 0.58% | 0.82% | - |
| HSV(B) | 307.92º | 0.22% | 0.93% | - |
| XYZ | 65.67 | 57.36 | 81.74 | - |
| YUV | 204.09 | 142.06 | 150.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 183 | 229 | 0 | 0.22 | 0.03 | 0.07 | 307.92 | 0.58 | 0.82 |
| Hex | EC | B7 | E5 | 0 | 16 | 3 | 7 | 134 | 3A | 52 |
| Octal | 354 | 267 | 345 | 0 | 26 | 3 | 7 | 464 | 72 | 122 |
| Binary | 11101100 | 10110111 | 11100101 | 0 | 10110 | 11 | 111 | 100110100 | 111010 | 1010010 |
Color Harmonies of #ECB7E5
Complementary color
Monochromatic Colors of #ECB7E5
Black with #ECB7E5
Text Example
Text Example
White with #ECB7E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB7E5; }
p { color: rgb(236,183,229); }
H1.HeaderClassName
{
color: #ECB7E5;
}
.AnyTagClassName
{
color: #ECB7E5;
}
</style>
background-color css
<style>
a { background-color: #ECB7E5; }
a { background-color: rgb(236,183,229); }
div.DivClassName
{
background-color: #ECB7E5;
}
.BgClassName
{
background-color: #ECB7E5;
}
</style>
border-color css
<style>
span { border-color: #ECB7E5; }
span { border-color: rgb(236,183,229); }
td.TdClassName
{
border-color: #ECB7E5;
}
.TagClassName
{
border-color: #ECB7E5;
}
</style>