Shades of Pink Lady #EDD0B2
Tints of Pink Lady #EDD0B2
RGB
CMYK
RGB Variations
Color information
#EDD0B2 (or 0xEDD0B2) is known color: Pink Lady. HEX triplet: ED, D0 and B2. RGB value is (237,208,178). Sum of RGB (Red+Green+Blue) = 237+208+178=623 (82% of max value = 765). Red value is 237 (92.97% from 255 or 38.04% from 623); Green value is 208 (81.64% from 255 or 33.39% from 623); Blue value is 178 (69.92% from 255 or 28.57% from 623); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD0B2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD0B2 is #122F4D. Grayscale: #D5D5D5. Windows color (decimal): -1191758 or 11718893. OLE color: 11718893.
HSL color Cylindrical-coordinate representation of color #EDD0B2: hue angle of 30.51º degrees, saturation: 0.62, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EDD0B2 is Cyan = 0, Magento = 0.12, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 208 | 178 | - |
| CMYK | 0 | 0.12 | 0.25 | 0.07 |
| HSL | 30.51º | 0.62% | 0.81% | - |
| HSV(B) | 30.51º | 0.25% | 0.93% | - |
| XYZ | 65.52 | 66.33 | 51.47 | - |
| YUV | 213.25 | 108.11 | 144.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 208 | 178 | 0 | 0.12 | 0.25 | 0.07 | 30.51 | 0.62 | 0.81 |
| Hex | ED | D0 | B2 | 0 | C | 19 | 7 | 1F | 3E | 51 |
| Octal | 355 | 320 | 262 | 0 | 14 | 31 | 7 | 37 | 76 | 121 |
| Binary | 11101101 | 11010000 | 10110010 | 0 | 1100 | 11001 | 111 | 11111 | 111110 | 1010001 |
Color Harmonies of #EDD0B2
Complementary color
Monochromatic Colors of #EDD0B2
Black with #EDD0B2
Text Example
Text Example
White with #EDD0B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD0B2; }
p { color: rgb(237,208,178); }
H1.HeaderClassName
{
color: #EDD0B2;
}
.AnyTagClassName
{
color: #EDD0B2;
}
</style>
background-color css
<style>
a { background-color: #EDD0B2; }
a { background-color: rgb(237,208,178); }
div.DivClassName
{
background-color: #EDD0B2;
}
.BgClassName
{
background-color: #EDD0B2;
}
</style>
border-color css
<style>
span { border-color: #EDD0B2; }
span { border-color: rgb(237,208,178); }
td.TdClassName
{
border-color: #EDD0B2;
}
.TagClassName
{
border-color: #EDD0B2;
}
</style>