#ECDFD5

Color #ECDFD5 Spring Wood (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spring Wood #ECDFD5

Tints of Spring Wood #ECDFD5

Color information

#ECDFD5 (or 0xECDFD5) is unknown color: approx Spring Wood. HEX triplet: EC, DF and D5. RGB value is (236,223,213). Sum of RGB (Red+Green+Blue) = 236+223+213=672 (89% of max value = 765). Red value is 236 (92.58% from 255 or 35.12% from 672); Green value is 223 (87.5% from 255 or 33.18% from 672); Blue value is 213 (83.59% from 255 or 31.70% from 672); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDFD5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECDFD5 is #13202A. Grayscale: #E1E1E1. Windows color (decimal): -1253419 or 14016492. OLE color: 14016492.

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

Color convert

RGB236223213-
CMYK00.060.100.07
HSL26.09º37.7%88.04%-
HSV(B)26.09º9.75%92.55%-
XYZ72.9975.4173.66-
YUV225.75120.81135.31-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.12%
GREEN value IS 223 (87.5% from 255) = 33.18%
BLUE value IS 213 (83.59% from 255) = 31.70%
R=35.12%
G=33.18%
B=31.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.10
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23622321300.060.100.0726.0937.788.04
HexECDFD506A71a2658
Octal354337325061273246130
Binary11101100110111111101010101101010111110101001101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDFD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDFD5; }

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

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

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

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

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

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

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

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