Shades of Pink Lady #ECD3B8
Tints of Pink Lady #ECD3B8
RGB
CMYK
RGB Variations
Color information
#ECD3B8 (or 0xECD3B8) is known color: Pink Lady. HEX triplet: EC, D3 and B8. RGB value is (236,211,184). Sum of RGB (Red+Green+Blue) = 236+211+184=631 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.40% from 631); Green value is 211 (82.81% from 255 or 33.44% from 631); Blue value is 184 (72.27% from 255 or 29.16% from 631); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD3B8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECD3B8 is #132C47. Grayscale: #D7D7D7. Windows color (decimal): -1256520 or 12112876. OLE color: 12112876.
HSL color Cylindrical-coordinate representation of color #ECD3B8: hue angle of 31.15º 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 #ECD3B8 is Cyan = 0, Magento = 0.11, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 211 | 184 | - |
| CMYK | 0 | 0.11 | 0.22 | 0.07 |
| HSL | 31.15º | 0.58% | 0.82% | - |
| HSV(B) | 31.15º | 0.22% | 0.93% | - |
| XYZ | 66.54 | 67.88 | 54.94 | - |
| YUV | 215.4 | 110.28 | 142.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 211 | 184 | 0 | 0.11 | 0.22 | 0.07 | 31.15 | 0.58 | 0.82 |
| Hex | EC | D3 | B8 | 0 | B | 16 | 7 | 1F | 3A | 52 |
| Octal | 354 | 323 | 270 | 0 | 13 | 26 | 7 | 37 | 72 | 122 |
| Binary | 11101100 | 11010011 | 10111000 | 0 | 1011 | 10110 | 111 | 11111 | 111010 | 1010010 |
Color Harmonies of #ECD3B8
Complementary color
Monochromatic Colors of #ECD3B8
Black with #ECD3B8
Text Example
Text Example
White with #ECD3B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD3B8; }
p { color: rgb(236,211,184); }
H1.HeaderClassName
{
color: #ECD3B8;
}
.AnyTagClassName
{
color: #ECD3B8;
}
</style>
background-color css
<style>
a { background-color: #ECD3B8; }
a { background-color: rgb(236,211,184); }
div.DivClassName
{
background-color: #ECD3B8;
}
.BgClassName
{
background-color: #ECD3B8;
}
</style>
border-color css
<style>
span { border-color: #ECD3B8; }
span { border-color: rgb(236,211,184); }
td.TdClassName
{
border-color: #ECD3B8;
}
.TagClassName
{
border-color: #ECD3B8;
}
</style>