Shades of Soft Peach #EDDBD9
Tints of Soft Peach #EDDBD9
RGB
CMYK
RGB Variations
Color information
#EDDBD9 (or 0xEDDBD9) is known color: Soft Peach. HEX triplet: ED, DB and D9. RGB value is (237,219,217). Sum of RGB (Red+Green+Blue) = 237+219+217=673 (89% of max value = 765). Red value is 237 (92.97% from 255 or 35.22% from 673); Green value is 219 (85.94% from 255 or 32.54% from 673); Blue value is 217 (85.16% from 255 or 32.24% from 673); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDBD9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDDBD9 is #122426. Grayscale: #E0E0E0. Windows color (decimal): -1188903 or 14277613. OLE color: 14277613.
HSL color Cylindrical-coordinate representation of color #EDDBD9: hue angle of 6º 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 #EDDBD9 is Cyan = 0, Magento = 0.08, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
RGB | 237 | 219 | 217 | - |
CMYK | 0 | 0.08 | 0.08 | 0.07 |
HSL | 6º | 0.36% | 0.89% | - |
HSV(B) | 6º | 0.08% | 0.93% | - |
XYZ | 72.78 | 73.68 | 76.03 | - |
YUV | 224.15 | 123.96 | 137.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 219 | 217 | 0 | 0.08 | 0.08 | 0.07 | 6 | 0.36 | 0.89 |
Hex | ED | DB | D9 | 0 | 8 | 8 | 7 | 6 | 24 | 59 |
Octal | 355 | 333 | 331 | 0 | 10 | 10 | 7 | 6 | 44 | 131 |
Binary | 11101101 | 11011011 | 11011001 | 0 | 1000 | 1000 | 111 | 110 | 100100 | 1011001 |
Color Harmonies of #EDDBD9
Complementary color
Monochromatic Colors of #EDDBD9
Black with #EDDBD9
Text Example
Text Example
White with #EDDBD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDBD9; }
p { color: rgb(237,219,217); }
H1.HeaderClassName
{
color: #EDDBD9;
}
.AnyTagClassName
{
color: #EDDBD9;
}
</style>
background-color css
<style>
a { background-color: #EDDBD9; }
a { background-color: rgb(237,219,217); }
div.DivClassName
{
background-color: #EDDBD9;
}
.BgClassName
{
background-color: #EDDBD9;
}
</style>
border-color css
<style>
span { border-color: #EDDBD9; }
span { border-color: rgb(237,219,217); }
td.TdClassName
{
border-color: #EDDBD9;
}
.TagClassName
{
border-color: #EDDBD9;
}
</style>