Shades of Pink Lady #ECD2BA
Tints of Pink Lady #ECD2BA
RGB
CMYK
RGB Variations
Color information
#ECD2BA (or 0xECD2BA) is known color: Pink Lady. HEX triplet: EC, D2 and BA. RGB value is (236,210,186). Sum of RGB (Red+Green+Blue) = 236+210+186=632 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.34% from 632); Green value is 210 (82.42% from 255 or 33.23% from 632); Blue value is 186 (73.05% from 255 or 29.43% from 632); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD2BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECD2BA is #132D45. Grayscale: #D7D7D7. Windows color (decimal): -1256774 or 12243692. OLE color: 12243692.
HSL color Cylindrical-coordinate representation of color #ECD2BA: hue angle of 28.8º 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 #ECD2BA is Cyan = 0, Magento = 0.11, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 210 | 186 | - |
| CMYK | 0 | 0.11 | 0.21 | 0.07 |
| HSL | 28.8º | 0.57% | 0.83% | - |
| HSV(B) | 28.8º | 0.21% | 0.93% | - |
| XYZ | 66.5 | 67.47 | 55.97 | - |
| YUV | 215.04 | 111.61 | 142.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 210 | 186 | 0 | 0.11 | 0.21 | 0.07 | 28.8 | 0.57 | 0.83 |
| Hex | EC | D2 | BA | 0 | B | 15 | 7 | 1D | 39 | 53 |
| Octal | 354 | 322 | 272 | 0 | 13 | 25 | 7 | 35 | 71 | 123 |
| Binary | 11101100 | 11010010 | 10111010 | 0 | 1011 | 10101 | 111 | 11101 | 111001 | 1010011 |
Color Harmonies of #ECD2BA
Complementary color
Monochromatic Colors of #ECD2BA
Black with #ECD2BA
Text Example
Text Example
White with #ECD2BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD2BA; }
p { color: rgb(236,210,186); }
H1.HeaderClassName
{
color: #ECD2BA;
}
.AnyTagClassName
{
color: #ECD2BA;
}
</style>
background-color css
<style>
a { background-color: #ECD2BA; }
a { background-color: rgb(236,210,186); }
div.DivClassName
{
background-color: #ECD2BA;
}
.BgClassName
{
background-color: #ECD2BA;
}
</style>
border-color css
<style>
span { border-color: #ECD2BA; }
span { border-color: rgb(236,210,186); }
td.TdClassName
{
border-color: #ECD2BA;
}
.TagClassName
{
border-color: #ECD2BA;
}
</style>