#E9DEDC

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

Shades of Soft Peach #E9DEDC

Tints of Soft Peach #E9DEDC

Color information

#E9DEDC (or 0xE9DEDC) is unknown color: approx Soft Peach. HEX triplet: E9, DE and DC. RGB value is (233,222,220). Sum of RGB (Red+Green+Blue) = 233+222+220=675 (89% of max value = 765). Red value is 233 (91.41% from 255 or 34.52% from 675); Green value is 222 (87.11% from 255 or 32.89% from 675); Blue value is 220 (86.33% from 255 or 32.59% from 675); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DEDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9DEDC is #162123. Grayscale: #E1E1E1. Windows color (decimal): -1450276 or 14474985. OLE color: 14474985.

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

Color convert

RGB233222220-
CMYK00.050.060.09
HSL9.23º22.81%88.82%-
HSV(B)9.23º5.58%91.37%-
XYZ72.6474.7378.31-
YUV225.06125.14133.66-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 34.52%
GREEN value IS 222 (87.11% from 255) = 32.89%
BLUE value IS 220 (86.33% from 255) = 32.59%
R=34.52%
G=32.89%
B=32.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.06
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23322222000.050.060.099.2322.8188.82
HexE9DEDC056991759
Octal351336334056111127131
Binary111010011101111011011100010111010011001101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9DEDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9DEDC; }

 p { color: rgb(233,222,220); }

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

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

 a { background-color: rgb(233,222,220); }

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

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

 span { border-color: rgb(233,222,220); }

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