Shades of Pink Lady #EFD4B5
Tints of Pink Lady #EFD4B5
RGB
CMYK
RGB Variations
Color information
#EFD4B5 (or 0xEFD4B5) is known color: Pink Lady. HEX triplet: EF, D4 and B5. RGB value is (239,212,181). Sum of RGB (Red+Green+Blue) = 239+212+181=632 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.82% from 632); Green value is 212 (83.20% from 255 or 33.54% from 632); Blue value is 181 (71.09% from 255 or 28.64% from 632); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD4B5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD4B5 is #102B4A. Grayscale: #D8D8D8. Windows color (decimal): -1059659 or 11916527. OLE color: 11916527.
HSL color Cylindrical-coordinate representation of color #EFD4B5: hue angle of 32.07º degrees, saturation: 0.64, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EFD4B5 is Cyan = 0, Magento = 0.11, Yellow = 0.24 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 212 | 181 | - |
| CMYK | 0 | 0.11 | 0.24 | 0.06 |
| HSL | 32.07º | 0.64% | 0.82% | - |
| HSV(B) | 32.07º | 0.24% | 0.94% | - |
| XYZ | 67.48 | 68.77 | 53.43 | - |
| YUV | 216.54 | 107.95 | 144.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 212 | 181 | 0 | 0.11 | 0.24 | 0.06 | 32.07 | 0.64 | 0.82 |
| Hex | EF | D4 | B5 | 0 | B | 18 | 6 | 20 | 40 | 52 |
| Octal | 357 | 324 | 265 | 0 | 13 | 30 | 6 | 40 | 100 | 122 |
| Binary | 11101111 | 11010100 | 10110101 | 0 | 1011 | 11000 | 110 | 100000 | 1000000 | 1010010 |
Color Harmonies of #EFD4B5
Complementary color
Monochromatic Colors of #EFD4B5
Black with #EFD4B5
Text Example
Text Example
White with #EFD4B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD4B5; }
p { color: rgb(239,212,181); }
H1.HeaderClassName
{
color: #EFD4B5;
}
.AnyTagClassName
{
color: #EFD4B5;
}
</style>
background-color css
<style>
a { background-color: #EFD4B5; }
a { background-color: rgb(239,212,181); }
div.DivClassName
{
background-color: #EFD4B5;
}
.BgClassName
{
background-color: #EFD4B5;
}
</style>
border-color css
<style>
span { border-color: #EFD4B5; }
span { border-color: rgb(239,212,181); }
td.TdClassName
{
border-color: #EFD4B5;
}
.TagClassName
{
border-color: #EFD4B5;
}
</style>