Shades of Lavender Pink #ECB5D5
Tints of Lavender Pink #ECB5D5
RGB
CMYK
RGB Variations
Color information
#ECB5D5 (or 0xECB5D5) is known color: Lavender Pink. HEX triplet: EC, B5 and D5. RGB value is (236,181,213). Sum of RGB (Red+Green+Blue) = 236+181+213=630 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.46% from 630); Green value is 181 (71.09% from 255 or 28.73% from 630); Blue value is 213 (83.59% from 255 or 33.81% from 630); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB5D5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECB5D5 is #134A2A. Grayscale: #C9C9C9. Windows color (decimal): -1264171 or 14005740. OLE color: 14005740.
HSL color Cylindrical-coordinate representation of color #ECB5D5: hue angle of 325.09º 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 #ECB5D5 is Cyan = 0, Magento = 0.23, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 181 | 213 | - |
| CMYK | 0 | 0.23 | 0.10 | 0.07 |
| HSL | 325.09º | 0.59% | 0.82% | - |
| HSV(B) | 325.09º | 0.23% | 0.93% | - |
| XYZ | 63.13 | 55.68 | 70.37 | - |
| YUV | 201.09 | 134.72 | 152.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 181 | 213 | 0 | 0.23 | 0.10 | 0.07 | 325.09 | 0.59 | 0.82 |
| Hex | EC | B5 | D5 | 0 | 17 | A | 7 | 145 | 3B | 52 |
| Octal | 354 | 265 | 325 | 0 | 27 | 12 | 7 | 505 | 73 | 122 |
| Binary | 11101100 | 10110101 | 11010101 | 0 | 10111 | 1010 | 111 | 101000101 | 111011 | 1010010 |
Color Harmonies of #ECB5D5
Complementary color
Monochromatic Colors of #ECB5D5
Black with #ECB5D5
Text Example
Text Example
White with #ECB5D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB5D5; }
p { color: rgb(236,181,213); }
H1.HeaderClassName
{
color: #ECB5D5;
}
.AnyTagClassName
{
color: #ECB5D5;
}
</style>
background-color css
<style>
a { background-color: #ECB5D5; }
a { background-color: rgb(236,181,213); }
div.DivClassName
{
background-color: #ECB5D5;
}
.BgClassName
{
background-color: #ECB5D5;
}
</style>
border-color css
<style>
span { border-color: #ECB5D5; }
span { border-color: rgb(236,181,213); }
td.TdClassName
{
border-color: #ECB5D5;
}
.TagClassName
{
border-color: #ECB5D5;
}
</style>