#E5DCDB

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

Shades of Soft Peach #E5DCDB

Tints of Soft Peach #E5DCDB

Color information

#E5DCDB (or 0xE5DCDB) is unknown color: approx Soft Peach. HEX triplet: E5, DC and DB. RGB value is (229,220,219). Sum of RGB (Red+Green+Blue) = 229+220+219=668 (88% of max value = 765). Red value is 229 (89.84% from 255 or 34.28% from 668); Green value is 220 (86.33% from 255 or 32.93% from 668); Blue value is 219 (85.94% from 255 or 32.78% from 668); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DCDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5DCDB is #1A2324. Grayscale: #DEDEDE. Windows color (decimal): -1712933 or 14408933. OLE color: 14408933.

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

Color convert

RGB229220219-
CMYK00.040.040.10
HSL16.13%87.84%-
HSV(B)4.37%89.8%-
XYZ70.6972.9677.37-
YUV222.58125.98132.58-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 34.28%
GREEN value IS 220 (86.33% from 255) = 32.93%
BLUE value IS 219 (85.94% from 255) = 32.78%
R=34.28%
G=32.93%
B=32.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.04
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22922021900.040.040.10616.1387.84
HexE5DCDB044A61058
Octal34533433304412620130
Binary11100101110111001101101101001001010110100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5DCDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5DCDB; }

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

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

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

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

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

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

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

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