Shades of Pink Lady #EED0B3
Tints of Pink Lady #EED0B3
RGB
CMYK
RGB Variations
Color information
#EED0B3 (or 0xEED0B3) is known color: Pink Lady. HEX triplet: EE, D0 and B3. RGB value is (238,208,179). Sum of RGB (Red+Green+Blue) = 238+208+179=625 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.08% from 625); Green value is 208 (81.64% from 255 or 33.28% from 625); Blue value is 179 (70.31% from 255 or 28.64% from 625); Max value from RGB is 238 - color contains mainly: red. Hex color #EED0B3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED0B3 is #112F4C. Grayscale: #D5D5D5. Windows color (decimal): -1126221 or 11784430. OLE color: 11784430.
HSL color Cylindrical-coordinate representation of color #EED0B3: hue angle of 29.49º degrees, saturation: 0.63, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EED0B3 is Cyan = 0, Magento = 0.13, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 208 | 179 | - |
| CMYK | 0 | 0.13 | 0.25 | 0.07 |
| HSL | 29.49º | 0.63% | 0.82% | - |
| HSV(B) | 29.49º | 0.25% | 0.93% | - |
| XYZ | 65.95 | 66.54 | 52.02 | - |
| YUV | 213.66 | 108.44 | 145.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 208 | 179 | 0 | 0.13 | 0.25 | 0.07 | 29.49 | 0.63 | 0.82 |
| Hex | EE | D0 | B3 | 0 | D | 19 | 7 | 1D | 3F | 52 |
| Octal | 356 | 320 | 263 | 0 | 15 | 31 | 7 | 35 | 77 | 122 |
| Binary | 11101110 | 11010000 | 10110011 | 0 | 1101 | 11001 | 111 | 11101 | 111111 | 1010010 |
Color Harmonies of #EED0B3
Complementary color
Monochromatic Colors of #EED0B3
Black with #EED0B3
Text Example
Text Example
White with #EED0B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED0B3; }
p { color: rgb(238,208,179); }
H1.HeaderClassName
{
color: #EED0B3;
}
.AnyTagClassName
{
color: #EED0B3;
}
</style>
background-color css
<style>
a { background-color: #EED0B3; }
a { background-color: rgb(238,208,179); }
div.DivClassName
{
background-color: #EED0B3;
}
.BgClassName
{
background-color: #EED0B3;
}
</style>
border-color css
<style>
span { border-color: #EED0B3; }
span { border-color: rgb(238,208,179); }
td.TdClassName
{
border-color: #EED0B3;
}
.TagClassName
{
border-color: #EED0B3;
}
</style>