#E9DEDE

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

Shades of Soft Peach #E9DEDE

Tints of Soft Peach #E9DEDE

Color information

#E9DEDE (or 0xE9DEDE) is unknown color: approx Soft Peach. HEX triplet: E9, DE and DE. RGB value is (233,222,222). Sum of RGB (Red+Green+Blue) = 233+222+222=677 (89% of max value = 765). Red value is 233 (91.41% from 255 or 34.42% from 677); Green value is 222 (87.11% from 255 or 32.79% from 677); Blue value is 222 (87.11% from 255 or 32.79% from 677); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DEDE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9DEDE is #162121. Grayscale: #E1E1E1. Windows color (decimal): -1450274 or 14606057. OLE color: 14606057.

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

Color convert

RGB233222222-
CMYK00.050.050.09
HSL20%89.22%-
HSV(B)4.72%91.37%-
XYZ72.9174.8479.71-
YUV225.29126.14133.5-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 34.42%
GREEN value IS 222 (87.11% from 255) = 32.79%
BLUE value IS 222 (87.11% from 255) = 32.79%
R=34.42%
G=32.79%
B=32.79%

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
Decimal23322222200.050.050.0902089.22
HexE9DEDE055901459
Octal35133633605511024131
Binary111010011101111011011110010110110010101001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9DEDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9DEDE; }

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

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

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

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

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

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

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

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