Shades of Pink Lady #EED2B8
Tints of Pink Lady #EED2B8
RGB
CMYK
RGB Variations
Color information
#EED2B8 (or 0xEED2B8) is known color: Pink Lady. HEX triplet: EE, D2 and B8. RGB value is (238,210,184). Sum of RGB (Red+Green+Blue) = 238+210+184=632 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.66% from 632); Green value is 210 (82.42% from 255 or 33.23% from 632); Blue value is 184 (72.27% from 255 or 29.11% from 632); Max value from RGB is 238 - color contains mainly: red. Hex color #EED2B8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED2B8 is #112D47. Grayscale: #D7D7D7. Windows color (decimal): -1125704 or 12112622. OLE color: 12112622.
HSL color Cylindrical-coordinate representation of color #EED2B8: hue angle of 28.89º degrees, saturation: 0.61, 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 #EED2B8 is Cyan = 0, Magento = 0.12, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 210 | 184 | - |
| CMYK | 0 | 0.12 | 0.23 | 0.07 |
| HSL | 28.89º | 0.61% | 0.83% | - |
| HSV(B) | 28.89º | 0.23% | 0.93% | - |
| XYZ | 66.96 | 67.73 | 54.89 | - |
| YUV | 215.41 | 110.28 | 144.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 210 | 184 | 0 | 0.12 | 0.23 | 0.07 | 28.89 | 0.61 | 0.83 |
| Hex | EE | D2 | B8 | 0 | C | 17 | 7 | 1D | 3D | 53 |
| Octal | 356 | 322 | 270 | 0 | 14 | 27 | 7 | 35 | 75 | 123 |
| Binary | 11101110 | 11010010 | 10111000 | 0 | 1100 | 10111 | 111 | 11101 | 111101 | 1010011 |
Color Harmonies of #EED2B8
Complementary color
Monochromatic Colors of #EED2B8
Black with #EED2B8
Text Example
Text Example
White with #EED2B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED2B8; }
p { color: rgb(238,210,184); }
H1.HeaderClassName
{
color: #EED2B8;
}
.AnyTagClassName
{
color: #EED2B8;
}
</style>
background-color css
<style>
a { background-color: #EED2B8; }
a { background-color: rgb(238,210,184); }
div.DivClassName
{
background-color: #EED2B8;
}
.BgClassName
{
background-color: #EED2B8;
}
</style>
border-color css
<style>
span { border-color: #EED2B8; }
span { border-color: rgb(238,210,184); }
td.TdClassName
{
border-color: #EED2B8;
}
.TagClassName
{
border-color: #EED2B8;
}
</style>