#E9DFDD

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

Shades of Soft Peach #E9DFDD

Tints of Soft Peach #E9DFDD

Color information

#E9DFDD (or 0xE9DFDD) is unknown color: approx Soft Peach. HEX triplet: E9, DF and DD. RGB value is (233,223,221). Sum of RGB (Red+Green+Blue) = 233+223+221=677 (89% of max value = 765). Red value is 233 (91.41% from 255 or 34.42% from 677); Green value is 223 (87.5% from 255 or 32.94% from 677); Blue value is 221 (86.72% from 255 or 32.64% from 677); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DFDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9DFDD is #162022. Grayscale: #E1E1E1. Windows color (decimal): -1450019 or 14540777. OLE color: 14540777.

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

Color convert

RGB233223221-
CMYK00.040.050.09
HSL10º21.43%89.02%-
HSV(B)10º5.15%91.37%-
XYZ73.0475.3279.09-
YUV225.76125.31133.16-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 34.42%
GREEN value IS 223 (87.5% from 255) = 32.94%
BLUE value IS 221 (86.72% from 255) = 32.64%
R=34.42%
G=32.94%
B=32.64%

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
Decimal23322322100.040.050.091021.4389.02
HexE9DFDD0459a1559
Octal351337335045111225131
Binary111010011101111111011101010010110011010101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9DFDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9DFDD; }

 p { color: rgb(233,223,221); }

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

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

 a { background-color: rgb(233,223,221); }

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

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

 span { border-color: rgb(233,223,221); }

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