#ECDED4

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

Shades of Spring Wood #ECDED4

Tints of Spring Wood #ECDED4

Color information

#ECDED4 (or 0xECDED4) is unknown color: approx Spring Wood. HEX triplet: EC, DE and D4. RGB value is (236,222,212). Sum of RGB (Red+Green+Blue) = 236+222+212=670 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.22% from 670); Green value is 222 (87.11% from 255 or 33.13% from 670); Blue value is 212 (83.20% from 255 or 31.64% from 670); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDED4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECDED4 is #13212B. Grayscale: #E1E1E1. Windows color (decimal): -1253676 or 13950700. OLE color: 13950700.

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

Color convert

RGB236222212-
CMYK00.060.100.07
HSL25º38.71%87.84%-
HSV(B)25º10.17%92.55%-
XYZ72.674.8372.9-
YUV225.05120.64135.81-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.22%
GREEN value IS 222 (87.11% from 255) = 33.13%
BLUE value IS 212 (83.20% from 255) = 31.64%
R=35.22%
G=33.13%
B=31.64%

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
Decimal23622221200.060.100.072538.7187.84
HexECDED406A7192758
Octal354336324061273147130
Binary11101100110111101101010001101010111110011001111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDED4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDED4; }

 p { color: rgb(236,222,212); }

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

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

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

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

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

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

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