Shades of Pink Lady #EED6BC
Tints of Pink Lady #EED6BC
RGB
CMYK
RGB Variations
Color information
#EED6BC (or 0xEED6BC) is known color: Pink Lady. HEX triplet: EE, D6 and BC. RGB value is (238,214,188). Sum of RGB (Red+Green+Blue) = 238+214+188=640 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.19% from 640); Green value is 214 (83.98% from 255 or 33.44% from 640); Blue value is 188 (73.83% from 255 or 29.38% from 640); Max value from RGB is 238 - color contains mainly: red. Hex color #EED6BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED6BC is #112943. Grayscale: #DADADA. Windows color (decimal): -1124676 or 12375790. OLE color: 12375790.
HSL color Cylindrical-coordinate representation of color #EED6BC: hue angle of 31.2º 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 #EED6BC is Cyan = 0, Magento = 0.10, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 214 | 188 | - |
| CMYK | 0 | 0.10 | 0.21 | 0.07 |
| HSL | 31.2º | 0.6% | 0.84% | - |
| HSV(B) | 31.2º | 0.21% | 0.93% | - |
| XYZ | 68.38 | 69.9 | 57.47 | - |
| YUV | 218.21 | 110.95 | 142.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 214 | 188 | 0 | 0.10 | 0.21 | 0.07 | 31.2 | 0.6 | 0.84 |
| Hex | EE | D6 | BC | 0 | A | 15 | 7 | 1F | 3C | 54 |
| Octal | 356 | 326 | 274 | 0 | 12 | 25 | 7 | 37 | 74 | 124 |
| Binary | 11101110 | 11010110 | 10111100 | 0 | 1010 | 10101 | 111 | 11111 | 111100 | 1010100 |
Color Harmonies of #EED6BC
Complementary color
Monochromatic Colors of #EED6BC
Black with #EED6BC
Text Example
Text Example
White with #EED6BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED6BC; }
p { color: rgb(238,214,188); }
H1.HeaderClassName
{
color: #EED6BC;
}
.AnyTagClassName
{
color: #EED6BC;
}
</style>
background-color css
<style>
a { background-color: #EED6BC; }
a { background-color: rgb(238,214,188); }
div.DivClassName
{
background-color: #EED6BC;
}
.BgClassName
{
background-color: #EED6BC;
}
</style>
border-color css
<style>
span { border-color: #EED6BC; }
span { border-color: rgb(238,214,188); }
td.TdClassName
{
border-color: #EED6BC;
}
.TagClassName
{
border-color: #EED6BC;
}
</style>