Shades of French Lilac #ECB0DD
Tints of French Lilac #ECB0DD
RGB
CMYK
RGB Variations
Color information
#ECB0DD (or 0xECB0DD) is known color: French Lilac. HEX triplet: EC, B0 and DD. RGB value is (236,176,221). Sum of RGB (Red+Green+Blue) = 236+176+221=633 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.28% from 633); Green value is 176 (69.14% from 255 or 27.80% from 633); Blue value is 221 (86.72% from 255 or 34.91% from 633); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB0DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECB0DD is #134F22. Grayscale: #C6C6C6. Windows color (decimal): -1265443 or 14528748. OLE color: 14528748.
HSL color Cylindrical-coordinate representation of color #ECB0DD: hue angle of 315º degrees, saturation: 0.61, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ECB0DD is Cyan = 0, Magento = 0.25, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 176 | 221 | - |
| CMYK | 0 | 0.25 | 0.06 | 0.07 |
| HSL | 315º | 0.61% | 0.81% | - |
| HSV(B) | 315º | 0.25% | 0.93% | - |
| XYZ | 63.17 | 54.1 | 75.52 | - |
| YUV | 199.07 | 140.38 | 154.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 176 | 221 | 0 | 0.25 | 0.06 | 0.07 | 315 | 0.61 | 0.81 |
| Hex | EC | B0 | DD | 0 | 19 | 6 | 7 | 13B | 3D | 51 |
| Octal | 354 | 260 | 335 | 0 | 31 | 6 | 7 | 473 | 75 | 121 |
| Binary | 11101100 | 10110000 | 11011101 | 0 | 11001 | 110 | 111 | 100111011 | 111101 | 1010001 |
Color Harmonies of #ECB0DD
Complementary color
Monochromatic Colors of #ECB0DD
Black with #ECB0DD
Text Example
Text Example
White with #ECB0DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB0DD; }
p { color: rgb(236,176,221); }
H1.HeaderClassName
{
color: #ECB0DD;
}
.AnyTagClassName
{
color: #ECB0DD;
}
</style>
background-color css
<style>
a { background-color: #ECB0DD; }
a { background-color: rgb(236,176,221); }
div.DivClassName
{
background-color: #ECB0DD;
}
.BgClassName
{
background-color: #ECB0DD;
}
</style>
border-color css
<style>
span { border-color: #ECB0DD; }
span { border-color: rgb(236,176,221); }
td.TdClassName
{
border-color: #ECB0DD;
}
.TagClassName
{
border-color: #ECB0DD;
}
</style>