Shades of Pink Lady #EDD1B3
Tints of Pink Lady #EDD1B3
RGB
CMYK
RGB Variations
Color information
#EDD1B3 (or 0xEDD1B3) is known color: Pink Lady. HEX triplet: ED, D1 and B3. RGB value is (237,209,179). Sum of RGB (Red+Green+Blue) = 237+209+179=625 (82% of max value = 765). Red value is 237 (92.97% from 255 or 37.92% from 625); Green value is 209 (82.03% from 255 or 33.44% from 625); Blue value is 179 (70.31% from 255 or 28.64% from 625); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD1B3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDD1B3 is #122E4C. Grayscale: #D6D6D6. Windows color (decimal): -1191501 or 11784685. OLE color: 11784685.
HSL color Cylindrical-coordinate representation of color #EDD1B3: hue angle of 31.03º degrees, saturation: 0.62, 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 #EDD1B3 is Cyan = 0, Magento = 0.12, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 209 | 179 | - |
| CMYK | 0 | 0.12 | 0.24 | 0.07 |
| HSL | 31.03º | 0.62% | 0.82% | - |
| HSV(B) | 31.03º | 0.24% | 0.93% | - |
| XYZ | 65.86 | 66.86 | 52.08 | - |
| YUV | 213.95 | 108.28 | 144.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 209 | 179 | 0 | 0.12 | 0.24 | 0.07 | 31.03 | 0.62 | 0.82 |
| Hex | ED | D1 | B3 | 0 | C | 18 | 7 | 1F | 3E | 52 |
| Octal | 355 | 321 | 263 | 0 | 14 | 30 | 7 | 37 | 76 | 122 |
| Binary | 11101101 | 11010001 | 10110011 | 0 | 1100 | 11000 | 111 | 11111 | 111110 | 1010010 |
Color Harmonies of #EDD1B3
Complementary color
Monochromatic Colors of #EDD1B3
Black with #EDD1B3
Text Example
Text Example
White with #EDD1B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD1B3; }
p { color: rgb(237,209,179); }
H1.HeaderClassName
{
color: #EDD1B3;
}
.AnyTagClassName
{
color: #EDD1B3;
}
</style>
background-color css
<style>
a { background-color: #EDD1B3; }
a { background-color: rgb(237,209,179); }
div.DivClassName
{
background-color: #EDD1B3;
}
.BgClassName
{
background-color: #EDD1B3;
}
</style>
border-color css
<style>
span { border-color: #EDD1B3; }
span { border-color: rgb(237,209,179); }
td.TdClassName
{
border-color: #EDD1B3;
}
.TagClassName
{
border-color: #EDD1B3;
}
</style>