#ECDDDD

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

Shades of Soft Peach #ECDDDD

Tints of Soft Peach #ECDDDD

Color information

#ECDDDD (or 0xECDDDD) is unknown color: approx Soft Peach. HEX triplet: EC, DD and DD. RGB value is (236,221,221). Sum of RGB (Red+Green+Blue) = 236+221+221=678 (89% of max value = 765). Red value is 236 (92.58% from 255 or 34.81% from 678); Green value is 221 (86.72% from 255 or 32.60% from 678); Blue value is 221 (86.72% from 255 or 32.60% from 678); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDDDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECDDDD is #132222. Grayscale: #E1E1E1. Windows color (decimal): -1253923 or 14540268. OLE color: 14540268.

HSL color Cylindrical-coordinate representation of color #ECDDDD: hue angle of 0º degrees, saturation: 0.28, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #ECDDDD is Cyan = 0, Magento = 0.06, Yellow = 0.06 and Black (K on CMYK) = 0.07.

Color convert

RGB236221221-
CMYK00.060.060.07
HSL28.3%89.61%-
HSV(B)6.36%92.55%-
XYZ73.574.7778.96-
YUV225.48125.47135.5-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 34.81%
GREEN value IS 221 (86.72% from 255) = 32.60%
BLUE value IS 221 (86.72% from 255) = 32.60%
R=34.81%
G=32.60%
B=32.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.06
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23622122100.060.060.07028.389.61
HexECDDDD066701c5a
Octal3543353350667034132
Binary11101100110111011101110101101101110111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDDDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDDDD; }

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

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

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

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

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

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

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

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