Shades of French Lilac #ECB9EA
Tints of French Lilac #ECB9EA
RGB
CMYK
RGB Variations
Color information
#ECB9EA (or 0xECB9EA) is known color: French Lilac. HEX triplet: EC, B9 and EA. RGB value is (236,185,234). Sum of RGB (Red+Green+Blue) = 236+185+234=655 (86% of max value = 765). Red value is 236 (92.58% from 255 or 36.03% from 655); Green value is 185 (72.66% from 255 or 28.24% from 655); Blue value is 234 (91.80% from 255 or 35.73% from 655); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB9EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECB9EA is #134615. Grayscale: #CDCDCD. Windows color (decimal): -1263126 or 15383020. OLE color: 15383020.
HSL color Cylindrical-coordinate representation of color #ECB9EA: hue angle of 302.35º degrees, saturation: 0.57, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ECB9EA is Cyan = 0, Magento = 0.22, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 185 | 234 | - |
| CMYK | 0 | 0.22 | 0.01 | 0.07 |
| HSL | 302.35º | 0.57% | 0.83% | - |
| HSV(B) | 302.35º | 0.22% | 0.93% | - |
| XYZ | 66.79 | 58.47 | 85.61 | - |
| YUV | 205.84 | 143.9 | 149.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 185 | 234 | 0 | 0.22 | 0.01 | 0.07 | 302.35 | 0.57 | 0.83 |
| Hex | EC | B9 | EA | 0 | 16 | 1 | 7 | 12E | 39 | 53 |
| Octal | 354 | 271 | 352 | 0 | 26 | 1 | 7 | 456 | 71 | 123 |
| Binary | 11101100 | 10111001 | 11101010 | 0 | 10110 | 1 | 111 | 100101110 | 111001 | 1010011 |
Color Harmonies of #ECB9EA
Complementary color
Monochromatic Colors of #ECB9EA
Black with #ECB9EA
Text Example
Text Example
White with #ECB9EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB9EA; }
p { color: rgb(236,185,234); }
H1.HeaderClassName
{
color: #ECB9EA;
}
.AnyTagClassName
{
color: #ECB9EA;
}
</style>
background-color css
<style>
a { background-color: #ECB9EA; }
a { background-color: rgb(236,185,234); }
div.DivClassName
{
background-color: #ECB9EA;
}
.BgClassName
{
background-color: #ECB9EA;
}
</style>
border-color css
<style>
span { border-color: #ECB9EA; }
span { border-color: rgb(236,185,234); }
td.TdClassName
{
border-color: #ECB9EA;
}
.TagClassName
{
border-color: #ECB9EA;
}
</style>