Shades of Pink Lady #EDD1B4
Tints of Pink Lady #EDD1B4
RGB
CMYK
RGB Variations
Color information
#EDD1B4 (or 0xEDD1B4) is known color: Pink Lady. HEX triplet: ED, D1 and B4. RGB value is (237,209,180). Sum of RGB (Red+Green+Blue) = 237+209+180=626 (82% of max value = 765). Red value is 237 (92.97% from 255 or 37.86% from 626); Green value is 209 (82.03% from 255 or 33.39% from 626); Blue value is 180 (70.70% from 255 or 28.75% from 626); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD1B4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDD1B4 is #122E4B. Grayscale: #D6D6D6. Windows color (decimal): -1191500 or 11850221. OLE color: 11850221.
HSL color Cylindrical-coordinate representation of color #EDD1B4: hue angle of 30.53º 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 #EDD1B4 is Cyan = 0, Magento = 0.12, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 209 | 180 | - |
| CMYK | 0 | 0.12 | 0.24 | 0.07 |
| HSL | 30.53º | 0.61% | 0.82% | - |
| HSV(B) | 30.53º | 0.24% | 0.93% | - |
| XYZ | 65.96 | 66.9 | 52.62 | - |
| YUV | 214.07 | 108.78 | 144.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 209 | 180 | 0 | 0.12 | 0.24 | 0.07 | 30.53 | 0.61 | 0.82 |
| Hex | ED | D1 | B4 | 0 | C | 18 | 7 | 1F | 3D | 52 |
| Octal | 355 | 321 | 264 | 0 | 14 | 30 | 7 | 37 | 75 | 122 |
| Binary | 11101101 | 11010001 | 10110100 | 0 | 1100 | 11000 | 111 | 11111 | 111101 | 1010010 |
Color Harmonies of #EDD1B4
Complementary color
Monochromatic Colors of #EDD1B4
Black with #EDD1B4
Text Example
Text Example
White with #EDD1B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD1B4; }
p { color: rgb(237,209,180); }
H1.HeaderClassName
{
color: #EDD1B4;
}
.AnyTagClassName
{
color: #EDD1B4;
}
</style>
background-color css
<style>
a { background-color: #EDD1B4; }
a { background-color: rgb(237,209,180); }
div.DivClassName
{
background-color: #EDD1B4;
}
.BgClassName
{
background-color: #EDD1B4;
}
</style>
border-color css
<style>
span { border-color: #EDD1B4; }
span { border-color: rgb(237,209,180); }
td.TdClassName
{
border-color: #EDD1B4;
}
.TagClassName
{
border-color: #EDD1B4;
}
</style>