#ECDFD4

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

Shades of Spring Wood #ECDFD4

Tints of Spring Wood #ECDFD4

Color information

#ECDFD4 (or 0xECDFD4) is unknown color: approx Spring Wood. HEX triplet: EC, DF and D4. RGB value is (236,223,212). Sum of RGB (Red+Green+Blue) = 236+223+212=671 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.17% from 671); Green value is 223 (87.5% from 255 or 33.23% from 671); Blue value is 212 (83.20% from 255 or 31.59% from 671); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDFD4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECDFD4 is #13202B. Grayscale: #E1E1E1. Windows color (decimal): -1253420 or 13950956. OLE color: 13950956.

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

Color convert

RGB236223212-
CMYK00.060.100.07
HSL27.5º38.71%87.84%-
HSV(B)27.5º10.17%92.55%-
XYZ72.8675.3672.99-
YUV225.63120.31135.39-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.17%
GREEN value IS 223 (87.5% from 255) = 33.23%
BLUE value IS 212 (83.20% from 255) = 31.59%
R=35.17%
G=33.23%
B=31.59%

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
Decimal23622321200.060.100.0727.538.7187.84
HexECDFD406A71c2758
Octal354337324061273447130
Binary11101100110111111101010001101010111111001001111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDFD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDFD4; }

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

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

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

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

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

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

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

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