#E4DDDC

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

Shades of Soft Peach #E4DDDC

Tints of Soft Peach #E4DDDC

Color information

#E4DDDC (or 0xE4DDDC) is unknown color: approx Soft Peach. HEX triplet: E4, DD and DC. RGB value is (228,221,220). Sum of RGB (Red+Green+Blue) = 228+221+220=669 (88% of max value = 765). Red value is 228 (89.45% from 255 or 34.08% from 669); Green value is 221 (86.72% from 255 or 33.03% from 669); Blue value is 220 (86.33% from 255 or 32.88% from 669); Max value from RGB is 228 - color contains mainly: red. Hex color #E4DDDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E4DDDC is #1B2223. Grayscale: #DEDEDE. Windows color (decimal): -1778212 or 14474724. OLE color: 14474724.

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

Color convert

RGB228221220-
CMYK00.030.040.11
HSL7.5º12.9%87.84%-
HSV(B)7.5º3.51%89.41%-
XYZ70.7773.3778.14-
YUV222.98126.32131.58-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 34.08%
GREEN value IS 221 (86.72% from 255) = 33.03%
BLUE value IS 220 (86.33% from 255) = 32.88%
R=34.08%
G=33.03%
B=32.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.04
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22822122000.030.040.117.512.987.84
HexE4DDDC034B8d58
Octal344335334034131015130
Binary1110010011011101110111000111001011100011011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4DDDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4DDDC; }

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

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

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

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

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

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

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

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