Shades of Pink Lady #ECD3BA
Tints of Pink Lady #ECD3BA
RGB
CMYK
RGB Variations
Color information
#ECD3BA (or 0xECD3BA) is known color: Pink Lady. HEX triplet: EC, D3 and BA. RGB value is (236,211,186). Sum of RGB (Red+Green+Blue) = 236+211+186=633 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.28% from 633); Green value is 211 (82.81% from 255 or 33.33% from 633); Blue value is 186 (73.05% from 255 or 29.38% from 633); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD3BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECD3BA is #132C45. Grayscale: #D7D7D7. Windows color (decimal): -1256518 or 12243948. OLE color: 12243948.
HSL color Cylindrical-coordinate representation of color #ECD3BA: hue angle of 30º degrees, saturation: 0.57, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ECD3BA is Cyan = 0, Magento = 0.11, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 211 | 186 | - |
| CMYK | 0 | 0.11 | 0.21 | 0.07 |
| HSL | 30º | 0.57% | 0.83% | - |
| HSV(B) | 30º | 0.21% | 0.93% | - |
| XYZ | 66.75 | 67.97 | 56.06 | - |
| YUV | 215.63 | 111.28 | 142.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 211 | 186 | 0 | 0.11 | 0.21 | 0.07 | 30 | 0.57 | 0.83 |
| Hex | EC | D3 | BA | 0 | B | 15 | 7 | 1E | 39 | 53 |
| Octal | 354 | 323 | 272 | 0 | 13 | 25 | 7 | 36 | 71 | 123 |
| Binary | 11101100 | 11010011 | 10111010 | 0 | 1011 | 10101 | 111 | 11110 | 111001 | 1010011 |
Color Harmonies of #ECD3BA
Complementary color
Monochromatic Colors of #ECD3BA
Black with #ECD3BA
Text Example
Text Example
White with #ECD3BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD3BA; }
p { color: rgb(236,211,186); }
H1.HeaderClassName
{
color: #ECD3BA;
}
.AnyTagClassName
{
color: #ECD3BA;
}
</style>
background-color css
<style>
a { background-color: #ECD3BA; }
a { background-color: rgb(236,211,186); }
div.DivClassName
{
background-color: #ECD3BA;
}
.BgClassName
{
background-color: #ECD3BA;
}
</style>
border-color css
<style>
span { border-color: #ECD3BA; }
span { border-color: rgb(236,211,186); }
td.TdClassName
{
border-color: #ECD3BA;
}
.TagClassName
{
border-color: #ECD3BA;
}
</style>