Shades of French Lilac #ECADDC
Tints of French Lilac #ECADDC
RGB
CMYK
RGB Variations
Color information
#ECADDC (or 0xECADDC) is known color: French Lilac. HEX triplet: EC, AD and DC. RGB value is (236,173,220). Sum of RGB (Red+Green+Blue) = 236+173+220=629 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.52% from 629); Green value is 173 (67.97% from 255 or 27.50% from 629); Blue value is 220 (86.33% from 255 or 34.98% from 629); Max value from RGB is 236 - color contains mainly: red. Hex color #ECADDC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECADDC is #135223. Grayscale: #C5C5C5. Windows color (decimal): -1266212 or 14462444. OLE color: 14462444.
HSL color Cylindrical-coordinate representation of color #ECADDC: hue angle of 315.24º 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 #ECADDC is Cyan = 0, Magento = 0.27, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 173 | 220 | - |
| CMYK | 0 | 0.27 | 0.07 | 0.07 |
| HSL | 315.24º | 0.62% | 0.8% | - |
| HSV(B) | 315.24º | 0.27% | 0.93% | - |
| XYZ | 62.45 | 52.89 | 74.63 | - |
| YUV | 197.2 | 140.87 | 155.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 173 | 220 | 0 | 0.27 | 0.07 | 0.07 | 315.24 | 0.62 | 0.8 |
| Hex | EC | AD | DC | 0 | 1B | 7 | 7 | 13B | 3E | 50 |
| Octal | 354 | 255 | 334 | 0 | 33 | 7 | 7 | 473 | 76 | 120 |
| Binary | 11101100 | 10101101 | 11011100 | 0 | 11011 | 111 | 111 | 100111011 | 111110 | 1010000 |
Color Harmonies of #ECADDC
Complementary color
Monochromatic Colors of #ECADDC
Black with #ECADDC
Text Example
Text Example
White with #ECADDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECADDC; }
p { color: rgb(236,173,220); }
H1.HeaderClassName
{
color: #ECADDC;
}
.AnyTagClassName
{
color: #ECADDC;
}
</style>
background-color css
<style>
a { background-color: #ECADDC; }
a { background-color: rgb(236,173,220); }
div.DivClassName
{
background-color: #ECADDC;
}
.BgClassName
{
background-color: #ECADDC;
}
</style>
border-color css
<style>
span { border-color: #ECADDC; }
span { border-color: rgb(236,173,220); }
td.TdClassName
{
border-color: #ECADDC;
}
.TagClassName
{
border-color: #ECADDC;
}
</style>