Shades of Pink Lady #EFD7BC
Tints of Pink Lady #EFD7BC
RGB
CMYK
RGB Variations
Color information
#EFD7BC (or 0xEFD7BC) is known color: Pink Lady. HEX triplet: EF, D7 and BC. RGB value is (239,215,188). Sum of RGB (Red+Green+Blue) = 239+215+188=642 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.23% from 642); Green value is 215 (84.38% from 255 or 33.49% from 642); Blue value is 188 (73.83% from 255 or 29.28% from 642); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD7BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD7BC is #102843. Grayscale: #DBDBDB. Windows color (decimal): -1058884 or 12376047. OLE color: 12376047.
HSL color Cylindrical-coordinate representation of color #EFD7BC: hue angle of 31.76º degrees, saturation: 0.61, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EFD7BC is Cyan = 0, Magento = 0.10, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 215 | 188 | - |
| CMYK | 0 | 0.10 | 0.21 | 0.06 |
| HSL | 31.76º | 0.61% | 0.84% | - |
| HSV(B) | 31.76º | 0.21% | 0.94% | - |
| XYZ | 68.97 | 70.58 | 57.57 | - |
| YUV | 219.1 | 110.45 | 142.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 215 | 188 | 0 | 0.10 | 0.21 | 0.06 | 31.76 | 0.61 | 0.84 |
| Hex | EF | D7 | BC | 0 | A | 15 | 6 | 20 | 3D | 54 |
| Octal | 357 | 327 | 274 | 0 | 12 | 25 | 6 | 40 | 75 | 124 |
| Binary | 11101111 | 11010111 | 10111100 | 0 | 1010 | 10101 | 110 | 100000 | 111101 | 1010100 |
Color Harmonies of #EFD7BC
Complementary color
Monochromatic Colors of #EFD7BC
Black with #EFD7BC
Text Example
Text Example
White with #EFD7BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD7BC; }
p { color: rgb(239,215,188); }
H1.HeaderClassName
{
color: #EFD7BC;
}
.AnyTagClassName
{
color: #EFD7BC;
}
</style>
background-color css
<style>
a { background-color: #EFD7BC; }
a { background-color: rgb(239,215,188); }
div.DivClassName
{
background-color: #EFD7BC;
}
.BgClassName
{
background-color: #EFD7BC;
}
</style>
border-color css
<style>
span { border-color: #EFD7BC; }
span { border-color: rgb(239,215,188); }
td.TdClassName
{
border-color: #EFD7BC;
}
.TagClassName
{
border-color: #EFD7BC;
}
</style>