#ECDAD8

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

Shades of Soft Peach #ECDAD8

Tints of Soft Peach #ECDAD8

Color information

#ECDAD8 (or 0xECDAD8) is unknown color: approx Soft Peach. HEX triplet: EC, DA and D8. RGB value is (236,218,216). Sum of RGB (Red+Green+Blue) = 236+218+216=670 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.22% from 670); Green value is 218 (85.55% from 255 or 32.54% from 670); Blue value is 216 (84.77% from 255 or 32.24% from 670); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDAD8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECDAD8 is #132527. Grayscale: #DFDFDF. Windows color (decimal): -1254696 or 14211820. OLE color: 14211820.

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

Color convert

RGB236218216-
CMYK00.080.080.07
HSL34.48%88.63%-
HSV(B)8.47%92.55%-
XYZ72.0672.9375.25-
YUV223.15123.96137.16-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.22%
GREEN value IS 218 (85.55% from 255) = 32.54%
BLUE value IS 216 (84.77% 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
Decimal23621821600.080.080.07634.4888.63
HexECDAD8088762259
Octal354332330010107642131
Binary1110110011011010110110000100010001111101000101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDAD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDAD8; }

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

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

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

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

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

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

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

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