Shades of French Lilac #ECB0DF
Tints of French Lilac #ECB0DF
RGB
CMYK
RGB Variations
Color information
#ECB0DF (or 0xECB0DF) is known color: French Lilac. HEX triplet: EC, B0 and DF. RGB value is (236,176,223). Sum of RGB (Red+Green+Blue) = 236+176+223=635 (84% of max value = 765). Red value is 236 (92.58% from 255 or 37.17% from 635); Green value is 176 (69.14% from 255 or 27.72% from 635); Blue value is 223 (87.5% from 255 or 35.12% from 635); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB0DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECB0DF is #134F20. Grayscale: #C7C7C7. Windows color (decimal): -1265441 or 14659820. OLE color: 14659820.
HSL color Cylindrical-coordinate representation of color #ECB0DF: hue angle of 313º 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 #ECB0DF is Cyan = 0, Magento = 0.25, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 176 | 223 | - |
| CMYK | 0 | 0.25 | 0.06 | 0.07 |
| HSL | 313º | 0.61% | 0.81% | - |
| HSV(B) | 313º | 0.25% | 0.93% | - |
| XYZ | 63.44 | 54.21 | 76.93 | - |
| YUV | 199.3 | 141.38 | 154.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 176 | 223 | 0 | 0.25 | 0.06 | 0.07 | 313 | 0.61 | 0.81 |
| Hex | EC | B0 | DF | 0 | 19 | 6 | 7 | 139 | 3D | 51 |
| Octal | 354 | 260 | 337 | 0 | 31 | 6 | 7 | 471 | 75 | 121 |
| Binary | 11101100 | 10110000 | 11011111 | 0 | 11001 | 110 | 111 | 100111001 | 111101 | 1010001 |
Color Harmonies of #ECB0DF
Complementary color
Monochromatic Colors of #ECB0DF
Black with #ECB0DF
Text Example
Text Example
White with #ECB0DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB0DF; }
p { color: rgb(236,176,223); }
H1.HeaderClassName
{
color: #ECB0DF;
}
.AnyTagClassName
{
color: #ECB0DF;
}
</style>
background-color css
<style>
a { background-color: #ECB0DF; }
a { background-color: rgb(236,176,223); }
div.DivClassName
{
background-color: #ECB0DF;
}
.BgClassName
{
background-color: #ECB0DF;
}
</style>
border-color css
<style>
span { border-color: #ECB0DF; }
span { border-color: rgb(236,176,223); }
td.TdClassName
{
border-color: #ECB0DF;
}
.TagClassName
{
border-color: #ECB0DF;
}
</style>