#ECE4DC

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

Shades of Spring Wood #ECE4DC

Tints of Spring Wood #ECE4DC

Color information

#ECE4DC (or 0xECE4DC) is unknown color: approx Spring Wood. HEX triplet: EC, E4 and DC. RGB value is (236,228,220). Sum of RGB (Red+Green+Blue) = 236+228+220=684 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.50% from 684); Green value is 228 (89.45% from 255 or 33.33% from 684); Blue value is 220 (86.33% from 255 or 32.16% from 684); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE4DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECE4DC is #131B23. Grayscale: #E5E5E5. Windows color (decimal): -1252132 or 14476524. OLE color: 14476524.

HSL color Cylindrical-coordinate representation of color #ECE4DC: hue angle of 30º degrees, saturation: 0.3, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #ECE4DC is Cyan = 0, Magento = 0.03, Yellow = 0.07 and Black (K on CMYK) = 0.07.

Color convert

RGB236228220-
CMYK00.030.070.07
HSL30º29.63%89.41%-
HSV(B)30º6.78%92.55%-
XYZ75.2578.4978.89-
YUV229.48122.65132.65-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 34.50%
GREEN value IS 228 (89.45% from 255) = 33.33%
BLUE value IS 220 (86.33% from 255) = 32.16%
R=34.50%
G=33.33%
B=32.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23622822000.030.070.073029.6389.41
HexECE4DC03771e1e59
Octal35434433403773636131
Binary11101100111001001101110001111111111110111101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECE4DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECE4DC; }

 p { color: rgb(236,228,220); }

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

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

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

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

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

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

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