Shades of Lavender Pink #ECB9D1
Tints of Lavender Pink #ECB9D1
RGB
CMYK
RGB Variations
Color information
#ECB9D1 (or 0xECB9D1) is known color: Lavender Pink. HEX triplet: EC, B9 and D1. RGB value is (236,185,209). Sum of RGB (Red+Green+Blue) = 236+185+209=630 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.46% from 630); Green value is 185 (72.66% from 255 or 29.37% from 630); Blue value is 209 (82.03% from 255 or 33.17% from 630); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB9D1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECB9D1 is #13462E. Grayscale: #CACACA. Windows color (decimal): -1263151 or 13744620. OLE color: 13744620.
HSL color Cylindrical-coordinate representation of color #ECB9D1: hue angle of 331.76º degrees, saturation: 0.57, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ECB9D1 is Cyan = 0, Magento = 0.22, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 185 | 209 | - |
| CMYK | 0 | 0.22 | 0.11 | 0.07 |
| HSL | 331.76º | 0.57% | 0.83% | - |
| HSV(B) | 331.76º | 0.22% | 0.93% | - |
| XYZ | 63.45 | 57.13 | 68.01 | - |
| YUV | 202.99 | 131.4 | 151.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 185 | 209 | 0 | 0.22 | 0.11 | 0.07 | 331.76 | 0.57 | 0.83 |
| Hex | EC | B9 | D1 | 0 | 16 | B | 7 | 14C | 39 | 53 |
| Octal | 354 | 271 | 321 | 0 | 26 | 13 | 7 | 514 | 71 | 123 |
| Binary | 11101100 | 10111001 | 11010001 | 0 | 10110 | 1011 | 111 | 101001100 | 111001 | 1010011 |
Color Harmonies of #ECB9D1
Complementary color
Monochromatic Colors of #ECB9D1
Black with #ECB9D1
Text Example
Text Example
White with #ECB9D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB9D1; }
p { color: rgb(236,185,209); }
H1.HeaderClassName
{
color: #ECB9D1;
}
.AnyTagClassName
{
color: #ECB9D1;
}
</style>
background-color css
<style>
a { background-color: #ECB9D1; }
a { background-color: rgb(236,185,209); }
div.DivClassName
{
background-color: #ECB9D1;
}
.BgClassName
{
background-color: #ECB9D1;
}
</style>
border-color css
<style>
span { border-color: #ECB9D1; }
span { border-color: rgb(236,185,209); }
td.TdClassName
{
border-color: #ECB9D1;
}
.TagClassName
{
border-color: #ECB9D1;
}
</style>