#ECDDDA

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

Shades of Soft Peach #ECDDDA

Tints of Soft Peach #ECDDDA

Color information

#ECDDDA (or 0xECDDDA) is unknown color: approx Soft Peach. HEX triplet: EC, DD and DA. RGB value is (236,221,218). Sum of RGB (Red+Green+Blue) = 236+221+218=675 (89% of max value = 765). Red value is 236 (92.58% from 255 or 34.96% from 675); Green value is 221 (86.72% from 255 or 32.74% from 675); Blue value is 218 (85.55% from 255 or 32.30% from 675); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDDDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECDDDA is #132225. Grayscale: #E1E1E1. Windows color (decimal): -1253926 or 14343660. OLE color: 14343660.

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

Color convert

RGB236221218-
CMYK00.060.080.07
HSL10º32.14%89.02%-
HSV(B)10º7.63%92.55%-
XYZ73.174.6176.88-
YUV225.14123.97135.74-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 34.96%
GREEN value IS 221 (86.72% from 255) = 32.74%
BLUE value IS 218 (85.55% from 255) = 32.30%
R=34.96%
G=32.74%
B=32.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23622121800.060.080.071032.1489.02
HexECDDDA0687a2059
Octal354335332061071240131
Binary1110110011011101110110100110100011110101000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDDDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDDDA; }

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

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

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

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

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

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

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

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