Shades of Lavender Pink #ECADCD
Tints of Lavender Pink #ECADCD
RGB
CMYK
RGB Variations
Color information
#ECADCD (or 0xECADCD) is known color: Lavender Pink. HEX triplet: EC, AD and CD. RGB value is (236,173,205). Sum of RGB (Red+Green+Blue) = 236+173+205=614 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.44% from 614); Green value is 173 (67.97% from 255 or 28.18% from 614); Blue value is 205 (80.47% from 255 or 33.39% from 614); Max value from RGB is 236 - color contains mainly: red. Hex color #ECADCD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECADCD is #135232. Grayscale: #C3C3C3. Windows color (decimal): -1266227 or 13479404. OLE color: 13479404.
HSL color Cylindrical-coordinate representation of color #ECADCD: hue angle of 329.52º degrees, saturation: 0.62, 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 #ECADCD is Cyan = 0, Magento = 0.27, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 173 | 205 | - |
| CMYK | 0 | 0.27 | 0.13 | 0.07 |
| HSL | 329.52º | 0.62% | 0.8% | - |
| HSV(B) | 329.52º | 0.27% | 0.93% | - |
| XYZ | 60.56 | 52.13 | 64.63 | - |
| YUV | 195.49 | 133.37 | 156.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 173 | 205 | 0 | 0.27 | 0.13 | 0.07 | 329.52 | 0.62 | 0.8 |
| Hex | EC | AD | CD | 0 | 1B | D | 7 | 14A | 3E | 50 |
| Octal | 354 | 255 | 315 | 0 | 33 | 15 | 7 | 512 | 76 | 120 |
| Binary | 11101100 | 10101101 | 11001101 | 0 | 11011 | 1101 | 111 | 101001010 | 111110 | 1010000 |
Color Harmonies of #ECADCD
Complementary color
Monochromatic Colors of #ECADCD
Black with #ECADCD
Text Example
Text Example
White with #ECADCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECADCD; }
p { color: rgb(236,173,205); }
H1.HeaderClassName
{
color: #ECADCD;
}
.AnyTagClassName
{
color: #ECADCD;
}
</style>
background-color css
<style>
a { background-color: #ECADCD; }
a { background-color: rgb(236,173,205); }
div.DivClassName
{
background-color: #ECADCD;
}
.BgClassName
{
background-color: #ECADCD;
}
</style>
border-color css
<style>
span { border-color: #ECADCD; }
span { border-color: rgb(236,173,205); }
td.TdClassName
{
border-color: #ECADCD;
}
.TagClassName
{
border-color: #ECADCD;
}
</style>