Shades of Pink Lady #EDD2B5
Tints of Pink Lady #EDD2B5
RGB
CMYK
RGB Variations
Color information
#EDD2B5 (or 0xEDD2B5) is known color: Pink Lady. HEX triplet: ED, D2 and B5. RGB value is (237,210,181). Sum of RGB (Red+Green+Blue) = 237+210+181=628 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.74% from 628); Green value is 210 (82.42% from 255 or 33.44% from 628); Blue value is 181 (71.09% from 255 or 28.82% from 628); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD2B5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDD2B5 is #122D4A. Grayscale: #D6D6D6. Windows color (decimal): -1191243 or 11916013. OLE color: 11916013.
HSL color Cylindrical-coordinate representation of color #EDD2B5: hue angle of 31.07º degrees, saturation: 0.61, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EDD2B5 is Cyan = 0, Magento = 0.11, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 210 | 181 | - |
| CMYK | 0 | 0.11 | 0.24 | 0.07 |
| HSL | 31.07º | 0.61% | 0.82% | - |
| HSV(B) | 31.07º | 0.24% | 0.93% | - |
| XYZ | 66.31 | 67.43 | 53.24 | - |
| YUV | 214.77 | 108.95 | 143.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 210 | 181 | 0 | 0.11 | 0.24 | 0.07 | 31.07 | 0.61 | 0.82 |
| Hex | ED | D2 | B5 | 0 | B | 18 | 7 | 1F | 3D | 52 |
| Octal | 355 | 322 | 265 | 0 | 13 | 30 | 7 | 37 | 75 | 122 |
| Binary | 11101101 | 11010010 | 10110101 | 0 | 1011 | 11000 | 111 | 11111 | 111101 | 1010010 |
Color Harmonies of #EDD2B5
Complementary color
Monochromatic Colors of #EDD2B5
Black with #EDD2B5
Text Example
Text Example
White with #EDD2B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD2B5; }
p { color: rgb(237,210,181); }
H1.HeaderClassName
{
color: #EDD2B5;
}
.AnyTagClassName
{
color: #EDD2B5;
}
</style>
background-color css
<style>
a { background-color: #EDD2B5; }
a { background-color: rgb(237,210,181); }
div.DivClassName
{
background-color: #EDD2B5;
}
.BgClassName
{
background-color: #EDD2B5;
}
</style>
border-color css
<style>
span { border-color: #EDD2B5; }
span { border-color: rgb(237,210,181); }
td.TdClassName
{
border-color: #EDD2B5;
}
.TagClassName
{
border-color: #EDD2B5;
}
</style>