Shades of Lavender Pink #ECAACD
Tints of Lavender Pink #ECAACD
RGB
CMYK
RGB Variations
Color information
#ECAACD (or 0xECAACD) is known color: Lavender Pink. HEX triplet: EC, AA and CD. RGB value is (236,170,205). Sum of RGB (Red+Green+Blue) = 236+170+205=611 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.63% from 611); Green value is 170 (66.80% from 255 or 27.82% from 611); Blue value is 205 (80.47% from 255 or 33.55% from 611); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAACD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECAACD is #135532. Grayscale: #C1C1C1. Windows color (decimal): -1266995 or 13478636. OLE color: 13478636.
HSL color Cylindrical-coordinate representation of color #ECAACD: hue angle of 328.18º 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 #ECAACD is Cyan = 0, Magento = 0.28, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 170 | 205 | - |
| CMYK | 0 | 0.28 | 0.13 | 0.07 |
| HSL | 328.18º | 0.63% | 0.8% | - |
| HSV(B) | 328.18º | 0.28% | 0.93% | - |
| XYZ | 59.99 | 50.99 | 64.44 | - |
| YUV | 193.72 | 134.37 | 158.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 170 | 205 | 0 | 0.28 | 0.13 | 0.07 | 328.18 | 0.63 | 0.8 |
| Hex | EC | AA | CD | 0 | 1C | D | 7 | 148 | 3F | 50 |
| Octal | 354 | 252 | 315 | 0 | 34 | 15 | 7 | 510 | 77 | 120 |
| Binary | 11101100 | 10101010 | 11001101 | 0 | 11100 | 1101 | 111 | 101001000 | 111111 | 1010000 |
Color Harmonies of #ECAACD
Complementary color
Monochromatic Colors of #ECAACD
Black with #ECAACD
Text Example
Text Example
White with #ECAACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECAACD; }
p { color: rgb(236,170,205); }
H1.HeaderClassName
{
color: #ECAACD;
}
.AnyTagClassName
{
color: #ECAACD;
}
</style>
background-color css
<style>
a { background-color: #ECAACD; }
a { background-color: rgb(236,170,205); }
div.DivClassName
{
background-color: #ECAACD;
}
.BgClassName
{
background-color: #ECAACD;
}
</style>
border-color css
<style>
span { border-color: #ECAACD; }
span { border-color: rgb(236,170,205); }
td.TdClassName
{
border-color: #ECAACD;
}
.TagClassName
{
border-color: #ECAACD;
}
</style>