#EAE1DF

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

Shades of Soft Peach #EAE1DF

Tints of Soft Peach #EAE1DF

Color information

#EAE1DF (or 0xEAE1DF) is unknown color: approx Soft Peach. HEX triplet: EA, E1 and DF. RGB value is (234,225,223). Sum of RGB (Red+Green+Blue) = 234+225+223=682 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.31% from 682); Green value is 225 (88.28% from 255 or 32.99% from 682); Blue value is 223 (87.5% from 255 or 32.70% from 682); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE1DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAE1DF is #151E20. Grayscale: #E3E3E3. Windows color (decimal): -1383969 or 14672362. OLE color: 14672362.

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

Color convert

RGB234225223-
CMYK00.040.050.08
HSL10.91º20.75%89.61%-
HSV(B)10.91º4.7%91.76%-
XYZ74.1876.6780.7-
YUV227.46125.48132.66-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.31%
GREEN value IS 225 (88.28% from 255) = 32.99%
BLUE value IS 223 (87.5% from 255) = 32.70%
R=34.31%
G=32.99%
B=32.70%

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
Decimal23422522300.040.050.0810.9120.7589.61
HexEAE1DF0458b155a
Octal352341337045101325132
Binary111010101110000111011111010010110001011101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAE1DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAE1DF; }

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

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

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

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

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

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

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

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