Shades of Soft Peach #EDDEDC
Tints of Soft Peach #EDDEDC
RGB
CMYK
RGB Variations
Color information
#EDDEDC (or 0xEDDEDC) is known color: Soft Peach. HEX triplet: ED, DE and DC. RGB value is (237,222,220). Sum of RGB (Red+Green+Blue) = 237+222+220=679 (89% of max value = 765). Red value is 237 (92.97% from 255 or 34.90% from 679); Green value is 222 (87.11% from 255 or 32.70% from 679); Blue value is 220 (86.33% from 255 or 32.40% from 679); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDEDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDDEDC is #122123. Grayscale: #E2E2E2. Windows color (decimal): -1188132 or 14474989. OLE color: 14474989.
HSL color Cylindrical-coordinate representation of color #EDDEDC: hue angle of 7.06º 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 #EDDEDC is Cyan = 0, Magento = 0.06, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
RGB | 237 | 222 | 220 | - |
CMYK | 0 | 0.06 | 0.07 | 0.07 |
HSL | 7.06º | 0.32% | 0.9% | - |
HSV(B) | 7.06º | 0.07% | 0.93% | - |
XYZ | 73.96 | 75.41 | 78.37 | - |
YUV | 226.26 | 124.47 | 135.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 222 | 220 | 0 | 0.06 | 0.07 | 0.07 | 7.06 | 0.32 | 0.9 |
Hex | ED | DE | DC | 0 | 6 | 7 | 7 | 7 | 20 | 5A |
Octal | 355 | 336 | 334 | 0 | 6 | 7 | 7 | 7 | 40 | 132 |
Binary | 11101101 | 11011110 | 11011100 | 0 | 110 | 111 | 111 | 111 | 100000 | 1011010 |
Color Harmonies of #EDDEDC
Complementary color
Monochromatic Colors of #EDDEDC
Black with #EDDEDC
Text Example
Text Example
White with #EDDEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDEDC; }
p { color: rgb(237,222,220); }
H1.HeaderClassName
{
color: #EDDEDC;
}
.AnyTagClassName
{
color: #EDDEDC;
}
</style>
background-color css
<style>
a { background-color: #EDDEDC; }
a { background-color: rgb(237,222,220); }
div.DivClassName
{
background-color: #EDDEDC;
}
.BgClassName
{
background-color: #EDDEDC;
}
</style>
border-color css
<style>
span { border-color: #EDDEDC; }
span { border-color: rgb(237,222,220); }
td.TdClassName
{
border-color: #EDDEDC;
}
.TagClassName
{
border-color: #EDDEDC;
}
</style>