Shades of Pink Lady #EDD3BA
Tints of Pink Lady #EDD3BA
RGB
CMYK
RGB Variations
Color information
#EDD3BA (or 0xEDD3BA) is known color: Pink Lady. HEX triplet: ED, D3 and BA. RGB value is (237,211,186). Sum of RGB (Red+Green+Blue) = 237+211+186=634 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.38% from 634); Green value is 211 (82.81% from 255 or 33.28% from 634); Blue value is 186 (73.05% from 255 or 29.34% from 634); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD3BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDD3BA is #122C45. Grayscale: #D8D8D8. Windows color (decimal): -1190982 or 12243949. OLE color: 12243949.
HSL color Cylindrical-coordinate representation of color #EDD3BA: hue angle of 29.41º degrees, saturation: 0.59, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EDD3BA is Cyan = 0, Magento = 0.11, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 211 | 186 | - |
| CMYK | 0 | 0.11 | 0.22 | 0.07 |
| HSL | 29.41º | 0.59% | 0.83% | - |
| HSV(B) | 29.41º | 0.22% | 0.93% | - |
| XYZ | 67.08 | 68.14 | 56.07 | - |
| YUV | 215.92 | 111.11 | 143.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 211 | 186 | 0 | 0.11 | 0.22 | 0.07 | 29.41 | 0.59 | 0.83 |
| Hex | ED | D3 | BA | 0 | B | 16 | 7 | 1D | 3B | 53 |
| Octal | 355 | 323 | 272 | 0 | 13 | 26 | 7 | 35 | 73 | 123 |
| Binary | 11101101 | 11010011 | 10111010 | 0 | 1011 | 10110 | 111 | 11101 | 111011 | 1010011 |
Color Harmonies of #EDD3BA
Complementary color
Monochromatic Colors of #EDD3BA
Black with #EDD3BA
Text Example
Text Example
White with #EDD3BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD3BA; }
p { color: rgb(237,211,186); }
H1.HeaderClassName
{
color: #EDD3BA;
}
.AnyTagClassName
{
color: #EDD3BA;
}
</style>
background-color css
<style>
a { background-color: #EDD3BA; }
a { background-color: rgb(237,211,186); }
div.DivClassName
{
background-color: #EDD3BA;
}
.BgClassName
{
background-color: #EDD3BA;
}
</style>
border-color css
<style>
span { border-color: #EDD3BA; }
span { border-color: rgb(237,211,186); }
td.TdClassName
{
border-color: #EDD3BA;
}
.TagClassName
{
border-color: #EDD3BA;
}
</style>