Shades of Pink Lady #EFD5B8
Tints of Pink Lady #EFD5B8
RGB
CMYK
RGB Variations
Color information
#EFD5B8 (or 0xEFD5B8) is known color: Pink Lady. HEX triplet: EF, D5 and B8. RGB value is (239,213,184). Sum of RGB (Red+Green+Blue) = 239+213+184=636 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.58% from 636); Green value is 213 (83.59% from 255 or 33.49% from 636); Blue value is 184 (72.27% from 255 or 28.93% from 636); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD5B8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD5B8 is #102A47. Grayscale: #D9D9D9. Windows color (decimal): -1059400 or 12113391. OLE color: 12113391.
HSL color Cylindrical-coordinate representation of color #EFD5B8: hue angle of 31.64º degrees, saturation: 0.63, 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 #EFD5B8 is Cyan = 0, Magento = 0.11, Yellow = 0.23 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 213 | 184 | - |
| CMYK | 0 | 0.11 | 0.23 | 0.06 |
| HSL | 31.64º | 0.63% | 0.83% | - |
| HSV(B) | 31.64º | 0.23% | 0.94% | - |
| XYZ | 68.04 | 69.4 | 55.16 | - |
| YUV | 217.47 | 109.11 | 143.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 213 | 184 | 0 | 0.11 | 0.23 | 0.06 | 31.64 | 0.63 | 0.83 |
| Hex | EF | D5 | B8 | 0 | B | 17 | 6 | 20 | 3F | 53 |
| Octal | 357 | 325 | 270 | 0 | 13 | 27 | 6 | 40 | 77 | 123 |
| Binary | 11101111 | 11010101 | 10111000 | 0 | 1011 | 10111 | 110 | 100000 | 111111 | 1010011 |
Color Harmonies of #EFD5B8
Complementary color
Monochromatic Colors of #EFD5B8
Black with #EFD5B8
Text Example
Text Example
White with #EFD5B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD5B8; }
p { color: rgb(239,213,184); }
H1.HeaderClassName
{
color: #EFD5B8;
}
.AnyTagClassName
{
color: #EFD5B8;
}
</style>
background-color css
<style>
a { background-color: #EFD5B8; }
a { background-color: rgb(239,213,184); }
div.DivClassName
{
background-color: #EFD5B8;
}
.BgClassName
{
background-color: #EFD5B8;
}
</style>
border-color css
<style>
span { border-color: #EFD5B8; }
span { border-color: rgb(239,213,184); }
td.TdClassName
{
border-color: #EFD5B8;
}
.TagClassName
{
border-color: #EFD5B8;
}
</style>