Shades of French Lilac #ECAEDA
Tints of French Lilac #ECAEDA
RGB
CMYK
RGB Variations
Color information
#ECAEDA (or 0xECAEDA) is known color: French Lilac. HEX triplet: EC, AE and DA. RGB value is (236,174,218). Sum of RGB (Red+Green+Blue) = 236+174+218=628 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.58% from 628); Green value is 174 (68.36% from 255 or 27.71% from 628); Blue value is 218 (85.55% from 255 or 34.71% from 628); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAEDA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECAEDA is #135125. Grayscale: #C5C5C5. Windows color (decimal): -1265958 or 14331628. OLE color: 14331628.
HSL color Cylindrical-coordinate representation of color #ECAEDA: hue angle of 317.42º 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 #ECAEDA is Cyan = 0, Magento = 0.26, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 174 | 218 | - |
| CMYK | 0 | 0.26 | 0.08 | 0.07 |
| HSL | 317.42º | 0.62% | 0.8% | - |
| HSV(B) | 317.42º | 0.26% | 0.93% | - |
| XYZ | 62.38 | 53.17 | 73.3 | - |
| YUV | 197.55 | 139.54 | 155.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 174 | 218 | 0 | 0.26 | 0.08 | 0.07 | 317.42 | 0.62 | 0.8 |
| Hex | EC | AE | DA | 0 | 1A | 8 | 7 | 13D | 3E | 50 |
| Octal | 354 | 256 | 332 | 0 | 32 | 10 | 7 | 475 | 76 | 120 |
| Binary | 11101100 | 10101110 | 11011010 | 0 | 11010 | 1000 | 111 | 100111101 | 111110 | 1010000 |
Color Harmonies of #ECAEDA
Complementary color
Monochromatic Colors of #ECAEDA
Black with #ECAEDA
Text Example
Text Example
White with #ECAEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECAEDA; }
p { color: rgb(236,174,218); }
H1.HeaderClassName
{
color: #ECAEDA;
}
.AnyTagClassName
{
color: #ECAEDA;
}
</style>
background-color css
<style>
a { background-color: #ECAEDA; }
a { background-color: rgb(236,174,218); }
div.DivClassName
{
background-color: #ECAEDA;
}
.BgClassName
{
background-color: #ECAEDA;
}
</style>
border-color css
<style>
span { border-color: #ECAEDA; }
span { border-color: rgb(236,174,218); }
td.TdClassName
{
border-color: #ECAEDA;
}
.TagClassName
{
border-color: #ECAEDA;
}
</style>