Shades of French Lilac #ECB5E3
Tints of French Lilac #ECB5E3
RGB
CMYK
RGB Variations
Color information
#ECB5E3 (or 0xECB5E3) is known color: French Lilac. HEX triplet: EC, B5 and E3. RGB value is (236,181,227). Sum of RGB (Red+Green+Blue) = 236+181+227=644 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.65% from 644); Green value is 181 (71.09% from 255 or 28.11% from 644); Blue value is 227 (89.06% from 255 or 35.25% from 644); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB5E3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECB5E3 is #134A1C. Grayscale: #CACACA. Windows color (decimal): -1264157 or 14923244. OLE color: 14923244.
HSL color Cylindrical-coordinate representation of color #ECB5E3: hue angle of 309.82º 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 #ECB5E3 is Cyan = 0, Magento = 0.23, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 181 | 227 | - |
CMYK | 0 | 0.23 | 0.04 | 0.07 |
HSL | 309.82º | 0.59% | 0.82% | - |
HSV(B) | 309.82º | 0.23% | 0.93% | - |
XYZ | 64.98 | 56.43 | 80.14 | - |
YUV | 202.69 | 141.72 | 151.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 181 | 227 | 0 | 0.23 | 0.04 | 0.07 | 309.82 | 0.59 | 0.82 |
Hex | EC | B5 | E3 | 0 | 17 | 4 | 7 | 136 | 3B | 52 |
Octal | 354 | 265 | 343 | 0 | 27 | 4 | 7 | 466 | 73 | 122 |
Binary | 11101100 | 10110101 | 11100011 | 0 | 10111 | 100 | 111 | 100110110 | 111011 | 1010010 |
Color Harmonies of #ECB5E3
Complementary color
Monochromatic Colors of #ECB5E3
Black with #ECB5E3
Text Example
Text Example
White with #ECB5E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB5E3; }
p { color: rgb(236,181,227); }
H1.HeaderClassName
{
color: #ECB5E3;
}
.AnyTagClassName
{
color: #ECB5E3;
}
</style>
background-color css
<style>
a { background-color: #ECB5E3; }
a { background-color: rgb(236,181,227); }
div.DivClassName
{
background-color: #ECB5E3;
}
.BgClassName
{
background-color: #ECB5E3;
}
</style>
border-color css
<style>
span { border-color: #ECB5E3; }
span { border-color: rgb(236,181,227); }
td.TdClassName
{
border-color: #ECB5E3;
}
.TagClassName
{
border-color: #ECB5E3;
}
</style>