Shades of Pink Lady #EED4B7
Tints of Pink Lady #EED4B7
RGB
CMYK
RGB Variations
Color information
#EED4B7 (or 0xEED4B7) is known color: Pink Lady. HEX triplet: EE, D4 and B7. RGB value is (238,212,183). Sum of RGB (Red+Green+Blue) = 238+212+183=633 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.60% from 633); Green value is 212 (83.20% from 255 or 33.49% from 633); Blue value is 183 (71.88% from 255 or 28.91% from 633); Max value from RGB is 238 - color contains mainly: red. Hex color #EED4B7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED4B7 is #112B48. Grayscale: #D8D8D8. Windows color (decimal): -1125193 or 12047598. OLE color: 12047598.
HSL color Cylindrical-coordinate representation of color #EED4B7: hue angle of 31.64º degrees, saturation: 0.62, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EED4B7 is Cyan = 0, Magento = 0.11, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 212 | 183 | - |
| CMYK | 0 | 0.11 | 0.23 | 0.07 |
| HSL | 31.64º | 0.62% | 0.83% | - |
| HSV(B) | 31.64º | 0.23% | 0.93% | - |
| XYZ | 67.35 | 68.68 | 54.51 | - |
| YUV | 216.47 | 109.11 | 143.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 212 | 183 | 0 | 0.11 | 0.23 | 0.07 | 31.64 | 0.62 | 0.83 |
| Hex | EE | D4 | B7 | 0 | B | 17 | 7 | 20 | 3E | 53 |
| Octal | 356 | 324 | 267 | 0 | 13 | 27 | 7 | 40 | 76 | 123 |
| Binary | 11101110 | 11010100 | 10110111 | 0 | 1011 | 10111 | 111 | 100000 | 111110 | 1010011 |
Color Harmonies of #EED4B7
Complementary color
Monochromatic Colors of #EED4B7
Black with #EED4B7
Text Example
Text Example
White with #EED4B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED4B7; }
p { color: rgb(238,212,183); }
H1.HeaderClassName
{
color: #EED4B7;
}
.AnyTagClassName
{
color: #EED4B7;
}
</style>
background-color css
<style>
a { background-color: #EED4B7; }
a { background-color: rgb(238,212,183); }
div.DivClassName
{
background-color: #EED4B7;
}
.BgClassName
{
background-color: #EED4B7;
}
</style>
border-color css
<style>
span { border-color: #EED4B7; }
span { border-color: rgb(238,212,183); }
td.TdClassName
{
border-color: #EED4B7;
}
.TagClassName
{
border-color: #EED4B7;
}
</style>