Shades of Soft Peach #EDD9D9
Tints of Soft Peach #EDD9D9
RGB
CMYK
RGB Variations
Color information
#EDD9D9 (or 0xEDD9D9) is known color: Soft Peach. HEX triplet: ED, D9 and D9. RGB value is (237,217,217). Sum of RGB (Red+Green+Blue) = 237+217+217=671 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.32% from 671); Green value is 217 (85.16% from 255 or 32.34% from 671); Blue value is 217 (85.16% from 255 or 32.34% from 671); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD9D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDD9D9 is #122626. Grayscale: #DFDFDF. Windows color (decimal): -1189415 or 14277101. OLE color: 14277101.
HSL color Cylindrical-coordinate representation of color #EDD9D9: hue angle of 0º degrees, saturation: 0.36, 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 #EDD9D9 is Cyan = 0, Magento = 0.08, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
RGB | 237 | 217 | 217 | - |
CMYK | 0 | 0.08 | 0.08 | 0.07 |
HSL | 0º | 0.36% | 0.89% | - |
HSV(B) | 0º | 0.08% | 0.93% | - |
XYZ | 72.26 | 72.64 | 75.86 | - |
YUV | 222.98 | 124.63 | 138 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 217 | 217 | 0 | 0.08 | 0.08 | 0.07 | 0 | 0.36 | 0.89 |
Hex | ED | D9 | D9 | 0 | 8 | 8 | 7 | 0 | 24 | 59 |
Octal | 355 | 331 | 331 | 0 | 10 | 10 | 7 | 0 | 44 | 131 |
Binary | 11101101 | 11011001 | 11011001 | 0 | 1000 | 1000 | 111 | 0 | 100100 | 1011001 |
Color Harmonies of #EDD9D9
Complementary color
Monochromatic Colors of #EDD9D9
Black with #EDD9D9
Text Example
Text Example
White with #EDD9D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD9D9; }
p { color: rgb(237,217,217); }
H1.HeaderClassName
{
color: #EDD9D9;
}
.AnyTagClassName
{
color: #EDD9D9;
}
</style>
background-color css
<style>
a { background-color: #EDD9D9; }
a { background-color: rgb(237,217,217); }
div.DivClassName
{
background-color: #EDD9D9;
}
.BgClassName
{
background-color: #EDD9D9;
}
</style>
border-color css
<style>
span { border-color: #EDD9D9; }
span { border-color: rgb(237,217,217); }
td.TdClassName
{
border-color: #EDD9D9;
}
.TagClassName
{
border-color: #EDD9D9;
}
</style>