#E8DEDD

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

Shades of Soft Peach #E8DEDD

Tints of Soft Peach #E8DEDD

Color information

#E8DEDD (or 0xE8DEDD) is unknown color: approx Soft Peach. HEX triplet: E8, DE and DD. RGB value is (232,222,221). Sum of RGB (Red+Green+Blue) = 232+222+221=675 (89% of max value = 765). Red value is 232 (91.02% from 255 or 34.37% from 675); Green value is 222 (87.11% from 255 or 32.89% from 675); Blue value is 221 (86.72% from 255 or 32.74% from 675); Max value from RGB is 232 - color contains mainly: red. Hex color #E8DEDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8DEDD is #172122. Grayscale: #E0E0E0. Windows color (decimal): -1515811 or 14540520. OLE color: 14540520.

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

Color convert

RGB232222221-
CMYK00.040.050.09
HSL5.45º19.3%88.82%-
HSV(B)5.45º4.74%90.98%-
XYZ72.4574.6278.99-
YUV224.88125.81133.08-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 34.37%
GREEN value IS 222 (87.11% from 255) = 32.89%
BLUE value IS 221 (86.72% from 255) = 32.74%
R=34.37%
G=32.89%
B=32.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.05
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23222222100.040.050.095.4519.388.82
HexE8DEDD045951359
Octal35033633504511523131
Binary11101000110111101101110101001011001101100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8DEDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8DEDD; }

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

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

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

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

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

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

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

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