Shades of French Lilac #ECAFDD
Tints of French Lilac #ECAFDD
RGB
CMYK
RGB Variations
Color information
#ECAFDD (or 0xECAFDD) is known color: French Lilac. HEX triplet: EC, AF and DD. RGB value is (236,175,221). Sum of RGB (Red+Green+Blue) = 236+175+221=632 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.34% from 632); Green value is 175 (68.75% from 255 or 27.69% from 632); Blue value is 221 (86.72% from 255 or 34.97% from 632); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAFDD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECAFDD is #135022. Grayscale: #C6C6C6. Windows color (decimal): -1265699 or 14528492. OLE color: 14528492.
HSL color Cylindrical-coordinate representation of color #ECAFDD: hue angle of 314.75º 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 #ECAFDD is Cyan = 0, Magento = 0.26, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 175 | 221 | - |
| CMYK | 0 | 0.26 | 0.06 | 0.07 |
| HSL | 314.75º | 0.62% | 0.81% | - |
| HSV(B) | 314.75º | 0.26% | 0.93% | - |
| XYZ | 62.97 | 53.71 | 75.46 | - |
| YUV | 198.48 | 140.71 | 154.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 175 | 221 | 0 | 0.26 | 0.06 | 0.07 | 314.75 | 0.62 | 0.81 |
| Hex | EC | AF | DD | 0 | 1A | 6 | 7 | 13B | 3E | 51 |
| Octal | 354 | 257 | 335 | 0 | 32 | 6 | 7 | 473 | 76 | 121 |
| Binary | 11101100 | 10101111 | 11011101 | 0 | 11010 | 110 | 111 | 100111011 | 111110 | 1010001 |
Color Harmonies of #ECAFDD
Complementary color
Monochromatic Colors of #ECAFDD
Black with #ECAFDD
Text Example
Text Example
White with #ECAFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECAFDD; }
p { color: rgb(236,175,221); }
H1.HeaderClassName
{
color: #ECAFDD;
}
.AnyTagClassName
{
color: #ECAFDD;
}
</style>
background-color css
<style>
a { background-color: #ECAFDD; }
a { background-color: rgb(236,175,221); }
div.DivClassName
{
background-color: #ECAFDD;
}
.BgClassName
{
background-color: #ECAFDD;
}
</style>
border-color css
<style>
span { border-color: #ECAFDD; }
span { border-color: rgb(236,175,221); }
td.TdClassName
{
border-color: #ECAFDD;
}
.TagClassName
{
border-color: #ECAFDD;
}
</style>