#E5DFDE

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

Shades of Soft Peach #E5DFDE

Tints of Soft Peach #E5DFDE

Color information

#E5DFDE (or 0xE5DFDE) is unknown color: approx Soft Peach. HEX triplet: E5, DF and DE. RGB value is (229,223,222). Sum of RGB (Red+Green+Blue) = 229+223+222=674 (89% of max value = 765). Red value is 229 (89.84% from 255 or 33.98% from 674); Green value is 223 (87.5% from 255 or 33.09% from 674); Blue value is 222 (87.11% from 255 or 32.94% from 674); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DFDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5DFDE is #1A2021. Grayscale: #E0E0E0. Windows color (decimal): -1712162 or 14606309. OLE color: 14606309.

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

Color convert

RGB229223222-
CMYK00.030.030.10
HSL8.57º11.86%88.43%-
HSV(B)8.57º3.06%89.8%-
XYZ71.8974.7179.74-
YUV224.68126.49131.08-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 33.98%
GREEN value IS 223 (87.5% from 255) = 33.09%
BLUE value IS 222 (87.11% from 255) = 32.94%
R=33.98%
G=33.09%
B=32.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.03
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22922322200.030.030.108.5711.8688.43
HexE5DFDE033A9c58
Octal345337336033121114130
Binary111001011101111111011110011111010100111001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5DFDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5DFDE; }

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

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

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

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

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

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

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

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