Shades of Lavender Pink #ECB1D7
Tints of Lavender Pink #ECB1D7
RGB
CMYK
RGB Variations
Color information
#ECB1D7 (or 0xECB1D7) is known color: Lavender Pink. HEX triplet: EC, B1 and D7. RGB value is (236,177,215). Sum of RGB (Red+Green+Blue) = 236+177+215=628 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.58% from 628); Green value is 177 (69.53% from 255 or 28.18% from 628); Blue value is 215 (84.38% from 255 or 34.24% from 628); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB1D7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECB1D7 is #134E28. Grayscale: #C6C6C6. Windows color (decimal): -1265193 or 14135788. OLE color: 14135788.
HSL color Cylindrical-coordinate representation of color #ECB1D7: hue angle of 321.36º degrees, saturation: 0.61, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ECB1D7 is Cyan = 0, Magento = 0.25, Yellow = 0.09 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 177 | 215 | - |
| CMYK | 0 | 0.25 | 0.09 | 0.07 |
| HSL | 321.36º | 0.61% | 0.81% | - |
| HSV(B) | 321.36º | 0.25% | 0.93% | - |
| XYZ | 62.58 | 54.18 | 71.45 | - |
| YUV | 198.97 | 137.05 | 154.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 177 | 215 | 0 | 0.25 | 0.09 | 0.07 | 321.36 | 0.61 | 0.81 |
| Hex | EC | B1 | D7 | 0 | 19 | 9 | 7 | 141 | 3D | 51 |
| Octal | 354 | 261 | 327 | 0 | 31 | 11 | 7 | 501 | 75 | 121 |
| Binary | 11101100 | 10110001 | 11010111 | 0 | 11001 | 1001 | 111 | 101000001 | 111101 | 1010001 |
Color Harmonies of #ECB1D7
Complementary color
Monochromatic Colors of #ECB1D7
Black with #ECB1D7
Text Example
Text Example
White with #ECB1D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB1D7; }
p { color: rgb(236,177,215); }
H1.HeaderClassName
{
color: #ECB1D7;
}
.AnyTagClassName
{
color: #ECB1D7;
}
</style>
background-color css
<style>
a { background-color: #ECB1D7; }
a { background-color: rgb(236,177,215); }
div.DivClassName
{
background-color: #ECB1D7;
}
.BgClassName
{
background-color: #ECB1D7;
}
</style>
border-color css
<style>
span { border-color: #ECB1D7; }
span { border-color: rgb(236,177,215); }
td.TdClassName
{
border-color: #ECB1D7;
}
.TagClassName
{
border-color: #ECB1D7;
}
</style>