Shades of Pink Lady #ECD6BB
Tints of Pink Lady #ECD6BB
RGB
CMYK
RGB Variations
Color information
#ECD6BB (or 0xECD6BB) is known color: Pink Lady. HEX triplet: EC, D6 and BB. RGB value is (236,214,187). Sum of RGB (Red+Green+Blue) = 236+214+187=637 (84% of max value = 765). Red value is 236 (92.58% from 255 or 37.05% from 637); Green value is 214 (83.98% from 255 or 33.59% from 637); Blue value is 187 (73.44% from 255 or 29.36% from 637); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD6BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECD6BB is #132944. Grayscale: #D9D9D9. Windows color (decimal): -1255749 or 12310252. OLE color: 12310252.
HSL color Cylindrical-coordinate representation of color #ECD6BB: hue angle of 33.06º 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 #ECD6BB is Cyan = 0, Magento = 0.09, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 214 | 187 | - |
| CMYK | 0 | 0.09 | 0.21 | 0.07 |
| HSL | 33.06º | 0.56% | 0.83% | - |
| HSV(B) | 33.06º | 0.21% | 0.93% | - |
| XYZ | 67.61 | 69.51 | 56.87 | - |
| YUV | 217.5 | 110.79 | 141.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 214 | 187 | 0 | 0.09 | 0.21 | 0.07 | 33.06 | 0.56 | 0.83 |
| Hex | EC | D6 | BB | 0 | 9 | 15 | 7 | 21 | 38 | 53 |
| Octal | 354 | 326 | 273 | 0 | 11 | 25 | 7 | 41 | 70 | 123 |
| Binary | 11101100 | 11010110 | 10111011 | 0 | 1001 | 10101 | 111 | 100001 | 111000 | 1010011 |
Color Harmonies of #ECD6BB
Complementary color
Monochromatic Colors of #ECD6BB
Black with #ECD6BB
Text Example
Text Example
White with #ECD6BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD6BB; }
p { color: rgb(236,214,187); }
H1.HeaderClassName
{
color: #ECD6BB;
}
.AnyTagClassName
{
color: #ECD6BB;
}
</style>
background-color css
<style>
a { background-color: #ECD6BB; }
a { background-color: rgb(236,214,187); }
div.DivClassName
{
background-color: #ECD6BB;
}
.BgClassName
{
background-color: #ECD6BB;
}
</style>
border-color css
<style>
span { border-color: #ECD6BB; }
span { border-color: rgb(236,214,187); }
td.TdClassName
{
border-color: #ECD6BB;
}
.TagClassName
{
border-color: #ECD6BB;
}
</style>