#EDDBD9

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

Shades of Soft Peach #EDDBD9

Tints of Soft Peach #EDDBD9

Color information

#EDDBD9 (or 0xEDDBD9) is unknown color: approx Soft Peach. HEX triplet: ED, DB and D9. RGB value is (237,219,217). Sum of RGB (Red+Green+Blue) = 237+219+217=673 (89% of max value = 765). Red value is 237 (92.97% from 255 or 35.22% from 673); Green value is 219 (85.94% from 255 or 32.54% from 673); Blue value is 217 (85.16% from 255 or 32.24% from 673); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDBD9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDDBD9 is #122426. Grayscale: #E0E0E0. Windows color (decimal): -1188903 or 14277613. OLE color: 14277613.

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

Color convert

RGB237219217-
CMYK00.080.080.07
HSL35.71%89.02%-
HSV(B)8.44%92.94%-
XYZ72.7873.6876.03-
YUV224.15123.96137.16-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.22%
GREEN value IS 219 (85.94% from 255) = 32.54%
BLUE value IS 217 (85.16% from 255) = 32.24%
R=35.22%
G=32.54%
B=32.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23721921700.080.080.07635.7189.02
HexEDDBD9088762459
Octal355333331010107644131
Binary1110110111011011110110010100010001111101001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDBD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDBD9; }

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

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

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

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

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

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

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

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