Shades of Lavender Pink #ECABCC
Tints of Lavender Pink #ECABCC
RGB
CMYK
RGB Variations
Color information
#ECABCC (or 0xECABCC) is known color: Lavender Pink. HEX triplet: EC, AB and CC. RGB value is (236,171,204). Sum of RGB (Red+Green+Blue) = 236+171+204=611 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.63% from 611); Green value is 171 (67.19% from 255 or 27.99% from 611); Blue value is 204 (80.08% from 255 or 33.39% from 611); Max value from RGB is 236 - color contains mainly: red. Hex color #ECABCC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECABCC is #135433. Grayscale: #C2C2C2. Windows color (decimal): -1266740 or 13413356. OLE color: 13413356.
HSL color Cylindrical-coordinate representation of color #ECABCC: hue angle of 329.54º 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 #ECABCC is Cyan = 0, Magento = 0.28, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 171 | 204 | - |
| CMYK | 0 | 0.28 | 0.14 | 0.07 |
| HSL | 329.54º | 0.63% | 0.8% | - |
| HSV(B) | 329.54º | 0.28% | 0.93% | - |
| XYZ | 60.05 | 51.32 | 63.87 | - |
| YUV | 194.2 | 133.53 | 157.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 171 | 204 | 0 | 0.28 | 0.14 | 0.07 | 329.54 | 0.63 | 0.8 |
| Hex | EC | AB | CC | 0 | 1C | E | 7 | 14A | 3F | 50 |
| Octal | 354 | 253 | 314 | 0 | 34 | 16 | 7 | 512 | 77 | 120 |
| Binary | 11101100 | 10101011 | 11001100 | 0 | 11100 | 1110 | 111 | 101001010 | 111111 | 1010000 |
Color Harmonies of #ECABCC
Complementary color
Monochromatic Colors of #ECABCC
Black with #ECABCC
Text Example
Text Example
White with #ECABCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECABCC; }
p { color: rgb(236,171,204); }
H1.HeaderClassName
{
color: #ECABCC;
}
.AnyTagClassName
{
color: #ECABCC;
}
</style>
background-color css
<style>
a { background-color: #ECABCC; }
a { background-color: rgb(236,171,204); }
div.DivClassName
{
background-color: #ECABCC;
}
.BgClassName
{
background-color: #ECABCC;
}
</style>
border-color css
<style>
span { border-color: #ECABCC; }
span { border-color: rgb(236,171,204); }
td.TdClassName
{
border-color: #ECABCC;
}
.TagClassName
{
border-color: #ECABCC;
}
</style>