#EDD9D7

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

Shades of Soft Peach #EDD9D7

Tints of Soft Peach #EDD9D7

Color information

#EDD9D7 (or 0xEDD9D7) is unknown color: approx Soft Peach. HEX triplet: ED, D9 and D7. RGB value is (237,217,215). Sum of RGB (Red+Green+Blue) = 237+217+215=669 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.43% from 669); Green value is 217 (85.16% from 255 or 32.44% from 669); Blue value is 215 (84.38% from 255 or 32.14% from 669); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD9D7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDD9D7 is #122628. Grayscale: #DEDEDE. Windows color (decimal): -1189417 or 14146029. OLE color: 14146029.

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

Color convert

RGB237217215-
CMYK00.080.090.07
HSL5.45º37.93%88.63%-
HSV(B)5.45º9.28%92.94%-
XYZ7272.5474.5-
YUV222.75123.63138.16-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.43%
GREEN value IS 217 (85.16% from 255) = 32.44%
BLUE value IS 215 (84.38% from 255) = 32.14%
R=35.43%
G=32.44%
B=32.14%

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
Decimal23721721500.080.090.075.4537.9388.63
HexEDD9D7089752659
Octal355331327010117546131
Binary1110110111011001110101110100010011111011001101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD9D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD9D7; }

 p { color: rgb(237,217,215); }

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

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

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

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

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

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

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