Shades of Lavender Pink #ECABCD
Tints of Lavender Pink #ECABCD
RGB
CMYK
RGB Variations
Color information
#ECABCD (or 0xECABCD) is known color: Lavender Pink. HEX triplet: EC, AB and CD. RGB value is (236,171,205). Sum of RGB (Red+Green+Blue) = 236+171+205=612 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.56% from 612); Green value is 171 (67.19% from 255 or 27.94% from 612); Blue value is 205 (80.47% from 255 or 33.50% from 612); Max value from RGB is 236 - color contains mainly: red. Hex color #ECABCD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECABCD is #135432. Grayscale: #C2C2C2. Windows color (decimal): -1266739 or 13478892. OLE color: 13478892.
HSL color Cylindrical-coordinate representation of color #ECABCD: hue angle of 328.62º 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 #ECABCD is Cyan = 0, Magento = 0.28, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 171 | 205 | - |
| CMYK | 0 | 0.28 | 0.13 | 0.07 |
| HSL | 328.62º | 0.63% | 0.8% | - |
| HSV(B) | 328.62º | 0.28% | 0.93% | - |
| XYZ | 60.17 | 51.37 | 64.5 | - |
| YUV | 194.31 | 134.03 | 157.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 171 | 205 | 0 | 0.28 | 0.13 | 0.07 | 328.62 | 0.63 | 0.8 |
| Hex | EC | AB | CD | 0 | 1C | D | 7 | 149 | 3F | 50 |
| Octal | 354 | 253 | 315 | 0 | 34 | 15 | 7 | 511 | 77 | 120 |
| Binary | 11101100 | 10101011 | 11001101 | 0 | 11100 | 1101 | 111 | 101001001 | 111111 | 1010000 |
Color Harmonies of #ECABCD
Complementary color
Monochromatic Colors of #ECABCD
Black with #ECABCD
Text Example
Text Example
White with #ECABCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECABCD; }
p { color: rgb(236,171,205); }
H1.HeaderClassName
{
color: #ECABCD;
}
.AnyTagClassName
{
color: #ECABCD;
}
</style>
background-color css
<style>
a { background-color: #ECABCD; }
a { background-color: rgb(236,171,205); }
div.DivClassName
{
background-color: #ECABCD;
}
.BgClassName
{
background-color: #ECABCD;
}
</style>
border-color css
<style>
span { border-color: #ECABCD; }
span { border-color: rgb(236,171,205); }
td.TdClassName
{
border-color: #ECABCD;
}
.TagClassName
{
border-color: #ECABCD;
}
</style>