Shades of Soft Peach #EDDDDC
Tints of Soft Peach #EDDDDC
RGB
CMYK
RGB Variations
Color information
#EDDDDC (or 0xEDDDDC) is known color: Soft Peach. HEX triplet: ED, DD and DC. RGB value is (237,221,220). Sum of RGB (Red+Green+Blue) = 237+221+220=678 (89% of max value = 765). Red value is 237 (92.97% from 255 or 34.96% from 678); Green value is 221 (86.72% from 255 or 32.60% from 678); Blue value is 220 (86.33% from 255 or 32.45% from 678); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDDDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDDDDC is #122223. Grayscale: #E1E1E1. Windows color (decimal): -1188388 or 14474733. OLE color: 14474733.
HSL color Cylindrical-coordinate representation of color #EDDDDC: hue angle of 3.53º 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 #EDDDDC is Cyan = 0, Magento = 0.07, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 221 | 220 | - |
| CMYK | 0 | 0.07 | 0.07 | 0.07 |
| HSL | 3.53º | 0.32% | 0.9% | - |
| HSV(B) | 3.53º | 0.07% | 0.93% | - |
| XYZ | 73.7 | 74.88 | 78.28 | - |
| YUV | 225.67 | 124.8 | 136.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 221 | 220 | 0 | 0.07 | 0.07 | 0.07 | 3.53 | 0.32 | 0.9 |
| Hex | ED | DD | DC | 0 | 7 | 7 | 7 | 4 | 20 | 5A |
| Octal | 355 | 335 | 334 | 0 | 7 | 7 | 7 | 4 | 40 | 132 |
| Binary | 11101101 | 11011101 | 11011100 | 0 | 111 | 111 | 111 | 100 | 100000 | 1011010 |
Color Harmonies of #EDDDDC
Complementary color
Monochromatic Colors of #EDDDDC
Black with #EDDDDC
Text Example
Text Example
White with #EDDDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDDDC; }
p { color: rgb(237,221,220); }
H1.HeaderClassName
{
color: #EDDDDC;
}
.AnyTagClassName
{
color: #EDDDDC;
}
</style>
background-color css
<style>
a { background-color: #EDDDDC; }
a { background-color: rgb(237,221,220); }
div.DivClassName
{
background-color: #EDDDDC;
}
.BgClassName
{
background-color: #EDDDDC;
}
</style>
border-color css
<style>
span { border-color: #EDDDDC; }
span { border-color: rgb(237,221,220); }
td.TdClassName
{
border-color: #EDDDDC;
}
.TagClassName
{
border-color: #EDDDDC;
}
</style>