Shades of Pink Lady #ECD0B4
Tints of Pink Lady #ECD0B4
RGB
CMYK
RGB Variations
Color information
#ECD0B4 (or 0xECD0B4) is known color: Pink Lady. HEX triplet: EC, D0 and B4. RGB value is (236,208,180). Sum of RGB (Red+Green+Blue) = 236+208+180=624 (82% of max value = 765). Red value is 236 (92.58% from 255 or 37.82% from 624); Green value is 208 (81.64% from 255 or 33.33% from 624); Blue value is 180 (70.70% from 255 or 28.85% from 624); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD0B4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECD0B4 is #132F4B. Grayscale: #D5D5D5. Windows color (decimal): -1257292 or 11849964. OLE color: 11849964.
HSL color Cylindrical-coordinate representation of color #ECD0B4: hue angle of 30º degrees, saturation: 0.6, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ECD0B4 is Cyan = 0, Magento = 0.12, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 208 | 180 | - |
| CMYK | 0 | 0.12 | 0.24 | 0.07 |
| HSL | 30º | 0.6% | 0.82% | - |
| HSV(B) | 30º | 0.24% | 0.93% | - |
| XYZ | 65.39 | 66.24 | 52.52 | - |
| YUV | 213.18 | 109.28 | 144.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 208 | 180 | 0 | 0.12 | 0.24 | 0.07 | 30 | 0.6 | 0.82 |
| Hex | EC | D0 | B4 | 0 | C | 18 | 7 | 1E | 3C | 52 |
| Octal | 354 | 320 | 264 | 0 | 14 | 30 | 7 | 36 | 74 | 122 |
| Binary | 11101100 | 11010000 | 10110100 | 0 | 1100 | 11000 | 111 | 11110 | 111100 | 1010010 |
Color Harmonies of #ECD0B4
Complementary color
Monochromatic Colors of #ECD0B4
Black with #ECD0B4
Text Example
Text Example
White with #ECD0B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD0B4; }
p { color: rgb(236,208,180); }
H1.HeaderClassName
{
color: #ECD0B4;
}
.AnyTagClassName
{
color: #ECD0B4;
}
</style>
background-color css
<style>
a { background-color: #ECD0B4; }
a { background-color: rgb(236,208,180); }
div.DivClassName
{
background-color: #ECD0B4;
}
.BgClassName
{
background-color: #ECD0B4;
}
</style>
border-color css
<style>
span { border-color: #ECD0B4; }
span { border-color: rgb(236,208,180); }
td.TdClassName
{
border-color: #ECD0B4;
}
.TagClassName
{
border-color: #ECD0B4;
}
</style>