Shades of French Lilac #ECB3E5
Tints of French Lilac #ECB3E5
RGB
CMYK
RGB Variations
Color information
#ECB3E5 (or 0xECB3E5) is known color: French Lilac. HEX triplet: EC, B3 and E5. RGB value is (236,179,229). Sum of RGB (Red+Green+Blue) = 236+179+229=644 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.65% from 644); Green value is 179 (70.31% from 255 or 27.80% from 644); Blue value is 229 (89.84% from 255 or 35.56% from 644); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB3E5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECB3E5 is #134C1A. Grayscale: #C9C9C9. Windows color (decimal): -1264667 or 15053804. OLE color: 15053804.
HSL color Cylindrical-coordinate representation of color #ECB3E5: hue angle of 307.37º degrees, saturation: 0.6, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ECB3E5 is Cyan = 0, Magento = 0.24, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 179 | 229 | - |
| CMYK | 0 | 0.24 | 0.03 | 0.07 |
| HSL | 307.37º | 0.6% | 0.81% | - |
| HSV(B) | 307.37º | 0.24% | 0.93% | - |
| XYZ | 64.86 | 55.73 | 81.47 | - |
| YUV | 201.74 | 143.38 | 152.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 179 | 229 | 0 | 0.24 | 0.03 | 0.07 | 307.37 | 0.6 | 0.81 |
| Hex | EC | B3 | E5 | 0 | 18 | 3 | 7 | 133 | 3C | 51 |
| Octal | 354 | 263 | 345 | 0 | 30 | 3 | 7 | 463 | 74 | 121 |
| Binary | 11101100 | 10110011 | 11100101 | 0 | 11000 | 11 | 111 | 100110011 | 111100 | 1010001 |
Color Harmonies of #ECB3E5
Complementary color
Monochromatic Colors of #ECB3E5
Black with #ECB3E5
Text Example
Text Example
White with #ECB3E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB3E5; }
p { color: rgb(236,179,229); }
H1.HeaderClassName
{
color: #ECB3E5;
}
.AnyTagClassName
{
color: #ECB3E5;
}
</style>
background-color css
<style>
a { background-color: #ECB3E5; }
a { background-color: rgb(236,179,229); }
div.DivClassName
{
background-color: #ECB3E5;
}
.BgClassName
{
background-color: #ECB3E5;
}
</style>
border-color css
<style>
span { border-color: #ECB3E5; }
span { border-color: rgb(236,179,229); }
td.TdClassName
{
border-color: #ECB3E5;
}
.TagClassName
{
border-color: #ECB3E5;
}
</style>