#ECD9D8

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

Shades of Soft Peach #ECD9D8

Tints of Soft Peach #ECD9D8

Color information

#ECD9D8 (or 0xECD9D8) is unknown color: approx Soft Peach. HEX triplet: EC, D9 and D8. RGB value is (236,217,216). Sum of RGB (Red+Green+Blue) = 236+217+216=669 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.28% from 669); Green value is 217 (85.16% from 255 or 32.44% from 669); Blue value is 216 (84.77% from 255 or 32.29% from 669); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD9D8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECD9D8 is #132627. Grayscale: #DEDEDE. Windows color (decimal): -1254952 or 14211564. OLE color: 14211564.

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

Color convert

RGB236217216-
CMYK00.080.080.07
HSL34.48%88.63%-
HSV(B)8.47%92.55%-
XYZ71.872.4275.16-
YUV222.57124.29137.58-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.28%
GREEN value IS 217 (85.16% from 255) = 32.44%
BLUE value IS 216 (84.77% from 255) = 32.29%
R=35.28%
G=32.44%
B=32.29%

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
Decimal23621721600.080.080.07334.4888.63
HexECD9D8088732259
Octal354331330010107342131
Binary111011001101100111011000010001000111111000101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD9D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD9D8; }

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

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

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

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

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

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

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

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