Shades of Soft Peach #EDD9D8
Tints of Soft Peach #EDD9D8
RGB
CMYK
RGB Variations
Color information
#EDD9D8 (or 0xEDD9D8) is known color: Soft Peach. HEX triplet: ED, D9 and D8. RGB value is (237,217,216). Sum of RGB (Red+Green+Blue) = 237+217+216=670 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.37% from 670); Green value is 217 (85.16% from 255 or 32.39% from 670); Blue value is 216 (84.77% from 255 or 32.24% from 670); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD9D8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDD9D8 is #122627. Grayscale: #DEDEDE. Windows color (decimal): -1189416 or 14211565. OLE color: 14211565.
HSL color Cylindrical-coordinate representation of color #EDD9D8: hue angle of 2.86º degrees, saturation: 0.37, 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 #EDD9D8 is Cyan = 0, Magento = 0.08, Yellow = 0.09 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 217 | 216 | - |
| CMYK | 0 | 0.08 | 0.09 | 0.07 |
| HSL | 2.86º | 0.37% | 0.89% | - |
| HSV(B) | 2.86º | 0.09% | 0.93% | - |
| XYZ | 72.13 | 72.59 | 75.17 | - |
| YUV | 222.87 | 124.13 | 138.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 217 | 216 | 0 | 0.08 | 0.09 | 0.07 | 2.86 | 0.37 | 0.89 |
| Hex | ED | D9 | D8 | 0 | 8 | 9 | 7 | 3 | 25 | 59 |
| Octal | 355 | 331 | 330 | 0 | 10 | 11 | 7 | 3 | 45 | 131 |
| Binary | 11101101 | 11011001 | 11011000 | 0 | 1000 | 1001 | 111 | 11 | 100101 | 1011001 |
Color Harmonies of #EDD9D8
Complementary color
Monochromatic Colors of #EDD9D8
Black with #EDD9D8
Text Example
Text Example
White with #EDD9D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD9D8; }
p { color: rgb(237,217,216); }
H1.HeaderClassName
{
color: #EDD9D8;
}
.AnyTagClassName
{
color: #EDD9D8;
}
</style>
background-color css
<style>
a { background-color: #EDD9D8; }
a { background-color: rgb(237,217,216); }
div.DivClassName
{
background-color: #EDD9D8;
}
.BgClassName
{
background-color: #EDD9D8;
}
</style>
border-color css
<style>
span { border-color: #EDD9D8; }
span { border-color: rgb(237,217,216); }
td.TdClassName
{
border-color: #EDD9D8;
}
.TagClassName
{
border-color: #EDD9D8;
}
</style>