Shades of Pink Lady #EED0B4
Tints of Pink Lady #EED0B4
RGB
CMYK
RGB Variations
Color information
#EED0B4 (or 0xEED0B4) is known color: Pink Lady. HEX triplet: EE, D0 and B4. RGB value is (238,208,180). Sum of RGB (Red+Green+Blue) = 238+208+180=626 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.02% from 626); Green value is 208 (81.64% from 255 or 33.23% from 626); Blue value is 180 (70.70% from 255 or 28.75% from 626); Max value from RGB is 238 - color contains mainly: red. Hex color #EED0B4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED0B4 is #112F4B. Grayscale: #D5D5D5. Windows color (decimal): -1126220 or 11849966. OLE color: 11849966.
HSL color Cylindrical-coordinate representation of color #EED0B4: hue angle of 28.97º degrees, saturation: 0.63, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EED0B4 is Cyan = 0, Magento = 0.13, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 208 | 180 | - |
| CMYK | 0 | 0.13 | 0.24 | 0.07 |
| HSL | 28.97º | 0.63% | 0.82% | - |
| HSV(B) | 28.97º | 0.24% | 0.93% | - |
| XYZ | 66.05 | 66.58 | 52.55 | - |
| YUV | 213.78 | 108.94 | 145.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 208 | 180 | 0 | 0.13 | 0.24 | 0.07 | 28.97 | 0.63 | 0.82 |
| Hex | EE | D0 | B4 | 0 | D | 18 | 7 | 1D | 3F | 52 |
| Octal | 356 | 320 | 264 | 0 | 15 | 30 | 7 | 35 | 77 | 122 |
| Binary | 11101110 | 11010000 | 10110100 | 0 | 1101 | 11000 | 111 | 11101 | 111111 | 1010010 |
Color Harmonies of #EED0B4
Complementary color
Monochromatic Colors of #EED0B4
Black with #EED0B4
Text Example
Text Example
White with #EED0B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED0B4; }
p { color: rgb(238,208,180); }
H1.HeaderClassName
{
color: #EED0B4;
}
.AnyTagClassName
{
color: #EED0B4;
}
</style>
background-color css
<style>
a { background-color: #EED0B4; }
a { background-color: rgb(238,208,180); }
div.DivClassName
{
background-color: #EED0B4;
}
.BgClassName
{
background-color: #EED0B4;
}
</style>
border-color css
<style>
span { border-color: #EED0B4; }
span { border-color: rgb(238,208,180); }
td.TdClassName
{
border-color: #EED0B4;
}
.TagClassName
{
border-color: #EED0B4;
}
</style>