#ECDBD9

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

Shades of Soft Peach #ECDBD9

Tints of Soft Peach #ECDBD9

Color information

#ECDBD9 (or 0xECDBD9) is unknown color: approx Soft Peach. HEX triplet: EC, DB and D9. RGB value is (236,219,217). Sum of RGB (Red+Green+Blue) = 236+219+217=672 (89% of max value = 765). Red value is 236 (92.58% from 255 or 35.12% from 672); Green value is 219 (85.94% from 255 or 32.59% from 672); Blue value is 217 (85.16% from 255 or 32.29% from 672); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDBD9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECDBD9 is #132426. Grayscale: #DFDFDF. Windows color (decimal): -1254439 or 14277612. OLE color: 14277612.

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

Color convert

RGB236219217-
CMYK00.070.080.07
HSL6.32º33.33%88.82%-
HSV(B)6.32º8.05%92.55%-
XYZ72.4573.5176.02-
YUV223.86124.13136.66-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.12%
GREEN value IS 219 (85.94% from 255) = 32.59%
BLUE value IS 217 (85.16% from 255) = 32.29%
R=35.12%
G=32.59%
B=32.29%

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
Decimal23621921700.070.080.076.3233.3388.82
HexECDBD9078762159
Octal35433333107107641131
Binary111011001101101111011001011110001111101000011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDBD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDBD9; }

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

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

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

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

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

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

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

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