#ECDFDD

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

Shades of Soft Peach #ECDFDD

Tints of Soft Peach #ECDFDD

Color information

#ECDFDD (or 0xECDFDD) is unknown color: approx Soft Peach. HEX triplet: EC, DF and DD. RGB value is (236,223,221). Sum of RGB (Red+Green+Blue) = 236+223+221=680 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.71% from 680); Green value is 223 (87.5% from 255 or 32.79% from 680); Blue value is 221 (86.72% from 255 or 32.5% from 680); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDFDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECDFDD is #132022. Grayscale: #E2E2E2. Windows color (decimal): -1253411 or 14540780. OLE color: 14540780.

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

Color convert

RGB236223221-
CMYK00.060.060.07
HSL28.3%89.61%-
HSV(B)6.36%92.55%-
XYZ74.0375.8379.14-
YUV226.66124.81134.66-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 34.71%
GREEN value IS 223 (87.5% from 255) = 32.79%
BLUE value IS 221 (86.72% from 255) = 32.5%
R=34.71%
G=32.79%
B=32.5%

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
Decimal23622322100.060.060.07828.389.61
HexECDFDD066781c5a
Octal35433733506671034132
Binary11101100110111111101110101101101111000111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDFDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDFDD; }

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

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

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

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

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

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

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

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