#EDDEDE

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

Shades of Soft Peach #EDDEDE

Tints of Soft Peach #EDDEDE

Color information

#EDDEDE (or 0xEDDEDE) is unknown color: approx Soft Peach. HEX triplet: ED, DE and DE. RGB value is (237,222,222). Sum of RGB (Red+Green+Blue) = 237+222+222=681 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.80% from 681); Green value is 222 (87.11% from 255 or 32.60% from 681); Blue value is 222 (87.11% from 255 or 32.60% from 681); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDEDE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDDEDE is #122121. Grayscale: #E2E2E2. Windows color (decimal): -1188130 or 14606061. OLE color: 14606061.

HSL color Cylindrical-coordinate representation of color #EDDEDE: hue angle of 0º 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 #EDDEDE is Cyan = 0, Magento = 0.06, Yellow = 0.06 and Black (K on CMYK) = 0.07.

Color convert

RGB237222222-
CMYK00.060.060.07
HSL29.41%90%-
HSV(B)6.33%92.94%-
XYZ74.2375.5279.77-
YUV226.48125.47135.5-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.80%
GREEN value IS 222 (87.11% from 255) = 32.60%
BLUE value IS 222 (87.11% from 255) = 32.60%
R=34.80%
G=32.60%
B=32.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.06
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23722222200.060.060.07029.4190
HexEDDEDE066701d5a
Octal3553363360667035132
Binary11101101110111101101111001101101110111011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDEDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDEDE; }

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

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

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

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

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

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

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

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