#EADEDC

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

Shades of Soft Peach #EADEDC

Tints of Soft Peach #EADEDC

Color information

#EADEDC (or 0xEADEDC) is unknown color: approx Soft Peach. HEX triplet: EA, DE and DC. RGB value is (234,222,220). Sum of RGB (Red+Green+Blue) = 234+222+220=676 (89% of max value = 765). Red value is 234 (91.80% from 255 or 34.62% from 676); Green value is 222 (87.11% from 255 or 32.84% from 676); Blue value is 220 (86.33% from 255 or 32.54% from 676); Max value from RGB is 234 - color contains mainly: red. Hex color #EADEDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EADEDC is #152123. Grayscale: #E1E1E1. Windows color (decimal): -1384740 or 14474986. OLE color: 14474986.

HSL color Cylindrical-coordinate representation of color #EADEDC: hue angle of 8.57º degrees, saturation: 0.25, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #EADEDC is Cyan = 0, Magento = 0.05, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB234222220-
CMYK00.050.060.08
HSL8.57º25%89.02%-
HSV(B)8.57º5.98%91.76%-
XYZ72.9774.978.32-
YUV225.36124.98134.16-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.62%
GREEN value IS 222 (87.11% from 255) = 32.84%
BLUE value IS 220 (86.33% from 255) = 32.54%
R=34.62%
G=32.84%
B=32.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23422222000.050.060.088.572589.02
HexEADEDC056891959
Octal352336334056101131131
Binary111010101101111011011100010111010001001110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADEDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADEDC; }

 p { color: rgb(234,222,220); }

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

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

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

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

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

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

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