Shades of French Lilac #ECB2E7
Tints of French Lilac #ECB2E7
RGB
CMYK
RGB Variations
Color information
#ECB2E7 (or 0xECB2E7) is known color: French Lilac. HEX triplet: EC, B2 and E7. RGB value is (236,178,231). Sum of RGB (Red+Green+Blue) = 236+178+231=645 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.59% from 645); Green value is 178 (69.92% from 255 or 27.60% from 645); Blue value is 231 (90.62% from 255 or 35.81% from 645); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB2E7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ECB2E7 is #134D18. Grayscale: #C9C9C9. Windows color (decimal): -1264921 or 15184620. OLE color: 15184620.
HSL color Cylindrical-coordinate representation of color #ECB2E7: hue angle of 305.17º degrees, saturation: 0.6, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ECB2E7 is Cyan = 0, Magento = 0.25, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 178 | 231 | - |
| CMYK | 0 | 0.25 | 0.02 | 0.07 |
| HSL | 305.17º | 0.6% | 0.81% | - |
| HSV(B) | 305.17º | 0.25% | 0.93% | - |
| XYZ | 64.94 | 55.44 | 82.88 | - |
| YUV | 201.38 | 144.72 | 152.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 178 | 231 | 0 | 0.25 | 0.02 | 0.07 | 305.17 | 0.6 | 0.81 |
| Hex | EC | B2 | E7 | 0 | 19 | 2 | 7 | 131 | 3C | 51 |
| Octal | 354 | 262 | 347 | 0 | 31 | 2 | 7 | 461 | 74 | 121 |
| Binary | 11101100 | 10110010 | 11100111 | 0 | 11001 | 10 | 111 | 100110001 | 111100 | 1010001 |
Color Harmonies of #ECB2E7
Complementary color
Monochromatic Colors of #ECB2E7
Black with #ECB2E7
Text Example
Text Example
White with #ECB2E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB2E7; }
p { color: rgb(236,178,231); }
H1.HeaderClassName
{
color: #ECB2E7;
}
.AnyTagClassName
{
color: #ECB2E7;
}
</style>
background-color css
<style>
a { background-color: #ECB2E7; }
a { background-color: rgb(236,178,231); }
div.DivClassName
{
background-color: #ECB2E7;
}
.BgClassName
{
background-color: #ECB2E7;
}
</style>
border-color css
<style>
span { border-color: #ECB2E7; }
span { border-color: rgb(236,178,231); }
td.TdClassName
{
border-color: #ECB2E7;
}
.TagClassName
{
border-color: #ECB2E7;
}
</style>