Shades of Soft Peach #EDDCDC
Tints of Soft Peach #EDDCDC
RGB
CMYK
RGB Variations
Color information
#EDDCDC (or 0xEDDCDC) is known color: Soft Peach. HEX triplet: ED, DC and DC. RGB value is (237,220,220). Sum of RGB (Red+Green+Blue) = 237+220+220=677 (89% of max value = 765). Red value is 237 (92.97% from 255 or 35.01% from 677); Green value is 220 (86.33% from 255 or 32.50% from 677); Blue value is 220 (86.33% from 255 or 32.50% from 677); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDCDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDDCDC is #122323. Grayscale: #E1E1E1. Windows color (decimal): -1188644 or 14474477. OLE color: 14474477.
HSL color Cylindrical-coordinate representation of color #EDDCDC: hue angle of 0º degrees, saturation: 0.32, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #EDDCDC is Cyan = 0, Magento = 0.07, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 220 | 220 | - |
| CMYK | 0 | 0.07 | 0.07 | 0.07 |
| HSL | 0º | 0.32% | 0.9% | - |
| HSV(B) | 0º | 0.07% | 0.93% | - |
| XYZ | 73.44 | 74.36 | 78.19 | - |
| YUV | 225.08 | 125.13 | 136.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 220 | 220 | 0 | 0.07 | 0.07 | 0.07 | 0 | 0.32 | 0.9 |
| Hex | ED | DC | DC | 0 | 7 | 7 | 7 | 0 | 20 | 5A |
| Octal | 355 | 334 | 334 | 0 | 7 | 7 | 7 | 0 | 40 | 132 |
| Binary | 11101101 | 11011100 | 11011100 | 0 | 111 | 111 | 111 | 0 | 100000 | 1011010 |
Color Harmonies of #EDDCDC
Complementary color
Monochromatic Colors of #EDDCDC
Black with #EDDCDC
Text Example
Text Example
White with #EDDCDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDCDC; }
p { color: rgb(237,220,220); }
H1.HeaderClassName
{
color: #EDDCDC;
}
.AnyTagClassName
{
color: #EDDCDC;
}
</style>
background-color css
<style>
a { background-color: #EDDCDC; }
a { background-color: rgb(237,220,220); }
div.DivClassName
{
background-color: #EDDCDC;
}
.BgClassName
{
background-color: #EDDCDC;
}
</style>
border-color css
<style>
span { border-color: #EDDCDC; }
span { border-color: rgb(237,220,220); }
td.TdClassName
{
border-color: #EDDCDC;
}
.TagClassName
{
border-color: #EDDCDC;
}
</style>