#EED9D9

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

Shades of Soft Peach #EED9D9

Tints of Soft Peach #EED9D9

Color information

#EED9D9 (or 0xEED9D9) is unknown color: approx Soft Peach. HEX triplet: EE, D9 and D9. RGB value is (238,217,217). Sum of RGB (Red+Green+Blue) = 238+217+217=672 (89% of max value = 765). Red value is 238 (93.36% from 255 or 35.42% from 672); Green value is 217 (85.16% from 255 or 32.29% from 672); Blue value is 217 (85.16% from 255 or 32.29% from 672); Max value from RGB is 238 - color contains mainly: red. Hex color #EED9D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED9D9 is #112626. Grayscale: #DFDFDF. Windows color (decimal): -1123879 or 14277102. OLE color: 14277102.

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

Color convert

RGB238217217-
CMYK00.090.090.07
HSL38.18%89.22%-
HSV(B)8.82%93.33%-
XYZ72.672.8175.87-
YUV223.28124.46138.5-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 35.42%
GREEN value IS 217 (85.16% from 255) = 32.29%
BLUE value IS 217 (85.16% from 255) = 32.29%
R=35.42%
G=32.29%
B=32.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.09
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23821721700.090.090.07038.1889.22
HexEED9D9099702659
Octal356331331011117046131
Binary11101110110110011101100101001100111101001101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EED9D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EED9D9; }

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

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

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

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

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

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

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

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