#ECDCD9

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

Shades of Soft Peach #ECDCD9

Tints of Soft Peach #ECDCD9

Color information

#ECDCD9 (or 0xECDCD9) is unknown color: approx Soft Peach. HEX triplet: EC, DC and D9. RGB value is (236,220,217). Sum of RGB (Red+Green+Blue) = 236+220+217=673 (89% of max value = 765). Red value is 236 (92.58% from 255 or 35.07% from 673); Green value is 220 (86.33% from 255 or 32.69% from 673); Blue value is 217 (85.16% from 255 or 32.24% from 673); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDCD9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECDCD9 is #132326. Grayscale: #E0E0E0. Windows color (decimal): -1254183 or 14277868. OLE color: 14277868.

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

Color convert

RGB236220217-
CMYK00.070.080.07
HSL9.47º33.33%88.82%-
HSV(B)9.47º8.05%92.55%-
XYZ72.7174.0376.1-
YUV224.44123.8136.24-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.07%
GREEN value IS 220 (86.33% from 255) = 32.69%
BLUE value IS 217 (85.16% from 255) = 32.24%
R=35.07%
G=32.69%
B=32.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23622021700.070.080.079.4733.3388.82
HexECDCD9078792159
Octal354334331071071141131
Binary1110110011011100110110010111100011110011000011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDCD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDCD9; }

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

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

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

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

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

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

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

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