#ECD9D7

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

Shades of Soft Peach #ECD9D7

Tints of Soft Peach #ECD9D7

Color information

#ECD9D7 (or 0xECD9D7) is unknown color: approx Soft Peach. HEX triplet: EC, D9 and D7. RGB value is (236,217,215). Sum of RGB (Red+Green+Blue) = 236+217+215=668 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.33% from 668); Green value is 217 (85.16% from 255 or 32.49% from 668); Blue value is 215 (84.38% from 255 or 32.19% from 668); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD9D7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECD9D7 is #132628. Grayscale: #DEDEDE. Windows color (decimal): -1254953 or 14146028. OLE color: 14146028.

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

Color convert

RGB236217215-
CMYK00.080.090.07
HSL5.71º35.59%88.43%-
HSV(B)5.71º8.9%92.55%-
XYZ71.6772.3674.48-
YUV222.45123.79137.66-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.33%
GREEN value IS 217 (85.16% from 255) = 32.49%
BLUE value IS 215 (84.38% from 255) = 32.19%
R=35.33%
G=32.49%
B=32.19%

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
Decimal23621721500.080.090.075.7135.5988.43
HexECD9D7089762458
Octal354331327010117644130
Binary1110110011011001110101110100010011111101001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD9D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD9D7; }

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

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

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

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

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

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

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

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