Shades of Lavender Pink #ECB5D7
Tints of Lavender Pink #ECB5D7
RGB
CMYK
RGB Variations
Color information
#ECB5D7 (or 0xECB5D7) is known color: Lavender Pink. HEX triplet: EC, B5 and D7. RGB value is (236,181,215). Sum of RGB (Red+Green+Blue) = 236+181+215=632 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.34% from 632); Green value is 181 (71.09% from 255 or 28.64% from 632); Blue value is 215 (84.38% from 255 or 34.02% from 632); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB5D7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECB5D7 is #134A28. Grayscale: #C9C9C9. Windows color (decimal): -1264169 or 14136812. OLE color: 14136812.
HSL color Cylindrical-coordinate representation of color #ECB5D7: hue angle of 322.91º degrees, saturation: 0.59, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ECB5D7 is Cyan = 0, Magento = 0.23, Yellow = 0.09 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 181 | 215 | - |
| CMYK | 0 | 0.23 | 0.09 | 0.07 |
| HSL | 322.91º | 0.59% | 0.82% | - |
| HSV(B) | 322.91º | 0.23% | 0.93% | - |
| XYZ | 63.38 | 55.79 | 71.72 | - |
| YUV | 201.32 | 135.72 | 152.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 181 | 215 | 0 | 0.23 | 0.09 | 0.07 | 322.91 | 0.59 | 0.82 |
| Hex | EC | B5 | D7 | 0 | 17 | 9 | 7 | 143 | 3B | 52 |
| Octal | 354 | 265 | 327 | 0 | 27 | 11 | 7 | 503 | 73 | 122 |
| Binary | 11101100 | 10110101 | 11010111 | 0 | 10111 | 1001 | 111 | 101000011 | 111011 | 1010010 |
Color Harmonies of #ECB5D7
Complementary color
Monochromatic Colors of #ECB5D7
Black with #ECB5D7
Text Example
Text Example
White with #ECB5D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB5D7; }
p { color: rgb(236,181,215); }
H1.HeaderClassName
{
color: #ECB5D7;
}
.AnyTagClassName
{
color: #ECB5D7;
}
</style>
background-color css
<style>
a { background-color: #ECB5D7; }
a { background-color: rgb(236,181,215); }
div.DivClassName
{
background-color: #ECB5D7;
}
.BgClassName
{
background-color: #ECB5D7;
}
</style>
border-color css
<style>
span { border-color: #ECB5D7; }
span { border-color: rgb(236,181,215); }
td.TdClassName
{
border-color: #ECB5D7;
}
.TagClassName
{
border-color: #ECB5D7;
}
</style>