Shades of Pink Lady #EFD3B7
Tints of Pink Lady #EFD3B7
RGB
CMYK
RGB Variations
Color information
#EFD3B7 (or 0xEFD3B7) is known color: Pink Lady. HEX triplet: EF, D3 and B7. RGB value is (239,211,183). Sum of RGB (Red+Green+Blue) = 239+211+183=633 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.76% from 633); Green value is 211 (82.81% from 255 or 33.33% from 633); Blue value is 183 (71.88% from 255 or 28.91% from 633); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD3B7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD3B7 is #102C48. Grayscale: #D8D8D8. Windows color (decimal): -1059913 or 12047343. OLE color: 12047343.
HSL color Cylindrical-coordinate representation of color #EFD3B7: hue angle of 30º 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 #EFD3B7 is Cyan = 0, Magento = 0.12, Yellow = 0.23 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 211 | 183 | - |
| CMYK | 0 | 0.12 | 0.23 | 0.06 |
| HSL | 30º | 0.64% | 0.83% | - |
| HSV(B) | 30º | 0.23% | 0.94% | - |
| XYZ | 67.44 | 68.36 | 54.44 | - |
| YUV | 216.18 | 109.28 | 144.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 211 | 183 | 0 | 0.12 | 0.23 | 0.06 | 30 | 0.64 | 0.83 |
| Hex | EF | D3 | B7 | 0 | C | 17 | 6 | 1E | 40 | 53 |
| Octal | 357 | 323 | 267 | 0 | 14 | 27 | 6 | 36 | 100 | 123 |
| Binary | 11101111 | 11010011 | 10110111 | 0 | 1100 | 10111 | 110 | 11110 | 1000000 | 1010011 |
Color Harmonies of #EFD3B7
Complementary color
Monochromatic Colors of #EFD3B7
Black with #EFD3B7
Text Example
Text Example
White with #EFD3B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD3B7; }
p { color: rgb(239,211,183); }
H1.HeaderClassName
{
color: #EFD3B7;
}
.AnyTagClassName
{
color: #EFD3B7;
}
</style>
background-color css
<style>
a { background-color: #EFD3B7; }
a { background-color: rgb(239,211,183); }
div.DivClassName
{
background-color: #EFD3B7;
}
.BgClassName
{
background-color: #EFD3B7;
}
</style>
border-color css
<style>
span { border-color: #EFD3B7; }
span { border-color: rgb(239,211,183); }
td.TdClassName
{
border-color: #EFD3B7;
}
.TagClassName
{
border-color: #EFD3B7;
}
</style>