Shades of Pink Lady #EED4BB
Tints of Pink Lady #EED4BB
RGB
CMYK
RGB Variations
Color information
#EED4BB (or 0xEED4BB) is known color: Pink Lady. HEX triplet: EE, D4 and BB. RGB value is (238,212,187). Sum of RGB (Red+Green+Blue) = 238+212+187=637 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.36% from 637); Green value is 212 (83.20% from 255 or 33.28% from 637); Blue value is 187 (73.44% from 255 or 29.36% from 637); Max value from RGB is 238 - color contains mainly: red. Hex color #EED4BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED4BB is #112B44. Grayscale: #D9D9D9. Windows color (decimal): -1125189 or 12309742. OLE color: 12309742.
HSL color Cylindrical-coordinate representation of color #EED4BB: hue angle of 29.41º degrees, saturation: 0.6, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EED4BB is Cyan = 0, Magento = 0.11, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 212 | 187 | - |
| CMYK | 0 | 0.11 | 0.21 | 0.07 |
| HSL | 29.41º | 0.6% | 0.83% | - |
| HSV(B) | 29.41º | 0.21% | 0.93% | - |
| XYZ | 67.77 | 68.85 | 56.73 | - |
| YUV | 216.92 | 111.11 | 143.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 212 | 187 | 0 | 0.11 | 0.21 | 0.07 | 29.41 | 0.6 | 0.83 |
| Hex | EE | D4 | BB | 0 | B | 15 | 7 | 1D | 3C | 53 |
| Octal | 356 | 324 | 273 | 0 | 13 | 25 | 7 | 35 | 74 | 123 |
| Binary | 11101110 | 11010100 | 10111011 | 0 | 1011 | 10101 | 111 | 11101 | 111100 | 1010011 |
Color Harmonies of #EED4BB
Complementary color
Monochromatic Colors of #EED4BB
Black with #EED4BB
Text Example
Text Example
White with #EED4BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED4BB; }
p { color: rgb(238,212,187); }
H1.HeaderClassName
{
color: #EED4BB;
}
.AnyTagClassName
{
color: #EED4BB;
}
</style>
background-color css
<style>
a { background-color: #EED4BB; }
a { background-color: rgb(238,212,187); }
div.DivClassName
{
background-color: #EED4BB;
}
.BgClassName
{
background-color: #EED4BB;
}
</style>
border-color css
<style>
span { border-color: #EED4BB; }
span { border-color: rgb(238,212,187); }
td.TdClassName
{
border-color: #EED4BB;
}
.TagClassName
{
border-color: #EED4BB;
}
</style>