Shades of French Lilac #ECB2DF
Tints of French Lilac #ECB2DF
RGB
CMYK
RGB Variations
Color information
#ECB2DF (or 0xECB2DF) is known color: French Lilac. HEX triplet: EC, B2 and DF. RGB value is (236,178,223). Sum of RGB (Red+Green+Blue) = 236+178+223=637 (84% of max value = 765). Red value is 236 (92.58% from 255 or 37.05% from 637); Green value is 178 (69.92% from 255 or 27.94% from 637); Blue value is 223 (87.5% from 255 or 35.01% from 637); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB2DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECB2DF is #134D20. Grayscale: #C8C8C8. Windows color (decimal): -1264929 or 14660332. OLE color: 14660332.
HSL color Cylindrical-coordinate representation of color #ECB2DF: hue angle of 313.45º degrees, saturation: 0.6, 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 #ECB2DF is Cyan = 0, Magento = 0.25, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 178 | 223 | - |
| CMYK | 0 | 0.25 | 0.06 | 0.07 |
| HSL | 313.45º | 0.6% | 0.81% | - |
| HSV(B) | 313.45º | 0.25% | 0.93% | - |
| XYZ | 63.83 | 55 | 77.06 | - |
| YUV | 200.47 | 140.72 | 153.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 178 | 223 | 0 | 0.25 | 0.06 | 0.07 | 313.45 | 0.6 | 0.81 |
| Hex | EC | B2 | DF | 0 | 19 | 6 | 7 | 139 | 3C | 51 |
| Octal | 354 | 262 | 337 | 0 | 31 | 6 | 7 | 471 | 74 | 121 |
| Binary | 11101100 | 10110010 | 11011111 | 0 | 11001 | 110 | 111 | 100111001 | 111100 | 1010001 |
Color Harmonies of #ECB2DF
Complementary color
Monochromatic Colors of #ECB2DF
Black with #ECB2DF
Text Example
Text Example
White with #ECB2DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB2DF; }
p { color: rgb(236,178,223); }
H1.HeaderClassName
{
color: #ECB2DF;
}
.AnyTagClassName
{
color: #ECB2DF;
}
</style>
background-color css
<style>
a { background-color: #ECB2DF; }
a { background-color: rgb(236,178,223); }
div.DivClassName
{
background-color: #ECB2DF;
}
.BgClassName
{
background-color: #ECB2DF;
}
</style>
border-color css
<style>
span { border-color: #ECB2DF; }
span { border-color: rgb(236,178,223); }
td.TdClassName
{
border-color: #ECB2DF;
}
.TagClassName
{
border-color: #ECB2DF;
}
</style>