Shades of Lavender Pink #ECADD6
Tints of Lavender Pink #ECADD6
RGB
CMYK
RGB Variations
Color information
#ECADD6 (or 0xECADD6) is known color: Lavender Pink. HEX triplet: EC, AD and D6. RGB value is (236,173,214). Sum of RGB (Red+Green+Blue) = 236+173+214=623 (82% of max value = 765). Red value is 236 (92.58% from 255 or 37.88% from 623); Green value is 173 (67.97% from 255 or 27.77% from 623); Blue value is 214 (83.98% from 255 or 34.35% from 623); Max value from RGB is 236 - color contains mainly: red. Hex color #ECADD6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECADD6 is #135229. Grayscale: #C4C4C4. Windows color (decimal): -1266218 or 14069228. OLE color: 14069228.
HSL color Cylindrical-coordinate representation of color #ECADD6: hue angle of 320.95º 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 #ECADD6 is Cyan = 0, Magento = 0.27, Yellow = 0.09 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 173 | 214 | - |
| CMYK | 0 | 0.27 | 0.09 | 0.07 |
| HSL | 320.95º | 0.62% | 0.8% | - |
| HSV(B) | 320.95º | 0.27% | 0.93% | - |
| XYZ | 61.67 | 52.58 | 70.52 | - |
| YUV | 196.51 | 137.87 | 156.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 173 | 214 | 0 | 0.27 | 0.09 | 0.07 | 320.95 | 0.62 | 0.8 |
| Hex | EC | AD | D6 | 0 | 1B | 9 | 7 | 141 | 3E | 50 |
| Octal | 354 | 255 | 326 | 0 | 33 | 11 | 7 | 501 | 76 | 120 |
| Binary | 11101100 | 10101101 | 11010110 | 0 | 11011 | 1001 | 111 | 101000001 | 111110 | 1010000 |
Color Harmonies of #ECADD6
Complementary color
Monochromatic Colors of #ECADD6
Black with #ECADD6
Text Example
Text Example
White with #ECADD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECADD6; }
p { color: rgb(236,173,214); }
H1.HeaderClassName
{
color: #ECADD6;
}
.AnyTagClassName
{
color: #ECADD6;
}
</style>
background-color css
<style>
a { background-color: #ECADD6; }
a { background-color: rgb(236,173,214); }
div.DivClassName
{
background-color: #ECADD6;
}
.BgClassName
{
background-color: #ECADD6;
}
</style>
border-color css
<style>
span { border-color: #ECADD6; }
span { border-color: rgb(236,173,214); }
td.TdClassName
{
border-color: #ECADD6;
}
.TagClassName
{
border-color: #ECADD6;
}
</style>