Shades of Pink Lady #EFD1B4
Tints of Pink Lady #EFD1B4
RGB
CMYK
RGB Variations
Color information
#EFD1B4 (or 0xEFD1B4) is known color: Pink Lady. HEX triplet: EF, D1 and B4. RGB value is (239,209,180). Sum of RGB (Red+Green+Blue) = 239+209+180=628 (83% of max value = 765). Red value is 239 (93.75% from 255 or 38.06% from 628); Green value is 209 (82.03% from 255 or 33.28% from 628); Blue value is 180 (70.70% from 255 or 28.66% from 628); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD1B4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD1B4 is #102E4B. Grayscale: #D6D6D6. Windows color (decimal): -1060428 or 11850223. OLE color: 11850223.
HSL color Cylindrical-coordinate representation of color #EFD1B4: hue angle of 29.49º degrees, saturation: 0.65, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EFD1B4 is Cyan = 0, Magento = 0.13, Yellow = 0.25 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 209 | 180 | - |
| CMYK | 0 | 0.13 | 0.25 | 0.06 |
| HSL | 29.49º | 0.65% | 0.82% | - |
| HSV(B) | 29.49º | 0.25% | 0.94% | - |
| XYZ | 66.64 | 67.25 | 52.65 | - |
| YUV | 214.66 | 108.44 | 145.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 209 | 180 | 0 | 0.13 | 0.25 | 0.06 | 29.49 | 0.65 | 0.82 |
| Hex | EF | D1 | B4 | 0 | D | 19 | 6 | 1D | 41 | 52 |
| Octal | 357 | 321 | 264 | 0 | 15 | 31 | 6 | 35 | 101 | 122 |
| Binary | 11101111 | 11010001 | 10110100 | 0 | 1101 | 11001 | 110 | 11101 | 1000001 | 1010010 |
Color Harmonies of #EFD1B4
Complementary color
Monochromatic Colors of #EFD1B4
Black with #EFD1B4
Text Example
Text Example
White with #EFD1B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD1B4; }
p { color: rgb(239,209,180); }
H1.HeaderClassName
{
color: #EFD1B4;
}
.AnyTagClassName
{
color: #EFD1B4;
}
</style>
background-color css
<style>
a { background-color: #EFD1B4; }
a { background-color: rgb(239,209,180); }
div.DivClassName
{
background-color: #EFD1B4;
}
.BgClassName
{
background-color: #EFD1B4;
}
</style>
border-color css
<style>
span { border-color: #EFD1B4; }
span { border-color: rgb(239,209,180); }
td.TdClassName
{
border-color: #EFD1B4;
}
.TagClassName
{
border-color: #EFD1B4;
}
</style>