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