#EEDBD9

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

Shades of Soft Peach #EEDBD9

Tints of Soft Peach #EEDBD9

Color information

#EEDBD9 (or 0xEEDBD9) is unknown color: approx Soft Peach. HEX triplet: EE, DB and D9. RGB value is (238,219,217). Sum of RGB (Red+Green+Blue) = 238+219+217=674 (89% of max value = 765). Red value is 238 (93.36% from 255 or 35.31% from 674); Green value is 219 (85.94% from 255 or 32.49% from 674); Blue value is 217 (85.16% from 255 or 32.20% from 674); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDBD9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDBD9 is #112426. Grayscale: #E0E0E0. Windows color (decimal): -1123367 or 14277614. OLE color: 14277614.

HSL color Cylindrical-coordinate representation of color #EEDBD9: hue angle of 5.71º degrees, saturation: 0.38, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #EEDBD9 is Cyan = 0, Magento = 0.08, Yellow = 0.09 and Black (K on CMYK) = 0.07.

Color convert

RGB238219217-
CMYK00.080.090.07
HSL5.71º38.18%89.22%-
HSV(B)5.71º8.82%93.33%-
XYZ73.1273.8576.05-
YUV224.45123.79137.66-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 35.31%
GREEN value IS 219 (85.94% from 255) = 32.49%
BLUE value IS 217 (85.16% from 255) = 32.20%
R=35.31%
G=32.49%
B=32.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.09
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23821921700.080.090.075.7138.1889.22
HexEEDBD9089762659
Octal356333331010117646131
Binary1110111011011011110110010100010011111101001101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDBD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDBD9; }

 p { color: rgb(238,219,217); }

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

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

 a { background-color: rgb(238,219,217); }

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

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

 span { border-color: rgb(238,219,217); }

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