Shades of Soft Peach #ECD9D9
Tints of Soft Peach #ECD9D9
RGB
CMYK
RGB Variations
Color information
#ECD9D9 (or 0xECD9D9) is known color: Soft Peach. HEX triplet: EC, D9 and D9. RGB value is (236,217,217). Sum of RGB (Red+Green+Blue) = 236+217+217=670 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.22% from 670); Green value is 217 (85.16% from 255 or 32.39% from 670); Blue value is 217 (85.16% from 255 or 32.39% from 670); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD9D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECD9D9 is #132626. Grayscale: #DEDEDE. Windows color (decimal): -1254951 or 14277100. OLE color: 14277100.
HSL color Cylindrical-coordinate representation of color #ECD9D9: hue angle of 0º degrees, saturation: 0.33, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #ECD9D9 is Cyan = 0, Magento = 0.08, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 217 | 217 | - |
| CMYK | 0 | 0.08 | 0.08 | 0.07 |
| HSL | 0º | 0.33% | 0.89% | - |
| HSV(B) | 0º | 0.08% | 0.93% | - |
| XYZ | 71.93 | 72.47 | 75.84 | - |
| YUV | 222.68 | 124.79 | 137.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 217 | 217 | 0 | 0.08 | 0.08 | 0.07 | 0 | 0.33 | 0.89 |
| Hex | EC | D9 | D9 | 0 | 8 | 8 | 7 | 0 | 21 | 59 |
| Octal | 354 | 331 | 331 | 0 | 10 | 10 | 7 | 0 | 41 | 131 |
| Binary | 11101100 | 11011001 | 11011001 | 0 | 1000 | 1000 | 111 | 0 | 100001 | 1011001 |
Color Harmonies of #ECD9D9
Complementary color
Monochromatic Colors of #ECD9D9
Black with #ECD9D9
Text Example
Text Example
White with #ECD9D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD9D9; }
p { color: rgb(236,217,217); }
H1.HeaderClassName
{
color: #ECD9D9;
}
.AnyTagClassName
{
color: #ECD9D9;
}
</style>
background-color css
<style>
a { background-color: #ECD9D9; }
a { background-color: rgb(236,217,217); }
div.DivClassName
{
background-color: #ECD9D9;
}
.BgClassName
{
background-color: #ECD9D9;
}
</style>
border-color css
<style>
span { border-color: #ECD9D9; }
span { border-color: rgb(236,217,217); }
td.TdClassName
{
border-color: #ECD9D9;
}
.TagClassName
{
border-color: #ECD9D9;
}
</style>