Shades of Lavender Pink #ECACD1
Tints of Lavender Pink #ECACD1
RGB
CMYK
RGB Variations
Color information
#ECACD1 (or 0xECACD1) is known color: Lavender Pink. HEX triplet: EC, AC and D1. RGB value is (236,172,209). Sum of RGB (Red+Green+Blue) = 236+172+209=617 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.25% from 617); Green value is 172 (67.58% from 255 or 27.88% from 617); Blue value is 209 (82.03% from 255 or 33.87% from 617); Max value from RGB is 236 - color contains mainly: red. Hex color #ECACD1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECACD1 is #13532E. Grayscale: #C3C3C3. Windows color (decimal): -1266479 or 13741292. OLE color: 13741292.
HSL color Cylindrical-coordinate representation of color #ECACD1: hue angle of 325.31º 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 #ECACD1 is Cyan = 0, Magento = 0.27, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 172 | 209 | - |
| CMYK | 0 | 0.27 | 0.11 | 0.07 |
| HSL | 325.31º | 0.63% | 0.8% | - |
| HSV(B) | 325.31º | 0.27% | 0.93% | - |
| XYZ | 60.85 | 51.94 | 67.14 | - |
| YUV | 195.35 | 135.7 | 156.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 172 | 209 | 0 | 0.27 | 0.11 | 0.07 | 325.31 | 0.63 | 0.8 |
| Hex | EC | AC | D1 | 0 | 1B | B | 7 | 145 | 3F | 50 |
| Octal | 354 | 254 | 321 | 0 | 33 | 13 | 7 | 505 | 77 | 120 |
| Binary | 11101100 | 10101100 | 11010001 | 0 | 11011 | 1011 | 111 | 101000101 | 111111 | 1010000 |
Color Harmonies of #ECACD1
Complementary color
Monochromatic Colors of #ECACD1
Black with #ECACD1
Text Example
Text Example
White with #ECACD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECACD1; }
p { color: rgb(236,172,209); }
H1.HeaderClassName
{
color: #ECACD1;
}
.AnyTagClassName
{
color: #ECACD1;
}
</style>
background-color css
<style>
a { background-color: #ECACD1; }
a { background-color: rgb(236,172,209); }
div.DivClassName
{
background-color: #ECACD1;
}
.BgClassName
{
background-color: #ECACD1;
}
</style>
border-color css
<style>
span { border-color: #ECACD1; }
span { border-color: rgb(236,172,209); }
td.TdClassName
{
border-color: #ECACD1;
}
.TagClassName
{
border-color: #ECACD1;
}
</style>