#E4DCDB

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

Shades of Soft Peach #E4DCDB

Tints of Soft Peach #E4DCDB

Color information

#E4DCDB (or 0xE4DCDB) is unknown color: approx Soft Peach. HEX triplet: E4, DC and DB. RGB value is (228,220,219). Sum of RGB (Red+Green+Blue) = 228+220+219=667 (88% of max value = 765). Red value is 228 (89.45% from 255 or 34.18% from 667); Green value is 220 (86.33% from 255 or 32.98% from 667); Blue value is 219 (85.94% from 255 or 32.83% from 667); Max value from RGB is 228 - color contains mainly: red. Hex color #E4DCDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E4DCDB is #1B2324. Grayscale: #DEDEDE. Windows color (decimal): -1778469 or 14408932. OLE color: 14408932.

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

Color convert

RGB228220219-
CMYK00.040.040.11
HSL6.67º14.29%87.65%-
HSV(B)6.67º3.95%89.41%-
XYZ70.3772.7977.36-
YUV222.28126.15132.08-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 34.18%
GREEN value IS 220 (86.33% from 255) = 32.98%
BLUE value IS 219 (85.94% from 255) = 32.83%
R=34.18%
G=32.98%
B=32.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.04
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22822021900.040.040.116.6714.2987.65
HexE4DCDB044B7e58
Octal34433433304413716130
Binary1110010011011100110110110100100101111111101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4DCDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4DCDB; }

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

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

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

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

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

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

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

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