Shades of French Lilac #ECB5DD
Tints of French Lilac #ECB5DD
RGB
CMYK
RGB Variations
Color information
#ECB5DD (or 0xECB5DD) is known color: French Lilac. HEX triplet: EC, B5 and DD. RGB value is (236,181,221). Sum of RGB (Red+Green+Blue) = 236+181+221=638 (84% of max value = 765). Red value is 236 (92.58% from 255 or 36.99% from 638); Green value is 181 (71.09% from 255 or 28.37% from 638); Blue value is 221 (86.72% from 255 or 34.64% from 638); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB5DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECB5DD is #134A22. Grayscale: #C9C9C9. Windows color (decimal): -1264163 or 14530028. OLE color: 14530028.
HSL color Cylindrical-coordinate representation of color #ECB5DD: hue angle of 316.36º 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 #ECB5DD is Cyan = 0, Magento = 0.23, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 181 | 221 | - |
| CMYK | 0 | 0.23 | 0.06 | 0.07 |
| HSL | 316.36º | 0.59% | 0.82% | - |
| HSV(B) | 316.36º | 0.23% | 0.93% | - |
| XYZ | 64.17 | 56.1 | 75.85 | - |
| YUV | 202.01 | 138.72 | 152.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 181 | 221 | 0 | 0.23 | 0.06 | 0.07 | 316.36 | 0.59 | 0.82 |
| Hex | EC | B5 | DD | 0 | 17 | 6 | 7 | 13C | 3B | 52 |
| Octal | 354 | 265 | 335 | 0 | 27 | 6 | 7 | 474 | 73 | 122 |
| Binary | 11101100 | 10110101 | 11011101 | 0 | 10111 | 110 | 111 | 100111100 | 111011 | 1010010 |
Color Harmonies of #ECB5DD
Complementary color
Monochromatic Colors of #ECB5DD
Black with #ECB5DD
Text Example
Text Example
White with #ECB5DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB5DD; }
p { color: rgb(236,181,221); }
H1.HeaderClassName
{
color: #ECB5DD;
}
.AnyTagClassName
{
color: #ECB5DD;
}
</style>
background-color css
<style>
a { background-color: #ECB5DD; }
a { background-color: rgb(236,181,221); }
div.DivClassName
{
background-color: #ECB5DD;
}
.BgClassName
{
background-color: #ECB5DD;
}
</style>
border-color css
<style>
span { border-color: #ECB5DD; }
span { border-color: rgb(236,181,221); }
td.TdClassName
{
border-color: #ECB5DD;
}
.TagClassName
{
border-color: #ECB5DD;
}
</style>