#E5DEDD

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

Shades of Soft Peach #E5DEDD

Tints of Soft Peach #E5DEDD

Color information

#E5DEDD (or 0xE5DEDD) is unknown color: approx Soft Peach. HEX triplet: E5, DE and DD. RGB value is (229,222,221). Sum of RGB (Red+Green+Blue) = 229+222+221=672 (89% of max value = 765). Red value is 229 (89.84% from 255 or 34.08% from 672); Green value is 222 (87.11% from 255 or 33.04% from 672); Blue value is 221 (86.72% from 255 or 32.89% from 672); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DEDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5DEDD is #1A2122. Grayscale: #DFDFDF. Windows color (decimal): -1712419 or 14540517. OLE color: 14540517.

HSL color Cylindrical-coordinate representation of color #E5DEDD: hue angle of 7.5º degrees, saturation: 0.13, 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 #E5DEDD is Cyan = 0, Magento = 0.03, Yellow = 0.03 and Black (K on CMYK) = 0.10.

Color convert

RGB229222221-
CMYK00.030.030.10
HSL7.5º13.33%88.24%-
HSV(B)7.5º3.49%89.8%-
XYZ71.4974.1278.95-
YUV223.98126.32131.58-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 34.08%
GREEN value IS 222 (87.11% from 255) = 33.04%
BLUE value IS 221 (86.72% from 255) = 32.89%
R=34.08%
G=33.04%
B=32.89%

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
Decimal22922222100.030.030.107.513.3388.24
HexE5DEDD033A8d58
Octal345336335033121015130
Binary111001011101111011011101011111010100011011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5DEDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5DEDD; }

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

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

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

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

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

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

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

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