Shades of French Lilac #ECB4DD
Tints of French Lilac #ECB4DD
RGB
CMYK
RGB Variations
Color information
#ECB4DD (or 0xECB4DD) is known color: French Lilac. HEX triplet: EC, B4 and DD. RGB value is (236,180,221). Sum of RGB (Red+Green+Blue) = 236+180+221=637 (84% of max value = 765). Red value is 236 (92.58% from 255 or 37.05% from 637); Green value is 180 (70.70% from 255 or 28.26% from 637); Blue value is 221 (86.72% from 255 or 34.69% from 637); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB4DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECB4DD is #134B22. Grayscale: #C9C9C9. Windows color (decimal): -1264419 or 14529772. OLE color: 14529772.
HSL color Cylindrical-coordinate representation of color #ECB4DD: hue angle of 316.07º 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 #ECB4DD is Cyan = 0, Magento = 0.24, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 180 | 221 | - |
| CMYK | 0 | 0.24 | 0.06 | 0.07 |
| HSL | 316.07º | 0.6% | 0.82% | - |
| HSV(B) | 316.07º | 0.24% | 0.93% | - |
| XYZ | 63.96 | 55.7 | 75.79 | - |
| YUV | 201.42 | 139.05 | 152.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 180 | 221 | 0 | 0.24 | 0.06 | 0.07 | 316.07 | 0.6 | 0.82 |
| Hex | EC | B4 | DD | 0 | 18 | 6 | 7 | 13C | 3C | 52 |
| Octal | 354 | 264 | 335 | 0 | 30 | 6 | 7 | 474 | 74 | 122 |
| Binary | 11101100 | 10110100 | 11011101 | 0 | 11000 | 110 | 111 | 100111100 | 111100 | 1010010 |
Color Harmonies of #ECB4DD
Complementary color
Monochromatic Colors of #ECB4DD
Black with #ECB4DD
Text Example
Text Example
White with #ECB4DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB4DD; }
p { color: rgb(236,180,221); }
H1.HeaderClassName
{
color: #ECB4DD;
}
.AnyTagClassName
{
color: #ECB4DD;
}
</style>
background-color css
<style>
a { background-color: #ECB4DD; }
a { background-color: rgb(236,180,221); }
div.DivClassName
{
background-color: #ECB4DD;
}
.BgClassName
{
background-color: #ECB4DD;
}
</style>
border-color css
<style>
span { border-color: #ECB4DD; }
span { border-color: rgb(236,180,221); }
td.TdClassName
{
border-color: #ECB4DD;
}
.TagClassName
{
border-color: #ECB4DD;
}
</style>