Shades of French Lilac #ECADDF
Tints of French Lilac #ECADDF
RGB
CMYK
RGB Variations
Color information
#ECADDF (or 0xECADDF) is known color: French Lilac. HEX triplet: EC, AD and DF. RGB value is (236,173,223). Sum of RGB (Red+Green+Blue) = 236+173+223=632 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.34% from 632); Green value is 173 (67.97% from 255 or 27.37% from 632); Blue value is 223 (87.5% from 255 or 35.28% from 632); Max value from RGB is 236 - color contains mainly: red. Hex color #ECADDF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECADDF is #135220. Grayscale: #C5C5C5. Windows color (decimal): -1266209 or 14659052. OLE color: 14659052.
HSL color Cylindrical-coordinate representation of color #ECADDF: hue angle of 312.38º degrees, saturation: 0.62, 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 #ECADDF is Cyan = 0, Magento = 0.27, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 173 | 223 | - |
| CMYK | 0 | 0.27 | 0.06 | 0.07 |
| HSL | 312.38º | 0.62% | 0.8% | - |
| HSV(B) | 312.38º | 0.27% | 0.93% | - |
| XYZ | 62.85 | 53.05 | 76.74 | - |
| YUV | 197.54 | 142.37 | 155.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 173 | 223 | 0 | 0.27 | 0.06 | 0.07 | 312.38 | 0.62 | 0.8 |
| Hex | EC | AD | DF | 0 | 1B | 6 | 7 | 138 | 3E | 50 |
| Octal | 354 | 255 | 337 | 0 | 33 | 6 | 7 | 470 | 76 | 120 |
| Binary | 11101100 | 10101101 | 11011111 | 0 | 11011 | 110 | 111 | 100111000 | 111110 | 1010000 |
Color Harmonies of #ECADDF
Complementary color
Monochromatic Colors of #ECADDF
Black with #ECADDF
Text Example
Text Example
White with #ECADDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECADDF; }
p { color: rgb(236,173,223); }
H1.HeaderClassName
{
color: #ECADDF;
}
.AnyTagClassName
{
color: #ECADDF;
}
</style>
background-color css
<style>
a { background-color: #ECADDF; }
a { background-color: rgb(236,173,223); }
div.DivClassName
{
background-color: #ECADDF;
}
.BgClassName
{
background-color: #ECADDF;
}
</style>
border-color css
<style>
span { border-color: #ECADDF; }
span { border-color: rgb(236,173,223); }
td.TdClassName
{
border-color: #ECADDF;
}
.TagClassName
{
border-color: #ECADDF;
}
</style>