Shades of Pink Lady #EFD5B7
Tints of Pink Lady #EFD5B7
RGB
CMYK
RGB Variations
Color information
#EFD5B7 (or 0xEFD5B7) is known color: Pink Lady. HEX triplet: EF, D5 and B7. RGB value is (239,213,183). Sum of RGB (Red+Green+Blue) = 239+213+183=635 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.64% from 635); Green value is 213 (83.59% from 255 or 33.54% from 635); Blue value is 183 (71.88% from 255 or 28.82% from 635); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD5B7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD5B7 is #102A48. Grayscale: #D9D9D9. Windows color (decimal): -1059401 or 12047855. OLE color: 12047855.
HSL color Cylindrical-coordinate representation of color #EFD5B7: hue angle of 32.14º degrees, saturation: 0.64, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EFD5B7 is Cyan = 0, Magento = 0.11, Yellow = 0.23 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 213 | 183 | - |
| CMYK | 0 | 0.11 | 0.23 | 0.06 |
| HSL | 32.14º | 0.64% | 0.83% | - |
| HSV(B) | 32.14º | 0.23% | 0.94% | - |
| XYZ | 67.94 | 69.36 | 54.61 | - |
| YUV | 217.35 | 108.61 | 143.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 213 | 183 | 0 | 0.11 | 0.23 | 0.06 | 32.14 | 0.64 | 0.83 |
| Hex | EF | D5 | B7 | 0 | B | 17 | 6 | 20 | 40 | 53 |
| Octal | 357 | 325 | 267 | 0 | 13 | 27 | 6 | 40 | 100 | 123 |
| Binary | 11101111 | 11010101 | 10110111 | 0 | 1011 | 10111 | 110 | 100000 | 1000000 | 1010011 |
Color Harmonies of #EFD5B7
Complementary color
Monochromatic Colors of #EFD5B7
Black with #EFD5B7
Text Example
Text Example
White with #EFD5B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD5B7; }
p { color: rgb(239,213,183); }
H1.HeaderClassName
{
color: #EFD5B7;
}
.AnyTagClassName
{
color: #EFD5B7;
}
</style>
background-color css
<style>
a { background-color: #EFD5B7; }
a { background-color: rgb(239,213,183); }
div.DivClassName
{
background-color: #EFD5B7;
}
.BgClassName
{
background-color: #EFD5B7;
}
</style>
border-color css
<style>
span { border-color: #EFD5B7; }
span { border-color: rgb(239,213,183); }
td.TdClassName
{
border-color: #EFD5B7;
}
.TagClassName
{
border-color: #EFD5B7;
}
</style>