#EDDEDC

Color #EDDEDC Soft Peach (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Soft Peach #EDDEDC

Tints of Soft Peach #EDDEDC

Color information

#EDDEDC (or 0xEDDEDC) is unknown color: approx 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

RGB237222220-
CMYK00.060.070.07
HSL7.06º32.08%89.61%-
HSV(B)7.06º7.17%92.94%-
XYZ73.9675.4178.37-
YUV226.26124.47135.66-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 237 (92.97% from 255) = 34.90%
GREEN value IS 222 (87.11% from 255) = 32.70%
BLUE value IS 220 (86.33% from 255) = 32.40%
R=34.90%
G=32.70%
B=32.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23722222000.060.070.077.0632.0889.61
HexEDDEDC06777205a
Octal3553363340677740132
Binary11101101110111101101110001101111111111000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDEDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>