Shades of French Lilac #ECAFDB
Tints of French Lilac #ECAFDB
RGB
CMYK
RGB Variations
Color information
#ECAFDB (or 0xECAFDB) is known color: French Lilac. HEX triplet: EC, AF and DB. RGB value is (236,175,219). Sum of RGB (Red+Green+Blue) = 236+175+219=630 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.46% from 630); Green value is 175 (68.75% from 255 or 27.78% from 630); Blue value is 219 (85.94% from 255 or 34.76% from 630); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAFDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECAFDB is #135024. Grayscale: #C6C6C6. Windows color (decimal): -1265701 or 14397420. OLE color: 14397420.
HSL color Cylindrical-coordinate representation of color #ECAFDB: hue angle of 316.72º 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 #ECAFDB is Cyan = 0, Magento = 0.26, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 175 | 219 | - |
| CMYK | 0 | 0.26 | 0.07 | 0.07 |
| HSL | 316.72º | 0.62% | 0.81% | - |
| HSV(B) | 316.72º | 0.26% | 0.93% | - |
| XYZ | 62.71 | 53.61 | 74.06 | - |
| YUV | 198.26 | 139.71 | 154.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 175 | 219 | 0 | 0.26 | 0.07 | 0.07 | 316.72 | 0.62 | 0.81 |
| Hex | EC | AF | DB | 0 | 1A | 7 | 7 | 13D | 3E | 51 |
| Octal | 354 | 257 | 333 | 0 | 32 | 7 | 7 | 475 | 76 | 121 |
| Binary | 11101100 | 10101111 | 11011011 | 0 | 11010 | 111 | 111 | 100111101 | 111110 | 1010001 |
Color Harmonies of #ECAFDB
Complementary color
Monochromatic Colors of #ECAFDB
Black with #ECAFDB
Text Example
Text Example
White with #ECAFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECAFDB; }
p { color: rgb(236,175,219); }
H1.HeaderClassName
{
color: #ECAFDB;
}
.AnyTagClassName
{
color: #ECAFDB;
}
</style>
background-color css
<style>
a { background-color: #ECAFDB; }
a { background-color: rgb(236,175,219); }
div.DivClassName
{
background-color: #ECAFDB;
}
.BgClassName
{
background-color: #ECAFDB;
}
</style>
border-color css
<style>
span { border-color: #ECAFDB; }
span { border-color: rgb(236,175,219); }
td.TdClassName
{
border-color: #ECAFDB;
}
.TagClassName
{
border-color: #ECAFDB;
}
</style>