Shades of Pink Lady #EFD2B7
Tints of Pink Lady #EFD2B7
RGB
CMYK
RGB Variations
Color information
#EFD2B7 (or 0xEFD2B7) is known color: Pink Lady. HEX triplet: EF, D2 and B7. RGB value is (239,210,183). Sum of RGB (Red+Green+Blue) = 239+210+183=632 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.82% from 632); Green value is 210 (82.42% from 255 or 33.23% from 632); Blue value is 183 (71.88% from 255 or 28.96% from 632); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD2B7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD2B7 is #102D48. Grayscale: #D7D7D7. Windows color (decimal): -1060169 or 12047087. OLE color: 12047087.
HSL color Cylindrical-coordinate representation of color #EFD2B7: hue angle of 28.93º 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 #EFD2B7 is Cyan = 0, Magento = 0.12, Yellow = 0.23 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 210 | 183 | - |
| CMYK | 0 | 0.12 | 0.23 | 0.06 |
| HSL | 28.93º | 0.64% | 0.83% | - |
| HSV(B) | 28.93º | 0.23% | 0.94% | - |
| XYZ | 67.19 | 67.86 | 54.36 | - |
| YUV | 215.59 | 109.61 | 144.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 210 | 183 | 0 | 0.12 | 0.23 | 0.06 | 28.93 | 0.64 | 0.83 |
| Hex | EF | D2 | B7 | 0 | C | 17 | 6 | 1D | 40 | 53 |
| Octal | 357 | 322 | 267 | 0 | 14 | 27 | 6 | 35 | 100 | 123 |
| Binary | 11101111 | 11010010 | 10110111 | 0 | 1100 | 10111 | 110 | 11101 | 1000000 | 1010011 |
Color Harmonies of #EFD2B7
Complementary color
Monochromatic Colors of #EFD2B7
Black with #EFD2B7
Text Example
Text Example
White with #EFD2B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD2B7; }
p { color: rgb(239,210,183); }
H1.HeaderClassName
{
color: #EFD2B7;
}
.AnyTagClassName
{
color: #EFD2B7;
}
</style>
background-color css
<style>
a { background-color: #EFD2B7; }
a { background-color: rgb(239,210,183); }
div.DivClassName
{
background-color: #EFD2B7;
}
.BgClassName
{
background-color: #EFD2B7;
}
</style>
border-color css
<style>
span { border-color: #EFD2B7; }
span { border-color: rgb(239,210,183); }
td.TdClassName
{
border-color: #EFD2B7;
}
.TagClassName
{
border-color: #EFD2B7;
}
</style>