#EDE0DE

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

Shades of Soft Peach #EDE0DE

Tints of Soft Peach #EDE0DE

Color information

#EDE0DE (or 0xEDE0DE) is unknown color: approx Soft Peach. HEX triplet: ED, E0 and DE. RGB value is (237,224,222). Sum of RGB (Red+Green+Blue) = 237+224+222=683 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.70% from 683); Green value is 224 (87.89% from 255 or 32.80% from 683); Blue value is 222 (87.11% from 255 or 32.50% from 683); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE0DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDE0DE is #121F21. Grayscale: #E3E3E3. Windows color (decimal): -1187618 or 14606573. OLE color: 14606573.

HSL color Cylindrical-coordinate representation of color #EDE0DE: hue angle of 8º degrees, saturation: 0.29, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #EDE0DE is Cyan = 0, Magento = 0.05, Yellow = 0.06 and Black (K on CMYK) = 0.07.

Color convert

RGB237224222-
CMYK00.050.060.07
HSL29.41%90%-
HSV(B)6.33%92.94%-
XYZ74.7776.5979.95-
YUV227.66124.81134.66-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.70%
GREEN value IS 224 (87.89% from 255) = 32.80%
BLUE value IS 222 (87.11% from 255) = 32.50%
R=34.70%
G=32.80%
B=32.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.06
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23722422200.050.060.07829.4190
HexEDE0DE056781d5a
Octal35534033605671035132
Binary11101101111000001101111001011101111000111011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE0DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE0DE; }

 p { color: rgb(237,224,222); }

 H1.HeaderClassName
 {
   color: #EDE0DE;
 }
 .AnyTagClassName
 {
   color: #EDE0DE;
 }
</style>
background-color css

<style>
 a { background-color: #EDE0DE; }

 a { background-color: rgb(237,224,222); }

 div.DivClassName
 {
   background-color: #EDE0DE;
 }
 .BgClassName
 {
   background-color: #EDE0DE;
 }
</style>
border-color css

<style>
 span { border-color: #EDE0DE; }

 span { border-color: rgb(237,224,222); }

 td.TdClassName
 {
   border-color: #EDE0DE;
 }
 .TagClassName
 {
   border-color: #EDE0DE;
 }
</style>