#ECDED2

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

Shades of Spring Wood #ECDED2

Tints of Spring Wood #ECDED2

Color information

#ECDED2 (or 0xECDED2) is unknown color: approx Spring Wood. HEX triplet: EC, DE and D2. RGB value is (236,222,210). Sum of RGB (Red+Green+Blue) = 236+222+210=668 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.33% from 668); Green value is 222 (87.11% from 255 or 33.23% from 668); Blue value is 210 (82.42% from 255 or 31.44% from 668); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDED2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECDED2 is #13212D. Grayscale: #E0E0E0. Windows color (decimal): -1253678 or 13819628. OLE color: 13819628.

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

Color convert

RGB236222210-
CMYK00.060.110.07
HSL27.69º40.63%87.45%-
HSV(B)27.69º11.02%92.55%-
XYZ72.3574.7371.58-
YUV224.82119.64135.98-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.33%
GREEN value IS 222 (87.11% from 255) = 33.23%
BLUE value IS 210 (82.42% from 255) = 31.44%
R=35.33%
G=33.23%
B=31.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.11
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23622221000.060.110.0727.6940.6387.45
HexECDED206B71c2957
Octal354336322061373451127
Binary11101100110111101101001001101011111111001010011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDED2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDED2; }

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

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

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

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

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

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

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

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