Shades of French Lilac #ECAEDF
Tints of French Lilac #ECAEDF
RGB
CMYK
RGB Variations
Color information
#ECAEDF (or 0xECAEDF) is known color: French Lilac. HEX triplet: EC, AE and DF. RGB value is (236,174,223). Sum of RGB (Red+Green+Blue) = 236+174+223=633 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.28% from 633); Green value is 174 (68.36% from 255 or 27.49% from 633); Blue value is 223 (87.5% from 255 or 35.23% from 633); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAEDF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECAEDF is #135120. Grayscale: #C5C5C5. Windows color (decimal): -1265953 or 14659308. OLE color: 14659308.
HSL color Cylindrical-coordinate representation of color #ECAEDF: hue angle of 312.58º 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 #ECAEDF is Cyan = 0, Magento = 0.26, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 174 | 223 | - |
| CMYK | 0 | 0.26 | 0.06 | 0.07 |
| HSL | 312.58º | 0.62% | 0.8% | - |
| HSV(B) | 312.58º | 0.26% | 0.93% | - |
| XYZ | 63.05 | 53.43 | 76.8 | - |
| YUV | 198.12 | 142.04 | 155.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 174 | 223 | 0 | 0.26 | 0.06 | 0.07 | 312.58 | 0.62 | 0.8 |
| Hex | EC | AE | DF | 0 | 1A | 6 | 7 | 139 | 3E | 50 |
| Octal | 354 | 256 | 337 | 0 | 32 | 6 | 7 | 471 | 76 | 120 |
| Binary | 11101100 | 10101110 | 11011111 | 0 | 11010 | 110 | 111 | 100111001 | 111110 | 1010000 |
Color Harmonies of #ECAEDF
Complementary color
Monochromatic Colors of #ECAEDF
Black with #ECAEDF
Text Example
Text Example
White with #ECAEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECAEDF; }
p { color: rgb(236,174,223); }
H1.HeaderClassName
{
color: #ECAEDF;
}
.AnyTagClassName
{
color: #ECAEDF;
}
</style>
background-color css
<style>
a { background-color: #ECAEDF; }
a { background-color: rgb(236,174,223); }
div.DivClassName
{
background-color: #ECAEDF;
}
.BgClassName
{
background-color: #ECAEDF;
}
</style>
border-color css
<style>
span { border-color: #ECAEDF; }
span { border-color: rgb(236,174,223); }
td.TdClassName
{
border-color: #ECAEDF;
}
.TagClassName
{
border-color: #ECAEDF;
}
</style>