Shades of Lavender Pink #ECACD3
Tints of Lavender Pink #ECACD3
RGB
CMYK
RGB Variations
Color information
#ECACD3 (or 0xECACD3) is known color: Lavender Pink. HEX triplet: EC, AC and D3. RGB value is (236,172,211). Sum of RGB (Red+Green+Blue) = 236+172+211=619 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.13% from 619); Green value is 172 (67.58% from 255 or 27.79% from 619); Blue value is 211 (82.81% from 255 or 34.09% from 619); Max value from RGB is 236 - color contains mainly: red. Hex color #ECACD3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECACD3 is #13532C. Grayscale: #C3C3C3. Windows color (decimal): -1266477 or 13872364. OLE color: 13872364.
HSL color Cylindrical-coordinate representation of color #ECACD3: hue angle of 323.44º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ECACD3 is Cyan = 0, Magento = 0.27, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 172 | 211 | - |
| CMYK | 0 | 0.27 | 0.11 | 0.07 |
| HSL | 323.44º | 0.63% | 0.8% | - |
| HSV(B) | 323.44º | 0.27% | 0.93% | - |
| XYZ | 61.1 | 52.04 | 68.45 | - |
| YUV | 195.58 | 136.7 | 156.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 172 | 211 | 0 | 0.27 | 0.11 | 0.07 | 323.44 | 0.63 | 0.8 |
| Hex | EC | AC | D3 | 0 | 1B | B | 7 | 143 | 3F | 50 |
| Octal | 354 | 254 | 323 | 0 | 33 | 13 | 7 | 503 | 77 | 120 |
| Binary | 11101100 | 10101100 | 11010011 | 0 | 11011 | 1011 | 111 | 101000011 | 111111 | 1010000 |
Color Harmonies of #ECACD3
Complementary color
Monochromatic Colors of #ECACD3
Black with #ECACD3
Text Example
Text Example
White with #ECACD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECACD3; }
p { color: rgb(236,172,211); }
H1.HeaderClassName
{
color: #ECACD3;
}
.AnyTagClassName
{
color: #ECACD3;
}
</style>
background-color css
<style>
a { background-color: #ECACD3; }
a { background-color: rgb(236,172,211); }
div.DivClassName
{
background-color: #ECACD3;
}
.BgClassName
{
background-color: #ECACD3;
}
</style>
border-color css
<style>
span { border-color: #ECACD3; }
span { border-color: rgb(236,172,211); }
td.TdClassName
{
border-color: #ECACD3;
}
.TagClassName
{
border-color: #ECACD3;
}
</style>