Shades of French Lilac #ECB7DD
Tints of French Lilac #ECB7DD
RGB
CMYK
RGB Variations
Color information
#ECB7DD (or 0xECB7DD) is known color: French Lilac. HEX triplet: EC, B7 and DD. RGB value is (236,183,221). Sum of RGB (Red+Green+Blue) = 236+183+221=640 (84% of max value = 765). Red value is 236 (92.58% from 255 or 36.88% from 640); Green value is 183 (71.88% from 255 or 28.59% from 640); Blue value is 221 (86.72% from 255 or 34.53% from 640); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB7DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECB7DD is #134822. Grayscale: #CBCBCB. Windows color (decimal): -1263651 or 14530540. OLE color: 14530540.
HSL color Cylindrical-coordinate representation of color #ECB7DD: hue angle of 316.98º 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 #ECB7DD is Cyan = 0, Magento = 0.22, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 183 | 221 | - |
| CMYK | 0 | 0.22 | 0.06 | 0.07 |
| HSL | 316.98º | 0.58% | 0.82% | - |
| HSV(B) | 316.98º | 0.22% | 0.93% | - |
| XYZ | 64.58 | 56.92 | 75.99 | - |
| YUV | 203.18 | 138.06 | 151.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 183 | 221 | 0 | 0.22 | 0.06 | 0.07 | 316.98 | 0.58 | 0.82 |
| Hex | EC | B7 | DD | 0 | 16 | 6 | 7 | 13D | 3A | 52 |
| Octal | 354 | 267 | 335 | 0 | 26 | 6 | 7 | 475 | 72 | 122 |
| Binary | 11101100 | 10110111 | 11011101 | 0 | 10110 | 110 | 111 | 100111101 | 111010 | 1010010 |
Color Harmonies of #ECB7DD
Complementary color
Monochromatic Colors of #ECB7DD
Black with #ECB7DD
Text Example
Text Example
White with #ECB7DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB7DD; }
p { color: rgb(236,183,221); }
H1.HeaderClassName
{
color: #ECB7DD;
}
.AnyTagClassName
{
color: #ECB7DD;
}
</style>
background-color css
<style>
a { background-color: #ECB7DD; }
a { background-color: rgb(236,183,221); }
div.DivClassName
{
background-color: #ECB7DD;
}
.BgClassName
{
background-color: #ECB7DD;
}
</style>
border-color css
<style>
span { border-color: #ECB7DD; }
span { border-color: rgb(236,183,221); }
td.TdClassName
{
border-color: #ECB7DD;
}
.TagClassName
{
border-color: #ECB7DD;
}
</style>