#E5E0DF

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

Shades of Soft Peach #E5E0DF

Tints of Soft Peach #E5E0DF

Color information

#E5E0DF (or 0xE5E0DF) is unknown color: approx Soft Peach. HEX triplet: E5, E0 and DF. RGB value is (229,224,223). Sum of RGB (Red+Green+Blue) = 229+224+223=676 (89% of max value = 765). Red value is 229 (89.84% from 255 or 33.88% from 676); Green value is 224 (87.89% from 255 or 33.14% from 676); Blue value is 223 (87.5% from 255 or 32.99% from 676); Max value from RGB is 229 - color contains mainly: red. Hex color #E5E0DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5E0DF is #1A1F20. Grayscale: #E1E1E1. Windows color (decimal): -1711905 or 14672101. OLE color: 14672101.

HSL color Cylindrical-coordinate representation of color #E5E0DF: hue angle of 10º degrees, saturation: 0.1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #E5E0DF is Cyan = 0, Magento = 0.02, Yellow = 0.03 and Black (K on CMYK) = 0.10.

Color convert

RGB229224223-
CMYK00.020.030.10
HSL10º10.34%88.63%-
HSV(B)10º2.62%89.8%-
XYZ72.2975.380.54-
YUV225.38126.66130.58-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 33.88%
GREEN value IS 224 (87.89% from 255) = 33.14%
BLUE value IS 223 (87.5% from 255) = 32.99%
R=33.88%
G=33.14%
B=32.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.03
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22922422300.020.030.101010.3488.63
HexE5E0DF023Aaa59
Octal345340337023121212131
Binary111001011110000011011111010111010101010101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5E0DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5E0DF; }

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

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

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

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

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

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

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

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