Shades of Pink Lady #EDD2BB
Tints of Pink Lady #EDD2BB
RGB
CMYK
RGB Variations
Color information
#EDD2BB (or 0xEDD2BB) is known color: Pink Lady. HEX triplet: ED, D2 and BB. RGB value is (237,210,187). Sum of RGB (Red+Green+Blue) = 237+210+187=634 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.38% from 634); Green value is 210 (82.42% from 255 or 33.12% from 634); Blue value is 187 (73.44% from 255 or 29.50% from 634); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD2BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDD2BB is #122D44. Grayscale: #D7D7D7. Windows color (decimal): -1191237 or 12309229. OLE color: 12309229.
HSL color Cylindrical-coordinate representation of color #EDD2BB: hue angle of 27.6º 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 #EDD2BB is Cyan = 0, Magento = 0.11, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 210 | 187 | - |
| CMYK | 0 | 0.11 | 0.21 | 0.07 |
| HSL | 27.6º | 0.58% | 0.83% | - |
| HSV(B) | 27.6º | 0.21% | 0.93% | - |
| XYZ | 66.94 | 67.69 | 56.55 | - |
| YUV | 215.45 | 111.95 | 143.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 210 | 187 | 0 | 0.11 | 0.21 | 0.07 | 27.6 | 0.58 | 0.83 |
| Hex | ED | D2 | BB | 0 | B | 15 | 7 | 1C | 3A | 53 |
| Octal | 355 | 322 | 273 | 0 | 13 | 25 | 7 | 34 | 72 | 123 |
| Binary | 11101101 | 11010010 | 10111011 | 0 | 1011 | 10101 | 111 | 11100 | 111010 | 1010011 |
Color Harmonies of #EDD2BB
Complementary color
Monochromatic Colors of #EDD2BB
Black with #EDD2BB
Text Example
Text Example
White with #EDD2BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD2BB; }
p { color: rgb(237,210,187); }
H1.HeaderClassName
{
color: #EDD2BB;
}
.AnyTagClassName
{
color: #EDD2BB;
}
</style>
background-color css
<style>
a { background-color: #EDD2BB; }
a { background-color: rgb(237,210,187); }
div.DivClassName
{
background-color: #EDD2BB;
}
.BgClassName
{
background-color: #EDD2BB;
}
</style>
border-color css
<style>
span { border-color: #EDD2BB; }
span { border-color: rgb(237,210,187); }
td.TdClassName
{
border-color: #EDD2BB;
}
.TagClassName
{
border-color: #EDD2BB;
}
</style>