#EAE0DF

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

Shades of Soft Peach #EAE0DF

Tints of Soft Peach #EAE0DF

Color information

#EAE0DF (or 0xEAE0DF) is unknown color: approx Soft Peach. HEX triplet: EA, E0 and DF. RGB value is (234,224,223). Sum of RGB (Red+Green+Blue) = 234+224+223=681 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.36% from 681); Green value is 224 (87.89% from 255 or 32.89% from 681); Blue value is 223 (87.5% from 255 or 32.75% from 681); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE0DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAE0DF is #151F20. Grayscale: #E2E2E2. Windows color (decimal): -1384225 or 14672106. OLE color: 14672106.

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

Color convert

RGB234224223-
CMYK00.040.050.08
HSL5.45º20.75%89.61%-
HSV(B)5.45º4.7%91.76%-
XYZ73.9176.1380.61-
YUV226.88125.81133.08-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.36%
GREEN value IS 224 (87.89% from 255) = 32.89%
BLUE value IS 223 (87.5% from 255) = 32.75%
R=34.36%
G=32.89%
B=32.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.05
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23422422300.040.050.085.4520.7589.61
HexEAE0DF04585155a
Octal35234033704510525132
Binary11101010111000001101111101001011000101101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAE0DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAE0DF; }

 p { color: rgb(234,224,223); }

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

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

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

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

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

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

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