Shades of Lavender Pink #ECB7D5
Tints of Lavender Pink #ECB7D5
RGB
CMYK
RGB Variations
Color information
#ECB7D5 (or 0xECB7D5) is known color: Lavender Pink. HEX triplet: EC, B7 and D5. RGB value is (236,183,213). Sum of RGB (Red+Green+Blue) = 236+183+213=632 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.34% from 632); Green value is 183 (71.88% from 255 or 28.96% from 632); Blue value is 213 (83.59% from 255 or 33.70% from 632); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB7D5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECB7D5 is #13482A. Grayscale: #CACACA. Windows color (decimal): -1263659 or 14006252. OLE color: 14006252.
HSL color Cylindrical-coordinate representation of color #ECB7D5: hue angle of 326.04º degrees, saturation: 0.58, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ECB7D5 is Cyan = 0, Magento = 0.22, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 183 | 213 | - |
| CMYK | 0 | 0.22 | 0.10 | 0.07 |
| HSL | 326.04º | 0.58% | 0.82% | - |
| HSV(B) | 326.04º | 0.22% | 0.93% | - |
| XYZ | 63.54 | 56.5 | 70.51 | - |
| YUV | 202.27 | 134.06 | 152.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 183 | 213 | 0 | 0.22 | 0.10 | 0.07 | 326.04 | 0.58 | 0.82 |
| Hex | EC | B7 | D5 | 0 | 16 | A | 7 | 146 | 3A | 52 |
| Octal | 354 | 267 | 325 | 0 | 26 | 12 | 7 | 506 | 72 | 122 |
| Binary | 11101100 | 10110111 | 11010101 | 0 | 10110 | 1010 | 111 | 101000110 | 111010 | 1010010 |
Color Harmonies of #ECB7D5
Complementary color
Monochromatic Colors of #ECB7D5
Black with #ECB7D5
Text Example
Text Example
White with #ECB7D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB7D5; }
p { color: rgb(236,183,213); }
H1.HeaderClassName
{
color: #ECB7D5;
}
.AnyTagClassName
{
color: #ECB7D5;
}
</style>
background-color css
<style>
a { background-color: #ECB7D5; }
a { background-color: rgb(236,183,213); }
div.DivClassName
{
background-color: #ECB7D5;
}
.BgClassName
{
background-color: #ECB7D5;
}
</style>
border-color css
<style>
span { border-color: #ECB7D5; }
span { border-color: rgb(236,183,213); }
td.TdClassName
{
border-color: #ECB7D5;
}
.TagClassName
{
border-color: #ECB7D5;
}
</style>