Shades of Lavender Pink #ECAAD4
Tints of Lavender Pink #ECAAD4
RGB
CMYK
RGB Variations
Color information
#ECAAD4 (or 0xECAAD4) is known color: Lavender Pink. HEX triplet: EC, AA and D4. RGB value is (236,170,212). Sum of RGB (Red+Green+Blue) = 236+170+212=618 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.19% from 618); Green value is 170 (66.80% from 255 or 27.51% from 618); Blue value is 212 (83.20% from 255 or 34.30% from 618); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAAD4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECAAD4 is #13552B. Grayscale: #C2C2C2. Windows color (decimal): -1266988 or 13937388. OLE color: 13937388.
HSL color Cylindrical-coordinate representation of color #ECAAD4: hue angle of 321.82º 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 #ECAAD4 is Cyan = 0, Magento = 0.28, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 170 | 212 | - |
| CMYK | 0 | 0.28 | 0.10 | 0.07 |
| HSL | 321.82º | 0.63% | 0.8% | - |
| HSV(B) | 321.82º | 0.28% | 0.93% | - |
| XYZ | 60.85 | 51.34 | 68.99 | - |
| YUV | 194.52 | 137.87 | 157.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 170 | 212 | 0 | 0.28 | 0.10 | 0.07 | 321.82 | 0.63 | 0.8 |
| Hex | EC | AA | D4 | 0 | 1C | A | 7 | 142 | 3F | 50 |
| Octal | 354 | 252 | 324 | 0 | 34 | 12 | 7 | 502 | 77 | 120 |
| Binary | 11101100 | 10101010 | 11010100 | 0 | 11100 | 1010 | 111 | 101000010 | 111111 | 1010000 |
Color Harmonies of #ECAAD4
Complementary color
Monochromatic Colors of #ECAAD4
Black with #ECAAD4
Text Example
Text Example
White with #ECAAD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECAAD4; }
p { color: rgb(236,170,212); }
H1.HeaderClassName
{
color: #ECAAD4;
}
.AnyTagClassName
{
color: #ECAAD4;
}
</style>
background-color css
<style>
a { background-color: #ECAAD4; }
a { background-color: rgb(236,170,212); }
div.DivClassName
{
background-color: #ECAAD4;
}
.BgClassName
{
background-color: #ECAAD4;
}
</style>
border-color css
<style>
span { border-color: #ECAAD4; }
span { border-color: rgb(236,170,212); }
td.TdClassName
{
border-color: #ECAAD4;
}
.TagClassName
{
border-color: #ECAAD4;
}
</style>