Shades of Lavender Pink #ECAECD
Tints of Lavender Pink #ECAECD
RGB
CMYK
RGB Variations
Color information
#ECAECD (or 0xECAECD) is known color: Lavender Pink. HEX triplet: EC, AE and CD. RGB value is (236,174,205). Sum of RGB (Red+Green+Blue) = 236+174+205=615 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.37% from 615); Green value is 174 (68.36% from 255 or 28.29% from 615); Blue value is 205 (80.47% from 255 or 33.33% from 615); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAECD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECAECD is #135132. Grayscale: #C4C4C4. Windows color (decimal): -1265971 or 13479660. OLE color: 13479660.
HSL color Cylindrical-coordinate representation of color #ECAECD: hue angle of 330º degrees, saturation: 0.62, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ECAECD is Cyan = 0, Magento = 0.26, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 174 | 205 | - |
| CMYK | 0 | 0.26 | 0.13 | 0.07 |
| HSL | 330º | 0.62% | 0.8% | - |
| HSV(B) | 330º | 0.26% | 0.93% | - |
| XYZ | 60.75 | 52.51 | 64.69 | - |
| YUV | 196.07 | 133.04 | 156.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 174 | 205 | 0 | 0.26 | 0.13 | 0.07 | 330 | 0.62 | 0.8 |
| Hex | EC | AE | CD | 0 | 1A | D | 7 | 14A | 3E | 50 |
| Octal | 354 | 256 | 315 | 0 | 32 | 15 | 7 | 512 | 76 | 120 |
| Binary | 11101100 | 10101110 | 11001101 | 0 | 11010 | 1101 | 111 | 101001010 | 111110 | 1010000 |
Color Harmonies of #ECAECD
Complementary color
Monochromatic Colors of #ECAECD
Black with #ECAECD
Text Example
Text Example
White with #ECAECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECAECD; }
p { color: rgb(236,174,205); }
H1.HeaderClassName
{
color: #ECAECD;
}
.AnyTagClassName
{
color: #ECAECD;
}
</style>
background-color css
<style>
a { background-color: #ECAECD; }
a { background-color: rgb(236,174,205); }
div.DivClassName
{
background-color: #ECAECD;
}
.BgClassName
{
background-color: #ECAECD;
}
</style>
border-color css
<style>
span { border-color: #ECAECD; }
span { border-color: rgb(236,174,205); }
td.TdClassName
{
border-color: #ECAECD;
}
.TagClassName
{
border-color: #ECAECD;
}
</style>