Shades of Pink Lady #EDD5BB
Tints of Pink Lady #EDD5BB
RGB
CMYK
RGB Variations
Color information
#EDD5BB (or 0xEDD5BB) is known color: Pink Lady. HEX triplet: ED, D5 and BB. RGB value is (237,213,187). Sum of RGB (Red+Green+Blue) = 237+213+187=637 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.21% from 637); Green value is 213 (83.59% from 255 or 33.44% from 637); Blue value is 187 (73.44% from 255 or 29.36% from 637); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD5BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDD5BB is #122A44. Grayscale: #D9D9D9. Windows color (decimal): -1190469 or 12309997. OLE color: 12309997.
HSL color Cylindrical-coordinate representation of color #EDD5BB: hue angle of 31.2º degrees, saturation: 0.58, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EDD5BB is Cyan = 0, Magento = 0.10, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 213 | 187 | - |
| CMYK | 0 | 0.10 | 0.21 | 0.07 |
| HSL | 31.2º | 0.58% | 0.83% | - |
| HSV(B) | 31.2º | 0.21% | 0.93% | - |
| XYZ | 67.69 | 69.18 | 56.8 | - |
| YUV | 217.21 | 110.95 | 142.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 213 | 187 | 0 | 0.10 | 0.21 | 0.07 | 31.2 | 0.58 | 0.83 |
| Hex | ED | D5 | BB | 0 | A | 15 | 7 | 1F | 3A | 53 |
| Octal | 355 | 325 | 273 | 0 | 12 | 25 | 7 | 37 | 72 | 123 |
| Binary | 11101101 | 11010101 | 10111011 | 0 | 1010 | 10101 | 111 | 11111 | 111010 | 1010011 |
Color Harmonies of #EDD5BB
Complementary color
Monochromatic Colors of #EDD5BB
Black with #EDD5BB
Text Example
Text Example
White with #EDD5BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD5BB; }
p { color: rgb(237,213,187); }
H1.HeaderClassName
{
color: #EDD5BB;
}
.AnyTagClassName
{
color: #EDD5BB;
}
</style>
background-color css
<style>
a { background-color: #EDD5BB; }
a { background-color: rgb(237,213,187); }
div.DivClassName
{
background-color: #EDD5BB;
}
.BgClassName
{
background-color: #EDD5BB;
}
</style>
border-color css
<style>
span { border-color: #EDD5BB; }
span { border-color: rgb(237,213,187); }
td.TdClassName
{
border-color: #EDD5BB;
}
.TagClassName
{
border-color: #EDD5BB;
}
</style>