Shades of Pink Lady #EDD3B9
Tints of Pink Lady #EDD3B9
RGB
CMYK
RGB Variations
Color information
#EDD3B9 (or 0xEDD3B9) is known color: Pink Lady. HEX triplet: ED, D3 and B9. RGB value is (237,211,185). Sum of RGB (Red+Green+Blue) = 237+211+185=633 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.44% from 633); Green value is 211 (82.81% from 255 or 33.33% from 633); Blue value is 185 (72.66% from 255 or 29.23% from 633); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD3B9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDD3B9 is #122C46. Grayscale: #D7D7D7. Windows color (decimal): -1190983 or 12178413. OLE color: 12178413.
HSL color Cylindrical-coordinate representation of color #EDD3B9: hue angle of 30º 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 #EDD3B9 is Cyan = 0, Magento = 0.11, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 211 | 185 | - |
| CMYK | 0 | 0.11 | 0.22 | 0.07 |
| HSL | 30º | 0.59% | 0.83% | - |
| HSV(B) | 30º | 0.22% | 0.93% | - |
| XYZ | 66.98 | 68.1 | 55.51 | - |
| YUV | 215.81 | 110.61 | 143.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 211 | 185 | 0 | 0.11 | 0.22 | 0.07 | 30 | 0.59 | 0.83 |
| Hex | ED | D3 | B9 | 0 | B | 16 | 7 | 1E | 3B | 53 |
| Octal | 355 | 323 | 271 | 0 | 13 | 26 | 7 | 36 | 73 | 123 |
| Binary | 11101101 | 11010011 | 10111001 | 0 | 1011 | 10110 | 111 | 11110 | 111011 | 1010011 |
Color Harmonies of #EDD3B9
Complementary color
Monochromatic Colors of #EDD3B9
Black with #EDD3B9
Text Example
Text Example
White with #EDD3B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD3B9; }
p { color: rgb(237,211,185); }
H1.HeaderClassName
{
color: #EDD3B9;
}
.AnyTagClassName
{
color: #EDD3B9;
}
</style>
background-color css
<style>
a { background-color: #EDD3B9; }
a { background-color: rgb(237,211,185); }
div.DivClassName
{
background-color: #EDD3B9;
}
.BgClassName
{
background-color: #EDD3B9;
}
</style>
border-color css
<style>
span { border-color: #EDD3B9; }
span { border-color: rgb(237,211,185); }
td.TdClassName
{
border-color: #EDD3B9;
}
.TagClassName
{
border-color: #EDD3B9;
}
</style>