Shades of Lavender Pink #ECACD4
Tints of Lavender Pink #ECACD4
RGB
CMYK
RGB Variations
Color information
#ECACD4 (or 0xECACD4) is known color: Lavender Pink. HEX triplet: EC, AC and D4. RGB value is (236,172,212). Sum of RGB (Red+Green+Blue) = 236+172+212=620 (82% of max value = 765). Red value is 236 (92.58% from 255 or 38.06% from 620); Green value is 172 (67.58% from 255 or 27.74% from 620); Blue value is 212 (83.20% from 255 or 34.19% from 620); Max value from RGB is 236 - color contains mainly: red. Hex color #ECACD4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECACD4 is #13532B. Grayscale: #C3C3C3. Windows color (decimal): -1266476 or 13937900. OLE color: 13937900.
HSL color Cylindrical-coordinate representation of color #ECACD4: hue angle of 322.5º 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 #ECACD4 is Cyan = 0, Magento = 0.27, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 172 | 212 | - |
| CMYK | 0 | 0.27 | 0.10 | 0.07 |
| HSL | 322.5º | 0.63% | 0.8% | - |
| HSV(B) | 322.5º | 0.27% | 0.93% | - |
| XYZ | 61.23 | 52.09 | 69.11 | - |
| YUV | 195.7 | 137.2 | 156.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 172 | 212 | 0 | 0.27 | 0.10 | 0.07 | 322.5 | 0.63 | 0.8 |
| Hex | EC | AC | D4 | 0 | 1B | A | 7 | 142 | 3F | 50 |
| Octal | 354 | 254 | 324 | 0 | 33 | 12 | 7 | 502 | 77 | 120 |
| Binary | 11101100 | 10101100 | 11010100 | 0 | 11011 | 1010 | 111 | 101000010 | 111111 | 1010000 |
Color Harmonies of #ECACD4
Complementary color
Monochromatic Colors of #ECACD4
Black with #ECACD4
Text Example
Text Example
White with #ECACD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECACD4; }
p { color: rgb(236,172,212); }
H1.HeaderClassName
{
color: #ECACD4;
}
.AnyTagClassName
{
color: #ECACD4;
}
</style>
background-color css
<style>
a { background-color: #ECACD4; }
a { background-color: rgb(236,172,212); }
div.DivClassName
{
background-color: #ECACD4;
}
.BgClassName
{
background-color: #ECACD4;
}
</style>
border-color css
<style>
span { border-color: #ECACD4; }
span { border-color: rgb(236,172,212); }
td.TdClassName
{
border-color: #ECACD4;
}
.TagClassName
{
border-color: #ECACD4;
}
</style>