Shades of Pink Lady #EFD1B3
Tints of Pink Lady #EFD1B3
RGB
CMYK
RGB Variations
Color information
#EFD1B3 (or 0xEFD1B3) is known color: Pink Lady. HEX triplet: EF, D1 and B3. RGB value is (239,209,179). Sum of RGB (Red+Green+Blue) = 239+209+179=627 (83% of max value = 765). Red value is 239 (93.75% from 255 or 38.12% from 627); Green value is 209 (82.03% from 255 or 33.33% from 627); Blue value is 179 (70.31% from 255 or 28.55% from 627); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD1B3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD1B3 is #102E4C. Grayscale: #D6D6D6. Windows color (decimal): -1060429 or 11784687. OLE color: 11784687.
HSL color Cylindrical-coordinate representation of color #EFD1B3: hue angle of 30º 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 #EFD1B3 is Cyan = 0, Magento = 0.13, Yellow = 0.25 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 209 | 179 | - |
| CMYK | 0 | 0.13 | 0.25 | 0.06 |
| HSL | 30º | 0.65% | 0.82% | - |
| HSV(B) | 30º | 0.25% | 0.94% | - |
| XYZ | 66.53 | 67.21 | 52.11 | - |
| YUV | 214.55 | 107.94 | 145.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 209 | 179 | 0 | 0.13 | 0.25 | 0.06 | 30 | 0.65 | 0.82 |
| Hex | EF | D1 | B3 | 0 | D | 19 | 6 | 1E | 41 | 52 |
| Octal | 357 | 321 | 263 | 0 | 15 | 31 | 6 | 36 | 101 | 122 |
| Binary | 11101111 | 11010001 | 10110011 | 0 | 1101 | 11001 | 110 | 11110 | 1000001 | 1010010 |
Color Harmonies of #EFD1B3
Complementary color
Monochromatic Colors of #EFD1B3
Black with #EFD1B3
Text Example
Text Example
White with #EFD1B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD1B3; }
p { color: rgb(239,209,179); }
H1.HeaderClassName
{
color: #EFD1B3;
}
.AnyTagClassName
{
color: #EFD1B3;
}
</style>
background-color css
<style>
a { background-color: #EFD1B3; }
a { background-color: rgb(239,209,179); }
div.DivClassName
{
background-color: #EFD1B3;
}
.BgClassName
{
background-color: #EFD1B3;
}
</style>
border-color css
<style>
span { border-color: #EFD1B3; }
span { border-color: rgb(239,209,179); }
td.TdClassName
{
border-color: #EFD1B3;
}
.TagClassName
{
border-color: #EFD1B3;
}
</style>