Shades of Pink Lady #ECD0B7
Tints of Pink Lady #ECD0B7
RGB
CMYK
RGB Variations
Color information
#ECD0B7 (or 0xECD0B7) is known color: Pink Lady. HEX triplet: EC, D0 and B7. RGB value is (236,208,183). Sum of RGB (Red+Green+Blue) = 236+208+183=627 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.64% from 627); Green value is 208 (81.64% from 255 or 33.17% from 627); Blue value is 183 (71.88% from 255 or 29.19% from 627); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD0B7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECD0B7 is #132F48. Grayscale: #D5D5D5. Windows color (decimal): -1257289 or 12046572. OLE color: 12046572.
HSL color Cylindrical-coordinate representation of color #ECD0B7: hue angle of 28.3º degrees, saturation: 0.58, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ECD0B7 is Cyan = 0, Magento = 0.12, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 208 | 183 | - |
| CMYK | 0 | 0.12 | 0.22 | 0.07 |
| HSL | 28.3º | 0.58% | 0.82% | - |
| HSV(B) | 28.3º | 0.22% | 0.93% | - |
| XYZ | 65.7 | 66.36 | 54.15 | - |
| YUV | 213.52 | 110.78 | 144.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 208 | 183 | 0 | 0.12 | 0.22 | 0.07 | 28.3 | 0.58 | 0.82 |
| Hex | EC | D0 | B7 | 0 | C | 16 | 7 | 1C | 3A | 52 |
| Octal | 354 | 320 | 267 | 0 | 14 | 26 | 7 | 34 | 72 | 122 |
| Binary | 11101100 | 11010000 | 10110111 | 0 | 1100 | 10110 | 111 | 11100 | 111010 | 1010010 |
Color Harmonies of #ECD0B7
Complementary color
Monochromatic Colors of #ECD0B7
Black with #ECD0B7
Text Example
Text Example
White with #ECD0B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD0B7; }
p { color: rgb(236,208,183); }
H1.HeaderClassName
{
color: #ECD0B7;
}
.AnyTagClassName
{
color: #ECD0B7;
}
</style>
background-color css
<style>
a { background-color: #ECD0B7; }
a { background-color: rgb(236,208,183); }
div.DivClassName
{
background-color: #ECD0B7;
}
.BgClassName
{
background-color: #ECD0B7;
}
</style>
border-color css
<style>
span { border-color: #ECD0B7; }
span { border-color: rgb(236,208,183); }
td.TdClassName
{
border-color: #ECD0B7;
}
.TagClassName
{
border-color: #ECD0B7;
}
</style>