#E8DDDC

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

Shades of Soft Peach #E8DDDC

Tints of Soft Peach #E8DDDC

Color information

#E8DDDC (or 0xE8DDDC) is unknown color: approx Soft Peach. HEX triplet: E8, DD and DC. RGB value is (232,221,220). Sum of RGB (Red+Green+Blue) = 232+221+220=673 (89% of max value = 765). Red value is 232 (91.02% from 255 or 34.47% from 673); Green value is 221 (86.72% from 255 or 32.84% from 673); Blue value is 220 (86.33% from 255 or 32.69% from 673); Max value from RGB is 232 - color contains mainly: red. Hex color #E8DDDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8DDDC is #172223. Grayscale: #E0E0E0. Windows color (decimal): -1516068 or 14474728. OLE color: 14474728.

HSL color Cylindrical-coordinate representation of color #E8DDDC: hue angle of 5º degrees, saturation: 0.21, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #E8DDDC is Cyan = 0, Magento = 0.05, Yellow = 0.05 and Black (K on CMYK) = 0.09.

Color convert

RGB232221220-
CMYK00.050.050.09
HSL20.69%88.63%-
HSV(B)5.17%90.98%-
XYZ72.0574.0478.2-
YUV224.18125.64133.58-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 34.47%
GREEN value IS 221 (86.72% from 255) = 32.84%
BLUE value IS 220 (86.33% from 255) = 32.69%
R=34.47%
G=32.84%
B=32.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.05
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23222122000.050.050.09520.6988.63
HexE8DDDC055951559
Octal35033533405511525131
Binary11101000110111011101110001011011001101101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8DDDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8DDDC; }

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

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

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

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

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

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

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

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