Shades of French Lilac #ECAFDA
Tints of French Lilac #ECAFDA
RGB
CMYK
RGB Variations
Color information
#ECAFDA (or 0xECAFDA) is known color: French Lilac. HEX triplet: EC, AF and DA. RGB value is (236,175,218). Sum of RGB (Red+Green+Blue) = 236+175+218=629 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.52% from 629); Green value is 175 (68.75% from 255 or 27.82% from 629); Blue value is 218 (85.55% from 255 or 34.66% from 629); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAFDA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECAFDA is #135025. Grayscale: #C6C6C6. Windows color (decimal): -1265702 or 14331884. OLE color: 14331884.
HSL color Cylindrical-coordinate representation of color #ECAFDA: hue angle of 317.7º degrees, saturation: 0.62, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ECAFDA is Cyan = 0, Magento = 0.26, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 175 | 218 | - |
| CMYK | 0 | 0.26 | 0.08 | 0.07 |
| HSL | 317.7º | 0.62% | 0.81% | - |
| HSV(B) | 317.7º | 0.26% | 0.93% | - |
| XYZ | 62.58 | 53.55 | 73.37 | - |
| YUV | 198.14 | 139.21 | 155 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 175 | 218 | 0 | 0.26 | 0.08 | 0.07 | 317.7 | 0.62 | 0.81 |
| Hex | EC | AF | DA | 0 | 1A | 8 | 7 | 13E | 3E | 51 |
| Octal | 354 | 257 | 332 | 0 | 32 | 10 | 7 | 476 | 76 | 121 |
| Binary | 11101100 | 10101111 | 11011010 | 0 | 11010 | 1000 | 111 | 100111110 | 111110 | 1010001 |
Color Harmonies of #ECAFDA
Complementary color
Monochromatic Colors of #ECAFDA
Black with #ECAFDA
Text Example
Text Example
White with #ECAFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECAFDA; }
p { color: rgb(236,175,218); }
H1.HeaderClassName
{
color: #ECAFDA;
}
.AnyTagClassName
{
color: #ECAFDA;
}
</style>
background-color css
<style>
a { background-color: #ECAFDA; }
a { background-color: rgb(236,175,218); }
div.DivClassName
{
background-color: #ECAFDA;
}
.BgClassName
{
background-color: #ECAFDA;
}
</style>
border-color css
<style>
span { border-color: #ECAFDA; }
span { border-color: rgb(236,175,218); }
td.TdClassName
{
border-color: #ECAFDA;
}
.TagClassName
{
border-color: #ECAFDA;
}
</style>