Shades of Pink Lady #EED2B9
Tints of Pink Lady #EED2B9
RGB
CMYK
RGB Variations
Color information
#EED2B9 (or 0xEED2B9) is known color: Pink Lady. HEX triplet: EE, D2 and B9. RGB value is (238,210,185). Sum of RGB (Red+Green+Blue) = 238+210+185=633 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.60% from 633); Green value is 210 (82.42% from 255 or 33.18% from 633); Blue value is 185 (72.66% from 255 or 29.23% from 633); Max value from RGB is 238 - color contains mainly: red. Hex color #EED2B9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED2B9 is #112D46. Grayscale: #D7D7D7. Windows color (decimal): -1125703 or 12178158. OLE color: 12178158.
HSL color Cylindrical-coordinate representation of color #EED2B9: hue angle of 28.3º degrees, saturation: 0.61, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EED2B9 is Cyan = 0, Magento = 0.12, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 210 | 185 | - |
| CMYK | 0 | 0.12 | 0.22 | 0.07 |
| HSL | 28.3º | 0.61% | 0.83% | - |
| HSV(B) | 28.3º | 0.22% | 0.93% | - |
| XYZ | 67.06 | 67.77 | 55.45 | - |
| YUV | 215.52 | 110.78 | 144.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 210 | 185 | 0 | 0.12 | 0.22 | 0.07 | 28.3 | 0.61 | 0.83 |
| Hex | EE | D2 | B9 | 0 | C | 16 | 7 | 1C | 3D | 53 |
| Octal | 356 | 322 | 271 | 0 | 14 | 26 | 7 | 34 | 75 | 123 |
| Binary | 11101110 | 11010010 | 10111001 | 0 | 1100 | 10110 | 111 | 11100 | 111101 | 1010011 |
Color Harmonies of #EED2B9
Complementary color
Monochromatic Colors of #EED2B9
Black with #EED2B9
Text Example
Text Example
White with #EED2B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED2B9; }
p { color: rgb(238,210,185); }
H1.HeaderClassName
{
color: #EED2B9;
}
.AnyTagClassName
{
color: #EED2B9;
}
</style>
background-color css
<style>
a { background-color: #EED2B9; }
a { background-color: rgb(238,210,185); }
div.DivClassName
{
background-color: #EED2B9;
}
.BgClassName
{
background-color: #EED2B9;
}
</style>
border-color css
<style>
span { border-color: #EED2B9; }
span { border-color: rgb(238,210,185); }
td.TdClassName
{
border-color: #EED2B9;
}
.TagClassName
{
border-color: #EED2B9;
}
</style>