Shades of Pink Lady #EFD6BB
Tints of Pink Lady #EFD6BB
RGB
CMYK
RGB Variations
Color information
#EFD6BB (or 0xEFD6BB) is known color: Pink Lady. HEX triplet: EF, D6 and BB. RGB value is (239,214,187). Sum of RGB (Red+Green+Blue) = 239+214+187=640 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.34% from 640); Green value is 214 (83.98% from 255 or 33.44% from 640); Blue value is 187 (73.44% from 255 or 29.22% from 640); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD6BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD6BB is #102944. Grayscale: #DADADA. Windows color (decimal): -1059141 or 12310255. OLE color: 12310255.
HSL color Cylindrical-coordinate representation of color #EFD6BB: hue angle of 31.15º degrees, saturation: 0.62, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EFD6BB is Cyan = 0, Magento = 0.10, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 214 | 187 | - |
| CMYK | 0 | 0.10 | 0.22 | 0.06 |
| HSL | 31.15º | 0.62% | 0.84% | - |
| HSV(B) | 31.15º | 0.22% | 0.94% | - |
| XYZ | 68.61 | 70.03 | 56.91 | - |
| YUV | 218.4 | 110.28 | 142.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 214 | 187 | 0 | 0.10 | 0.22 | 0.06 | 31.15 | 0.62 | 0.84 |
| Hex | EF | D6 | BB | 0 | A | 16 | 6 | 1F | 3E | 54 |
| Octal | 357 | 326 | 273 | 0 | 12 | 26 | 6 | 37 | 76 | 124 |
| Binary | 11101111 | 11010110 | 10111011 | 0 | 1010 | 10110 | 110 | 11111 | 111110 | 1010100 |
Color Harmonies of #EFD6BB
Complementary color
Monochromatic Colors of #EFD6BB
Black with #EFD6BB
Text Example
Text Example
White with #EFD6BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD6BB; }
p { color: rgb(239,214,187); }
H1.HeaderClassName
{
color: #EFD6BB;
}
.AnyTagClassName
{
color: #EFD6BB;
}
</style>
background-color css
<style>
a { background-color: #EFD6BB; }
a { background-color: rgb(239,214,187); }
div.DivClassName
{
background-color: #EFD6BB;
}
.BgClassName
{
background-color: #EFD6BB;
}
</style>
border-color css
<style>
span { border-color: #EFD6BB; }
span { border-color: rgb(239,214,187); }
td.TdClassName
{
border-color: #EFD6BB;
}
.TagClassName
{
border-color: #EFD6BB;
}
</style>