Shades of French Lilac #ECB2E9
Tints of French Lilac #ECB2E9
RGB
CMYK
RGB Variations
Color information
#ECB2E9 (or 0xECB2E9) is known color: French Lilac. HEX triplet: EC, B2 and E9. RGB value is (236,178,233). Sum of RGB (Red+Green+Blue) = 236+178+233=647 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.48% from 647); Green value is 178 (69.92% from 255 or 27.51% from 647); Blue value is 233 (91.41% from 255 or 36.01% from 647); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB2E9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ECB2E9 is #134D16. Grayscale: #C9C9C9. Windows color (decimal): -1264919 or 15315692. OLE color: 15315692.
HSL color Cylindrical-coordinate representation of color #ECB2E9: hue angle of 303.1º 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 #ECB2E9 is Cyan = 0, Magento = 0.25, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 178 | 233 | - |
CMYK | 0 | 0.25 | 0.01 | 0.07 |
HSL | 303.1º | 0.6% | 0.81% | - |
HSV(B) | 303.1º | 0.25% | 0.93% | - |
XYZ | 65.22 | 55.56 | 84.38 | - |
YUV | 201.61 | 145.72 | 152.53 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 178 | 233 | 0 | 0.25 | 0.01 | 0.07 | 303.1 | 0.6 | 0.81 |
Hex | EC | B2 | E9 | 0 | 19 | 1 | 7 | 12F | 3C | 51 |
Octal | 354 | 262 | 351 | 0 | 31 | 1 | 7 | 457 | 74 | 121 |
Binary | 11101100 | 10110010 | 11101001 | 0 | 11001 | 1 | 111 | 100101111 | 111100 | 1010001 |
Color Harmonies of #ECB2E9
Complementary color
Monochromatic Colors of #ECB2E9
Black with #ECB2E9
Text Example
Text Example
White with #ECB2E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB2E9; }
p { color: rgb(236,178,233); }
H1.HeaderClassName
{
color: #ECB2E9;
}
.AnyTagClassName
{
color: #ECB2E9;
}
</style>
background-color css
<style>
a { background-color: #ECB2E9; }
a { background-color: rgb(236,178,233); }
div.DivClassName
{
background-color: #ECB2E9;
}
.BgClassName
{
background-color: #ECB2E9;
}
</style>
border-color css
<style>
span { border-color: #ECB2E9; }
span { border-color: rgb(236,178,233); }
td.TdClassName
{
border-color: #ECB2E9;
}
.TagClassName
{
border-color: #ECB2E9;
}
</style>