#EADEDE

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

Shades of Soft Peach #EADEDE

Tints of Soft Peach #EADEDE

Color information

#EADEDE (or 0xEADEDE) is unknown color: approx Soft Peach. HEX triplet: EA, DE and DE. RGB value is (234,222,222). Sum of RGB (Red+Green+Blue) = 234+222+222=678 (89% of max value = 765). Red value is 234 (91.80% from 255 or 34.51% from 678); Green value is 222 (87.11% from 255 or 32.74% from 678); Blue value is 222 (87.11% from 255 or 32.74% from 678); Max value from RGB is 234 - color contains mainly: red. Hex color #EADEDE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EADEDE is #152121. Grayscale: #E1E1E1. Windows color (decimal): -1384738 or 14606058. OLE color: 14606058.

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

Color convert

RGB234222222-
CMYK00.050.050.08
HSL22.22%89.41%-
HSV(B)5.13%91.76%-
XYZ73.2475.0179.73-
YUV225.59125.98134-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.51%
GREEN value IS 222 (87.11% from 255) = 32.74%
BLUE value IS 222 (87.11% from 255) = 32.74%
R=34.51%
G=32.74%
B=32.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.05
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23422222200.050.050.08022.2289.41
HexEADEDE055801659
Octal35233633605510026131
Binary111010101101111011011110010110110000101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADEDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADEDE; }

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

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

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

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

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

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

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

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