Shades of Lavender Pink #ECACD2
Tints of Lavender Pink #ECACD2
RGB
CMYK
RGB Variations
Color information
#ECACD2 (or 0xECACD2) is known color: Lavender Pink. HEX triplet: EC, AC and D2. RGB value is (236,172,210). Sum of RGB (Red+Green+Blue) = 236+172+210=618 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.19% from 618); Green value is 172 (67.58% from 255 or 27.83% from 618); Blue value is 210 (82.42% from 255 or 33.98% from 618); Max value from RGB is 236 - color contains mainly: red. Hex color #ECACD2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECACD2 is #13532D. Grayscale: #C3C3C3. Windows color (decimal): -1266478 or 13806828. OLE color: 13806828.
HSL color Cylindrical-coordinate representation of color #ECACD2: hue angle of 324.38º 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 #ECACD2 is Cyan = 0, Magento = 0.27, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 172 | 210 | - |
| CMYK | 0 | 0.27 | 0.11 | 0.07 |
| HSL | 324.38º | 0.63% | 0.8% | - |
| HSV(B) | 324.38º | 0.27% | 0.93% | - |
| XYZ | 60.98 | 51.99 | 67.79 | - |
| YUV | 195.47 | 136.2 | 156.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 172 | 210 | 0 | 0.27 | 0.11 | 0.07 | 324.38 | 0.63 | 0.8 |
| Hex | EC | AC | D2 | 0 | 1B | B | 7 | 144 | 3F | 50 |
| Octal | 354 | 254 | 322 | 0 | 33 | 13 | 7 | 504 | 77 | 120 |
| Binary | 11101100 | 10101100 | 11010010 | 0 | 11011 | 1011 | 111 | 101000100 | 111111 | 1010000 |
Color Harmonies of #ECACD2
Complementary color
Monochromatic Colors of #ECACD2
Black with #ECACD2
Text Example
Text Example
White with #ECACD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECACD2; }
p { color: rgb(236,172,210); }
H1.HeaderClassName
{
color: #ECACD2;
}
.AnyTagClassName
{
color: #ECACD2;
}
</style>
background-color css
<style>
a { background-color: #ECACD2; }
a { background-color: rgb(236,172,210); }
div.DivClassName
{
background-color: #ECACD2;
}
.BgClassName
{
background-color: #ECACD2;
}
</style>
border-color css
<style>
span { border-color: #ECACD2; }
span { border-color: rgb(236,172,210); }
td.TdClassName
{
border-color: #ECACD2;
}
.TagClassName
{
border-color: #ECACD2;
}
</style>