Shades of French Lilac #ECACDF
Tints of French Lilac #ECACDF
RGB
CMYK
RGB Variations
Color information
#ECACDF (or 0xECACDF) is known color: French Lilac. HEX triplet: EC, AC and DF. RGB value is (236,172,223). Sum of RGB (Red+Green+Blue) = 236+172+223=631 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.40% from 631); Green value is 172 (67.58% from 255 or 27.26% from 631); Blue value is 223 (87.5% from 255 or 35.34% from 631); Max value from RGB is 236 - color contains mainly: red. Hex color #ECACDF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECACDF is #135320. Grayscale: #C4C4C4. Windows color (decimal): -1266465 or 14658796. OLE color: 14658796.
HSL color Cylindrical-coordinate representation of color #ECACDF: hue angle of 312.19º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ECACDF is Cyan = 0, Magento = 0.27, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 172 | 223 | - |
CMYK | 0 | 0.27 | 0.06 | 0.07 |
HSL | 312.19º | 0.63% | 0.8% | - |
HSV(B) | 312.19º | 0.27% | 0.93% | - |
XYZ | 62.66 | 52.67 | 76.67 | - |
YUV | 196.95 | 142.7 | 155.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 172 | 223 | 0 | 0.27 | 0.06 | 0.07 | 312.19 | 0.63 | 0.8 |
Hex | EC | AC | DF | 0 | 1B | 6 | 7 | 138 | 3F | 50 |
Octal | 354 | 254 | 337 | 0 | 33 | 6 | 7 | 470 | 77 | 120 |
Binary | 11101100 | 10101100 | 11011111 | 0 | 11011 | 110 | 111 | 100111000 | 111111 | 1010000 |
Color Harmonies of #ECACDF
Complementary color
Monochromatic Colors of #ECACDF
Black with #ECACDF
Text Example
Text Example
White with #ECACDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECACDF; }
p { color: rgb(236,172,223); }
H1.HeaderClassName
{
color: #ECACDF;
}
.AnyTagClassName
{
color: #ECACDF;
}
</style>
background-color css
<style>
a { background-color: #ECACDF; }
a { background-color: rgb(236,172,223); }
div.DivClassName
{
background-color: #ECACDF;
}
.BgClassName
{
background-color: #ECACDF;
}
</style>
border-color css
<style>
span { border-color: #ECACDF; }
span { border-color: rgb(236,172,223); }
td.TdClassName
{
border-color: #ECACDF;
}
.TagClassName
{
border-color: #ECACDF;
}
</style>