Shades of Soft Peach #ECD9D7
Tints of Soft Peach #ECD9D7
RGB
CMYK
RGB Variations
Color information
#ECD9D7 (or 0xECD9D7) is known color: Soft Peach. HEX triplet: EC, D9 and D7. RGB value is (236,217,215). Sum of RGB (Red+Green+Blue) = 236+217+215=668 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.33% from 668); Green value is 217 (85.16% from 255 or 32.49% from 668); Blue value is 215 (84.38% from 255 or 32.19% from 668); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD9D7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECD9D7 is #132628. Grayscale: #DEDEDE. Windows color (decimal): -1254953 or 14146028. OLE color: 14146028.
HSL color Cylindrical-coordinate representation of color #ECD9D7: hue angle of 5.71º degrees, saturation: 0.36, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #ECD9D7 is Cyan = 0, Magento = 0.08, Yellow = 0.09 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 217 | 215 | - |
| CMYK | 0 | 0.08 | 0.09 | 0.07 |
| HSL | 5.71º | 0.36% | 0.88% | - |
| HSV(B) | 5.71º | 0.09% | 0.93% | - |
| XYZ | 71.67 | 72.36 | 74.48 | - |
| YUV | 222.45 | 123.79 | 137.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 217 | 215 | 0 | 0.08 | 0.09 | 0.07 | 5.71 | 0.36 | 0.88 |
| Hex | EC | D9 | D7 | 0 | 8 | 9 | 7 | 6 | 24 | 58 |
| Octal | 354 | 331 | 327 | 0 | 10 | 11 | 7 | 6 | 44 | 130 |
| Binary | 11101100 | 11011001 | 11010111 | 0 | 1000 | 1001 | 111 | 110 | 100100 | 1011000 |
Color Harmonies of #ECD9D7
Complementary color
Monochromatic Colors of #ECD9D7
Black with #ECD9D7
Text Example
Text Example
White with #ECD9D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD9D7; }
p { color: rgb(236,217,215); }
H1.HeaderClassName
{
color: #ECD9D7;
}
.AnyTagClassName
{
color: #ECD9D7;
}
</style>
background-color css
<style>
a { background-color: #ECD9D7; }
a { background-color: rgb(236,217,215); }
div.DivClassName
{
background-color: #ECD9D7;
}
.BgClassName
{
background-color: #ECD9D7;
}
</style>
border-color css
<style>
span { border-color: #ECD9D7; }
span { border-color: rgb(236,217,215); }
td.TdClassName
{
border-color: #ECD9D7;
}
.TagClassName
{
border-color: #ECD9D7;
}
</style>