#E5DDDC

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

Shades of Soft Peach #E5DDDC

Tints of Soft Peach #E5DDDC

Color information

#E5DDDC (or 0xE5DDDC) is unknown color: approx Soft Peach. HEX triplet: E5, DD and DC. RGB value is (229,221,220). Sum of RGB (Red+Green+Blue) = 229+221+220=670 (88% of max value = 765). Red value is 229 (89.84% from 255 or 34.18% from 670); Green value is 221 (86.72% from 255 or 32.99% from 670); Blue value is 220 (86.33% from 255 or 32.84% from 670); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DDDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5DDDC is #1A2223. Grayscale: #DFDFDF. Windows color (decimal): -1712676 or 14474725. OLE color: 14474725.

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

Color convert

RGB229221220-
CMYK00.030.040.10
HSL6.67º14.75%88.04%-
HSV(B)6.67º3.93%89.8%-
XYZ71.0973.5478.16-
YUV223.28126.15132.08-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 34.18%
GREEN value IS 221 (86.72% from 255) = 32.99%
BLUE value IS 220 (86.33% from 255) = 32.84%
R=34.18%
G=32.99%
B=32.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.04
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22922122000.030.040.106.6714.7588.04
HexE5DDDC034A7f58
Octal34533533403412717130
Binary111001011101110111011100011100101011111111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5DDDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5DDDC; }

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

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

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

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

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

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

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

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