Shades of Pink Lady #EED8BC
Tints of Pink Lady #EED8BC
RGB
CMYK
RGB Variations
Color information
#EED8BC (or 0xEED8BC) is known color: Pink Lady. HEX triplet: EE, D8 and BC. RGB value is (238,216,188). Sum of RGB (Red+Green+Blue) = 238+216+188=642 (85% of max value = 765). Red value is 238 (93.36% from 255 or 37.07% from 642); Green value is 216 (84.77% from 255 or 33.64% from 642); Blue value is 188 (73.83% from 255 or 29.28% from 642); Max value from RGB is 238 - color contains mainly: red. Hex color #EED8BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED8BC is #112743. Grayscale: #DBDBDB. Windows color (decimal): -1124164 or 12376302. OLE color: 12376302.
HSL color Cylindrical-coordinate representation of color #EED8BC: hue angle of 33.6º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EED8BC is Cyan = 0, Magento = 0.09, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 216 | 188 | - |
| CMYK | 0 | 0.09 | 0.21 | 0.07 |
| HSL | 33.6º | 0.6% | 0.84% | - |
| HSV(B) | 33.6º | 0.21% | 0.93% | - |
| XYZ | 68.89 | 70.92 | 57.63 | - |
| YUV | 219.39 | 110.29 | 141.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 216 | 188 | 0 | 0.09 | 0.21 | 0.07 | 33.6 | 0.6 | 0.84 |
| Hex | EE | D8 | BC | 0 | 9 | 15 | 7 | 22 | 3C | 54 |
| Octal | 356 | 330 | 274 | 0 | 11 | 25 | 7 | 42 | 74 | 124 |
| Binary | 11101110 | 11011000 | 10111100 | 0 | 1001 | 10101 | 111 | 100010 | 111100 | 1010100 |
Color Harmonies of #EED8BC
Complementary color
Monochromatic Colors of #EED8BC
Black with #EED8BC
Text Example
Text Example
White with #EED8BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED8BC; }
p { color: rgb(238,216,188); }
H1.HeaderClassName
{
color: #EED8BC;
}
.AnyTagClassName
{
color: #EED8BC;
}
</style>
background-color css
<style>
a { background-color: #EED8BC; }
a { background-color: rgb(238,216,188); }
div.DivClassName
{
background-color: #EED8BC;
}
.BgClassName
{
background-color: #EED8BC;
}
</style>
border-color css
<style>
span { border-color: #EED8BC; }
span { border-color: rgb(238,216,188); }
td.TdClassName
{
border-color: #EED8BC;
}
.TagClassName
{
border-color: #EED8BC;
}
</style>