Shades of French Lilac #ECAEDC
Tints of French Lilac #ECAEDC
RGB
CMYK
RGB Variations
Color information
#ECAEDC (or 0xECAEDC) is known color: French Lilac. HEX triplet: EC, AE and DC. RGB value is (236,174,220). Sum of RGB (Red+Green+Blue) = 236+174+220=630 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.46% from 630); Green value is 174 (68.36% from 255 or 27.62% from 630); Blue value is 220 (86.33% from 255 or 34.92% from 630); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAEDC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECAEDC is #135123. Grayscale: #C5C5C5. Windows color (decimal): -1265956 or 14462700. OLE color: 14462700.
HSL color Cylindrical-coordinate representation of color #ECAEDC: hue angle of 315.48º degrees, saturation: 0.62, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ECAEDC is Cyan = 0, Magento = 0.26, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 174 | 220 | - |
| CMYK | 0 | 0.26 | 0.07 | 0.07 |
| HSL | 315.48º | 0.62% | 0.8% | - |
| HSV(B) | 315.48º | 0.26% | 0.93% | - |
| XYZ | 62.65 | 53.27 | 74.69 | - |
| YUV | 197.78 | 140.54 | 155.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 174 | 220 | 0 | 0.26 | 0.07 | 0.07 | 315.48 | 0.62 | 0.8 |
| Hex | EC | AE | DC | 0 | 1A | 7 | 7 | 13B | 3E | 50 |
| Octal | 354 | 256 | 334 | 0 | 32 | 7 | 7 | 473 | 76 | 120 |
| Binary | 11101100 | 10101110 | 11011100 | 0 | 11010 | 111 | 111 | 100111011 | 111110 | 1010000 |
Color Harmonies of #ECAEDC
Complementary color
Monochromatic Colors of #ECAEDC
Black with #ECAEDC
Text Example
Text Example
White with #ECAEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECAEDC; }
p { color: rgb(236,174,220); }
H1.HeaderClassName
{
color: #ECAEDC;
}
.AnyTagClassName
{
color: #ECAEDC;
}
</style>
background-color css
<style>
a { background-color: #ECAEDC; }
a { background-color: rgb(236,174,220); }
div.DivClassName
{
background-color: #ECAEDC;
}
.BgClassName
{
background-color: #ECAEDC;
}
</style>
border-color css
<style>
span { border-color: #ECAEDC; }
span { border-color: rgb(236,174,220); }
td.TdClassName
{
border-color: #ECAEDC;
}
.TagClassName
{
border-color: #ECAEDC;
}
</style>