Shades of Pink Lady #EDD6BC
Tints of Pink Lady #EDD6BC
RGB
CMYK
RGB Variations
Color information
#EDD6BC (or 0xEDD6BC) is known color: Pink Lady. HEX triplet: ED, D6 and BC. RGB value is (237,214,188). Sum of RGB (Red+Green+Blue) = 237+214+188=639 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.09% from 639); Green value is 214 (83.98% from 255 or 33.49% from 639); Blue value is 188 (73.83% from 255 or 29.42% from 639); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD6BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDD6BC is #122943. Grayscale: #DADADA. Windows color (decimal): -1190212 or 12375789. OLE color: 12375789.
HSL color Cylindrical-coordinate representation of color #EDD6BC: hue angle of 31.84º 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 #EDD6BC is Cyan = 0, Magento = 0.10, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 214 | 188 | - |
| CMYK | 0 | 0.10 | 0.21 | 0.07 |
| HSL | 31.84º | 0.58% | 0.83% | - |
| HSV(B) | 31.84º | 0.21% | 0.93% | - |
| XYZ | 68.05 | 69.73 | 57.45 | - |
| YUV | 217.91 | 111.12 | 141.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 214 | 188 | 0 | 0.10 | 0.21 | 0.07 | 31.84 | 0.58 | 0.83 |
| Hex | ED | D6 | BC | 0 | A | 15 | 7 | 20 | 3A | 53 |
| Octal | 355 | 326 | 274 | 0 | 12 | 25 | 7 | 40 | 72 | 123 |
| Binary | 11101101 | 11010110 | 10111100 | 0 | 1010 | 10101 | 111 | 100000 | 111010 | 1010011 |
Color Harmonies of #EDD6BC
Complementary color
Monochromatic Colors of #EDD6BC
Black with #EDD6BC
Text Example
Text Example
White with #EDD6BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD6BC; }
p { color: rgb(237,214,188); }
H1.HeaderClassName
{
color: #EDD6BC;
}
.AnyTagClassName
{
color: #EDD6BC;
}
</style>
background-color css
<style>
a { background-color: #EDD6BC; }
a { background-color: rgb(237,214,188); }
div.DivClassName
{
background-color: #EDD6BC;
}
.BgClassName
{
background-color: #EDD6BC;
}
</style>
border-color css
<style>
span { border-color: #EDD6BC; }
span { border-color: rgb(237,214,188); }
td.TdClassName
{
border-color: #EDD6BC;
}
.TagClassName
{
border-color: #EDD6BC;
}
</style>