Shades of French Lilac #ECB8DC
Tints of French Lilac #ECB8DC
RGB
CMYK
RGB Variations
Color information
#ECB8DC (or 0xECB8DC) is known color: French Lilac. HEX triplet: EC, B8 and DC. RGB value is (236,184,220). Sum of RGB (Red+Green+Blue) = 236+184+220=640 (84% of max value = 765). Red value is 236 (92.58% from 255 or 36.88% from 640); Green value is 184 (72.27% from 255 or 28.75% from 640); Blue value is 220 (86.33% from 255 or 34.38% from 640); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB8DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECB8DC is #134723. Grayscale: #CBCBCB. Windows color (decimal): -1263396 or 14465260. OLE color: 14465260.
HSL color Cylindrical-coordinate representation of color #ECB8DC: hue angle of 318.46º 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 #ECB8DC is Cyan = 0, Magento = 0.22, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 184 | 220 | - |
| CMYK | 0 | 0.22 | 0.07 | 0.07 |
| HSL | 318.46º | 0.58% | 0.82% | - |
| HSV(B) | 318.46º | 0.22% | 0.93% | - |
| XYZ | 64.65 | 57.28 | 75.36 | - |
| YUV | 203.65 | 137.23 | 151.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 184 | 220 | 0 | 0.22 | 0.07 | 0.07 | 318.46 | 0.58 | 0.82 |
| Hex | EC | B8 | DC | 0 | 16 | 7 | 7 | 13E | 3A | 52 |
| Octal | 354 | 270 | 334 | 0 | 26 | 7 | 7 | 476 | 72 | 122 |
| Binary | 11101100 | 10111000 | 11011100 | 0 | 10110 | 111 | 111 | 100111110 | 111010 | 1010010 |
Color Harmonies of #ECB8DC
Complementary color
Monochromatic Colors of #ECB8DC
Black with #ECB8DC
Text Example
Text Example
White with #ECB8DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB8DC; }
p { color: rgb(236,184,220); }
H1.HeaderClassName
{
color: #ECB8DC;
}
.AnyTagClassName
{
color: #ECB8DC;
}
</style>
background-color css
<style>
a { background-color: #ECB8DC; }
a { background-color: rgb(236,184,220); }
div.DivClassName
{
background-color: #ECB8DC;
}
.BgClassName
{
background-color: #ECB8DC;
}
</style>
border-color css
<style>
span { border-color: #ECB8DC; }
span { border-color: rgb(236,184,220); }
td.TdClassName
{
border-color: #ECB8DC;
}
.TagClassName
{
border-color: #ECB8DC;
}
</style>