#ECDFDF

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

Shades of Soft Peach #ECDFDF

Tints of Soft Peach #ECDFDF

Color information

#ECDFDF (or 0xECDFDF) is unknown color: approx Soft Peach. HEX triplet: EC, DF and DF. RGB value is (236,223,223). Sum of RGB (Red+Green+Blue) = 236+223+223=682 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.60% from 682); Green value is 223 (87.5% from 255 or 32.70% from 682); Blue value is 223 (87.5% from 255 or 32.70% from 682); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDFDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECDFDF is #132020. Grayscale: #E2E2E2. Windows color (decimal): -1253409 or 14671852. OLE color: 14671852.

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

Color convert

RGB236223223-
CMYK00.060.060.07
HSL25.49%90%-
HSV(B)5.51%92.55%-
XYZ74.375.9480.55-
YUV226.89125.81134.5-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 34.60%
GREEN value IS 223 (87.5% from 255) = 32.70%
BLUE value IS 223 (87.5% from 255) = 32.70%
R=34.60%
G=32.70%
B=32.70%

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
Decimal23622322300.060.060.07025.4990
HexECDFDF06670195a
Octal3543373370667031132
Binary11101100110111111101111101101101110110011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDFDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDFDF; }

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

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

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

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

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

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

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

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