Shades of French Lilac #ECB8E3
Tints of French Lilac #ECB8E3
RGB
CMYK
RGB Variations
Color information
#ECB8E3 (or 0xECB8E3) is known color: French Lilac. HEX triplet: EC, B8 and E3. RGB value is (236,184,227). Sum of RGB (Red+Green+Blue) = 236+184+227=647 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.48% from 647); Green value is 184 (72.27% from 255 or 28.44% from 647); Blue value is 227 (89.06% from 255 or 35.09% from 647); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB8E3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECB8E3 is #13471C. Grayscale: #CCCCCC. Windows color (decimal): -1263389 or 14924012. OLE color: 14924012.
HSL color Cylindrical-coordinate representation of color #ECB8E3: hue angle of 310.38º degrees, saturation: 0.58, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ECB8E3 is Cyan = 0, Magento = 0.22, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 184 | 227 | - |
| CMYK | 0 | 0.22 | 0.04 | 0.07 |
| HSL | 310.38º | 0.58% | 0.82% | - |
| HSV(B) | 310.38º | 0.22% | 0.93% | - |
| XYZ | 65.6 | 57.66 | 80.35 | - |
| YUV | 204.45 | 140.73 | 150.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 184 | 227 | 0 | 0.22 | 0.04 | 0.07 | 310.38 | 0.58 | 0.82 |
| Hex | EC | B8 | E3 | 0 | 16 | 4 | 7 | 136 | 3A | 52 |
| Octal | 354 | 270 | 343 | 0 | 26 | 4 | 7 | 466 | 72 | 122 |
| Binary | 11101100 | 10111000 | 11100011 | 0 | 10110 | 100 | 111 | 100110110 | 111010 | 1010010 |
Color Harmonies of #ECB8E3
Complementary color
Monochromatic Colors of #ECB8E3
Black with #ECB8E3
Text Example
Text Example
White with #ECB8E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB8E3; }
p { color: rgb(236,184,227); }
H1.HeaderClassName
{
color: #ECB8E3;
}
.AnyTagClassName
{
color: #ECB8E3;
}
</style>
background-color css
<style>
a { background-color: #ECB8E3; }
a { background-color: rgb(236,184,227); }
div.DivClassName
{
background-color: #ECB8E3;
}
.BgClassName
{
background-color: #ECB8E3;
}
</style>
border-color css
<style>
span { border-color: #ECB8E3; }
span { border-color: rgb(236,184,227); }
td.TdClassName
{
border-color: #ECB8E3;
}
.TagClassName
{
border-color: #ECB8E3;
}
</style>