Shades of Soft Peach #EED9D8
Tints of Soft Peach #EED9D8
RGB
CMYK
RGB Variations
Color information
#EED9D8 (or 0xEED9D8) is known color: Soft Peach. HEX triplet: EE, D9 and D8. RGB value is (238,217,216). Sum of RGB (Red+Green+Blue) = 238+217+216=671 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.47% from 671); Green value is 217 (85.16% from 255 or 32.34% from 671); Blue value is 216 (84.77% from 255 or 32.19% from 671); Max value from RGB is 238 - color contains mainly: red. Hex color #EED9D8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED9D8 is #112627. Grayscale: #DFDFDF. Windows color (decimal): -1123880 or 14211566. OLE color: 14211566.
HSL color Cylindrical-coordinate representation of color #EED9D8: hue angle of 2.73º degrees, saturation: 0.39, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #EED9D8 is Cyan = 0, Magento = 0.09, Yellow = 0.09 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 217 | 216 | - |
| CMYK | 0 | 0.09 | 0.09 | 0.07 |
| HSL | 2.73º | 0.39% | 0.89% | - |
| HSV(B) | 2.73º | 0.09% | 0.93% | - |
| XYZ | 72.47 | 72.76 | 75.19 | - |
| YUV | 223.17 | 123.96 | 138.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 217 | 216 | 0 | 0.09 | 0.09 | 0.07 | 2.73 | 0.39 | 0.89 |
| Hex | EE | D9 | D8 | 0 | 9 | 9 | 7 | 3 | 27 | 59 |
| Octal | 356 | 331 | 330 | 0 | 11 | 11 | 7 | 3 | 47 | 131 |
| Binary | 11101110 | 11011001 | 11011000 | 0 | 1001 | 1001 | 111 | 11 | 100111 | 1011001 |
Color Harmonies of #EED9D8
Complementary color
Monochromatic Colors of #EED9D8
Black with #EED9D8
Text Example
Text Example
White with #EED9D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED9D8; }
p { color: rgb(238,217,216); }
H1.HeaderClassName
{
color: #EED9D8;
}
.AnyTagClassName
{
color: #EED9D8;
}
</style>
background-color css
<style>
a { background-color: #EED9D8; }
a { background-color: rgb(238,217,216); }
div.DivClassName
{
background-color: #EED9D8;
}
.BgClassName
{
background-color: #EED9D8;
}
</style>
border-color css
<style>
span { border-color: #EED9D8; }
span { border-color: rgb(238,217,216); }
td.TdClassName
{
border-color: #EED9D8;
}
.TagClassName
{
border-color: #EED9D8;
}
</style>