Shades of Pink Lady #EDD5B9
Tints of Pink Lady #EDD5B9
RGB
CMYK
RGB Variations
Color information
#EDD5B9 (or 0xEDD5B9) is known color: Pink Lady. HEX triplet: ED, D5 and B9. RGB value is (237,213,185). Sum of RGB (Red+Green+Blue) = 237+213+185=635 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.32% from 635); Green value is 213 (83.59% from 255 or 33.54% from 635); Blue value is 185 (72.66% from 255 or 29.13% from 635); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD5B9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDD5B9 is #122A46. Grayscale: #D9D9D9. Windows color (decimal): -1190471 or 12178925. OLE color: 12178925.
HSL color Cylindrical-coordinate representation of color #EDD5B9: hue angle of 32.31º 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 #EDD5B9 is Cyan = 0, Magento = 0.10, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 213 | 185 | - |
| CMYK | 0 | 0.10 | 0.22 | 0.07 |
| HSL | 32.31º | 0.59% | 0.83% | - |
| HSV(B) | 32.31º | 0.22% | 0.93% | - |
| XYZ | 67.48 | 69.1 | 55.68 | - |
| YUV | 216.98 | 109.95 | 142.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 213 | 185 | 0 | 0.10 | 0.22 | 0.07 | 32.31 | 0.59 | 0.83 |
| Hex | ED | D5 | B9 | 0 | A | 16 | 7 | 20 | 3B | 53 |
| Octal | 355 | 325 | 271 | 0 | 12 | 26 | 7 | 40 | 73 | 123 |
| Binary | 11101101 | 11010101 | 10111001 | 0 | 1010 | 10110 | 111 | 100000 | 111011 | 1010011 |
Color Harmonies of #EDD5B9
Complementary color
Monochromatic Colors of #EDD5B9
Black with #EDD5B9
Text Example
Text Example
White with #EDD5B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD5B9; }
p { color: rgb(237,213,185); }
H1.HeaderClassName
{
color: #EDD5B9;
}
.AnyTagClassName
{
color: #EDD5B9;
}
</style>
background-color css
<style>
a { background-color: #EDD5B9; }
a { background-color: rgb(237,213,185); }
div.DivClassName
{
background-color: #EDD5B9;
}
.BgClassName
{
background-color: #EDD5B9;
}
</style>
border-color css
<style>
span { border-color: #EDD5B9; }
span { border-color: rgb(237,213,185); }
td.TdClassName
{
border-color: #EDD5B9;
}
.TagClassName
{
border-color: #EDD5B9;
}
</style>