Shades of Lavender Pink #ECB5D1
Tints of Lavender Pink #ECB5D1
RGB
CMYK
RGB Variations
Color information
#ECB5D1 (or 0xECB5D1) is known color: Lavender Pink. HEX triplet: EC, B5 and D1. RGB value is (236,181,209). Sum of RGB (Red+Green+Blue) = 236+181+209=626 (82% of max value = 765). Red value is 236 (92.58% from 255 or 37.70% from 626); Green value is 181 (71.09% from 255 or 28.91% from 626); Blue value is 209 (82.03% from 255 or 33.39% from 626); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB5D1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECB5D1 is #134A2E. Grayscale: #C8C8C8. Windows color (decimal): -1264175 or 13743596. OLE color: 13743596.
HSL color Cylindrical-coordinate representation of color #ECB5D1: hue angle of 329.45º 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 #ECB5D1 is Cyan = 0, Magento = 0.23, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 181 | 209 | - |
| CMYK | 0 | 0.23 | 0.11 | 0.07 |
| HSL | 329.45º | 0.59% | 0.82% | - |
| HSV(B) | 329.45º | 0.23% | 0.93% | - |
| XYZ | 62.62 | 55.48 | 67.73 | - |
| YUV | 200.64 | 132.72 | 153.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 181 | 209 | 0 | 0.23 | 0.11 | 0.07 | 329.45 | 0.59 | 0.82 |
| Hex | EC | B5 | D1 | 0 | 17 | B | 7 | 149 | 3B | 52 |
| Octal | 354 | 265 | 321 | 0 | 27 | 13 | 7 | 511 | 73 | 122 |
| Binary | 11101100 | 10110101 | 11010001 | 0 | 10111 | 1011 | 111 | 101001001 | 111011 | 1010010 |
Color Harmonies of #ECB5D1
Complementary color
Monochromatic Colors of #ECB5D1
Black with #ECB5D1
Text Example
Text Example
White with #ECB5D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB5D1; }
p { color: rgb(236,181,209); }
H1.HeaderClassName
{
color: #ECB5D1;
}
.AnyTagClassName
{
color: #ECB5D1;
}
</style>
background-color css
<style>
a { background-color: #ECB5D1; }
a { background-color: rgb(236,181,209); }
div.DivClassName
{
background-color: #ECB5D1;
}
.BgClassName
{
background-color: #ECB5D1;
}
</style>
border-color css
<style>
span { border-color: #ECB5D1; }
span { border-color: rgb(236,181,209); }
td.TdClassName
{
border-color: #ECB5D1;
}
.TagClassName
{
border-color: #ECB5D1;
}
</style>