Shades of Pink Lady #ECD2BB
Tints of Pink Lady #ECD2BB
RGB
CMYK
RGB Variations
Color information
#ECD2BB (or 0xECD2BB) is known color: Pink Lady. HEX triplet: EC, D2 and BB. RGB value is (236,210,187). Sum of RGB (Red+Green+Blue) = 236+210+187=633 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.28% from 633); Green value is 210 (82.42% from 255 or 33.18% from 633); Blue value is 187 (73.44% from 255 or 29.54% from 633); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD2BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECD2BB is #132D44. Grayscale: #D7D7D7. Windows color (decimal): -1256773 or 12309228. OLE color: 12309228.
HSL color Cylindrical-coordinate representation of color #ECD2BB: hue angle of 28.16º degrees, saturation: 0.56, 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 #ECD2BB is Cyan = 0, Magento = 0.11, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 210 | 187 | - |
| CMYK | 0 | 0.11 | 0.21 | 0.07 |
| HSL | 28.16º | 0.56% | 0.83% | - |
| HSV(B) | 28.16º | 0.21% | 0.93% | - |
| XYZ | 66.61 | 67.51 | 56.53 | - |
| YUV | 215.15 | 112.11 | 142.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 210 | 187 | 0 | 0.11 | 0.21 | 0.07 | 28.16 | 0.56 | 0.83 |
| Hex | EC | D2 | BB | 0 | B | 15 | 7 | 1C | 38 | 53 |
| Octal | 354 | 322 | 273 | 0 | 13 | 25 | 7 | 34 | 70 | 123 |
| Binary | 11101100 | 11010010 | 10111011 | 0 | 1011 | 10101 | 111 | 11100 | 111000 | 1010011 |
Color Harmonies of #ECD2BB
Complementary color
Monochromatic Colors of #ECD2BB
Black with #ECD2BB
Text Example
Text Example
White with #ECD2BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD2BB; }
p { color: rgb(236,210,187); }
H1.HeaderClassName
{
color: #ECD2BB;
}
.AnyTagClassName
{
color: #ECD2BB;
}
</style>
background-color css
<style>
a { background-color: #ECD2BB; }
a { background-color: rgb(236,210,187); }
div.DivClassName
{
background-color: #ECD2BB;
}
.BgClassName
{
background-color: #ECD2BB;
}
</style>
border-color css
<style>
span { border-color: #ECD2BB; }
span { border-color: rgb(236,210,187); }
td.TdClassName
{
border-color: #ECD2BB;
}
.TagClassName
{
border-color: #ECD2BB;
}
</style>