#ECDFD3

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

Shades of Spring Wood #ECDFD3

Tints of Spring Wood #ECDFD3

Color information

#ECDFD3 (or 0xECDFD3) is unknown color: approx Spring Wood. HEX triplet: EC, DF and D3. RGB value is (236,223,211). Sum of RGB (Red+Green+Blue) = 236+223+211=670 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.22% from 670); Green value is 223 (87.5% from 255 or 33.28% from 670); Blue value is 211 (82.81% from 255 or 31.49% from 670); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDFD3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECDFD3 is #13202C. Grayscale: #E1E1E1. Windows color (decimal): -1253421 or 13885420. OLE color: 13885420.

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

Color convert

RGB236223211-
CMYK00.060.110.07
HSL28.8º39.68%87.65%-
HSV(B)28.8º10.59%92.55%-
XYZ72.7475.3172.33-
YUV225.52119.81135.48-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.22%
GREEN value IS 223 (87.5% from 255) = 33.28%
BLUE value IS 211 (82.81% from 255) = 31.49%
R=35.22%
G=33.28%
B=31.49%

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
Decimal23622321100.060.110.0728.839.6887.65
HexECDFD306B71d2858
Octal354337323061373550130
Binary11101100110111111101001101101011111111011010001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDFD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDFD3; }

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

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

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

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

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

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

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

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