Shades of Pink Lady #EED4B9
Tints of Pink Lady #EED4B9
RGB
CMYK
RGB Variations
Color information
#EED4B9 (or 0xEED4B9) is known color: Pink Lady. HEX triplet: EE, D4 and B9. RGB value is (238,212,185). Sum of RGB (Red+Green+Blue) = 238+212+185=635 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.48% from 635); Green value is 212 (83.20% from 255 or 33.39% from 635); Blue value is 185 (72.66% from 255 or 29.13% from 635); Max value from RGB is 238 - color contains mainly: red. Hex color #EED4B9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED4B9 is #112B46. Grayscale: #D8D8D8. Windows color (decimal): -1125191 or 12178670. OLE color: 12178670.
HSL color Cylindrical-coordinate representation of color #EED4B9: hue angle of 30.57º 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 #EED4B9 is Cyan = 0, Magento = 0.11, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 212 | 185 | - |
| CMYK | 0 | 0.11 | 0.22 | 0.07 |
| HSL | 30.57º | 0.61% | 0.83% | - |
| HSV(B) | 30.57º | 0.22% | 0.93% | - |
| XYZ | 67.56 | 68.77 | 55.61 | - |
| YUV | 216.7 | 110.11 | 143.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 212 | 185 | 0 | 0.11 | 0.22 | 0.07 | 30.57 | 0.61 | 0.83 |
| Hex | EE | D4 | B9 | 0 | B | 16 | 7 | 1F | 3D | 53 |
| Octal | 356 | 324 | 271 | 0 | 13 | 26 | 7 | 37 | 75 | 123 |
| Binary | 11101110 | 11010100 | 10111001 | 0 | 1011 | 10110 | 111 | 11111 | 111101 | 1010011 |
Color Harmonies of #EED4B9
Complementary color
Monochromatic Colors of #EED4B9
Black with #EED4B9
Text Example
Text Example
White with #EED4B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED4B9; }
p { color: rgb(238,212,185); }
H1.HeaderClassName
{
color: #EED4B9;
}
.AnyTagClassName
{
color: #EED4B9;
}
</style>
background-color css
<style>
a { background-color: #EED4B9; }
a { background-color: rgb(238,212,185); }
div.DivClassName
{
background-color: #EED4B9;
}
.BgClassName
{
background-color: #EED4B9;
}
</style>
border-color css
<style>
span { border-color: #EED4B9; }
span { border-color: rgb(238,212,185); }
td.TdClassName
{
border-color: #EED4B9;
}
.TagClassName
{
border-color: #EED4B9;
}
</style>