Shades of Lavender Pink #ECADD7
Tints of Lavender Pink #ECADD7
RGB
CMYK
RGB Variations
Color information
#ECADD7 (or 0xECADD7) is known color: Lavender Pink. HEX triplet: EC, AD and D7. RGB value is (236,173,215). Sum of RGB (Red+Green+Blue) = 236+173+215=624 (82% of max value = 765). Red value is 236 (92.58% from 255 or 37.82% from 624); Green value is 173 (67.97% from 255 or 27.72% from 624); Blue value is 215 (84.38% from 255 or 34.46% from 624); Max value from RGB is 236 - color contains mainly: red. Hex color #ECADD7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECADD7 is #135228. Grayscale: #C4C4C4. Windows color (decimal): -1266217 or 14134764. OLE color: 14134764.
HSL color Cylindrical-coordinate representation of color #ECADD7: hue angle of 320º 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 #ECADD7 is Cyan = 0, Magento = 0.27, Yellow = 0.09 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 173 | 215 | - |
| CMYK | 0 | 0.27 | 0.09 | 0.07 |
| HSL | 320º | 0.62% | 0.8% | - |
| HSV(B) | 320º | 0.27% | 0.93% | - |
| XYZ | 61.8 | 52.63 | 71.19 | - |
| YUV | 196.63 | 138.37 | 156.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 173 | 215 | 0 | 0.27 | 0.09 | 0.07 | 320 | 0.62 | 0.8 |
| Hex | EC | AD | D7 | 0 | 1B | 9 | 7 | 140 | 3E | 50 |
| Octal | 354 | 255 | 327 | 0 | 33 | 11 | 7 | 500 | 76 | 120 |
| Binary | 11101100 | 10101101 | 11010111 | 0 | 11011 | 1001 | 111 | 101000000 | 111110 | 1010000 |
Color Harmonies of #ECADD7
Complementary color
Monochromatic Colors of #ECADD7
Black with #ECADD7
Text Example
Text Example
White with #ECADD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECADD7; }
p { color: rgb(236,173,215); }
H1.HeaderClassName
{
color: #ECADD7;
}
.AnyTagClassName
{
color: #ECADD7;
}
</style>
background-color css
<style>
a { background-color: #ECADD7; }
a { background-color: rgb(236,173,215); }
div.DivClassName
{
background-color: #ECADD7;
}
.BgClassName
{
background-color: #ECADD7;
}
</style>
border-color css
<style>
span { border-color: #ECADD7; }
span { border-color: rgb(236,173,215); }
td.TdClassName
{
border-color: #ECADD7;
}
.TagClassName
{
border-color: #ECADD7;
}
</style>