Shades of Lavender Pink #ECABD1
Tints of Lavender Pink #ECABD1
RGB
CMYK
RGB Variations
Color information
#ECABD1 (or 0xECABD1) is known color: Lavender Pink. HEX triplet: EC, AB and D1. RGB value is (236,171,209). Sum of RGB (Red+Green+Blue) = 236+171+209=616 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.31% from 616); Green value is 171 (67.19% from 255 or 27.76% from 616); Blue value is 209 (82.03% from 255 or 33.93% from 616); Max value from RGB is 236 - color contains mainly: red. Hex color #ECABD1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECABD1 is #13542E. Grayscale: #C2C2C2. Windows color (decimal): -1266735 or 13741036. OLE color: 13741036.
HSL color Cylindrical-coordinate representation of color #ECABD1: hue angle of 324.92º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ECABD1 is Cyan = 0, Magento = 0.28, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 171 | 209 | - |
| CMYK | 0 | 0.28 | 0.11 | 0.07 |
| HSL | 324.92º | 0.63% | 0.8% | - |
| HSV(B) | 324.92º | 0.28% | 0.93% | - |
| XYZ | 60.66 | 51.56 | 67.08 | - |
| YUV | 194.77 | 136.03 | 157.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 171 | 209 | 0 | 0.28 | 0.11 | 0.07 | 324.92 | 0.63 | 0.8 |
| Hex | EC | AB | D1 | 0 | 1C | B | 7 | 145 | 3F | 50 |
| Octal | 354 | 253 | 321 | 0 | 34 | 13 | 7 | 505 | 77 | 120 |
| Binary | 11101100 | 10101011 | 11010001 | 0 | 11100 | 1011 | 111 | 101000101 | 111111 | 1010000 |
Color Harmonies of #ECABD1
Complementary color
Monochromatic Colors of #ECABD1
Black with #ECABD1
Text Example
Text Example
White with #ECABD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECABD1; }
p { color: rgb(236,171,209); }
H1.HeaderClassName
{
color: #ECABD1;
}
.AnyTagClassName
{
color: #ECABD1;
}
</style>
background-color css
<style>
a { background-color: #ECABD1; }
a { background-color: rgb(236,171,209); }
div.DivClassName
{
background-color: #ECABD1;
}
.BgClassName
{
background-color: #ECABD1;
}
</style>
border-color css
<style>
span { border-color: #ECABD1; }
span { border-color: rgb(236,171,209); }
td.TdClassName
{
border-color: #ECABD1;
}
.TagClassName
{
border-color: #ECABD1;
}
</style>