Shades of French Lilac #ECB4DA
Tints of French Lilac #ECB4DA
RGB
CMYK
RGB Variations
Color information
#ECB4DA (or 0xECB4DA) is known color: French Lilac. HEX triplet: EC, B4 and DA. RGB value is (236,180,218). Sum of RGB (Red+Green+Blue) = 236+180+218=634 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.22% from 634); Green value is 180 (70.70% from 255 or 28.39% from 634); Blue value is 218 (85.55% from 255 or 34.38% from 634); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB4DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECB4DA is #134B25. Grayscale: #C8C8C8. Windows color (decimal): -1264422 or 14333164. OLE color: 14333164.
HSL color Cylindrical-coordinate representation of color #ECB4DA: hue angle of 319.29º degrees, saturation: 0.6, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ECB4DA is Cyan = 0, Magento = 0.24, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 180 | 218 | - |
| CMYK | 0 | 0.24 | 0.08 | 0.07 |
| HSL | 319.29º | 0.6% | 0.82% | - |
| HSV(B) | 319.29º | 0.24% | 0.93% | - |
| XYZ | 63.57 | 55.54 | 73.7 | - |
| YUV | 201.08 | 137.55 | 152.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 180 | 218 | 0 | 0.24 | 0.08 | 0.07 | 319.29 | 0.6 | 0.82 |
| Hex | EC | B4 | DA | 0 | 18 | 8 | 7 | 13F | 3C | 52 |
| Octal | 354 | 264 | 332 | 0 | 30 | 10 | 7 | 477 | 74 | 122 |
| Binary | 11101100 | 10110100 | 11011010 | 0 | 11000 | 1000 | 111 | 100111111 | 111100 | 1010010 |
Color Harmonies of #ECB4DA
Complementary color
Monochromatic Colors of #ECB4DA
Black with #ECB4DA
Text Example
Text Example
White with #ECB4DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB4DA; }
p { color: rgb(236,180,218); }
H1.HeaderClassName
{
color: #ECB4DA;
}
.AnyTagClassName
{
color: #ECB4DA;
}
</style>
background-color css
<style>
a { background-color: #ECB4DA; }
a { background-color: rgb(236,180,218); }
div.DivClassName
{
background-color: #ECB4DA;
}
.BgClassName
{
background-color: #ECB4DA;
}
</style>
border-color css
<style>
span { border-color: #ECB4DA; }
span { border-color: rgb(236,180,218); }
td.TdClassName
{
border-color: #ECB4DA;
}
.TagClassName
{
border-color: #ECB4DA;
}
</style>