#ECDFD1

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

Shades of Spring Wood #ECDFD1

Tints of Spring Wood #ECDFD1

Color information

#ECDFD1 (or 0xECDFD1) is unknown color: approx Spring Wood. HEX triplet: EC, DF and D1. RGB value is (236,223,209). Sum of RGB (Red+Green+Blue) = 236+223+209=668 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.33% from 668); Green value is 223 (87.5% from 255 or 33.38% from 668); Blue value is 209 (82.03% from 255 or 31.29% from 668); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDFD1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECDFD1 is #13202E. Grayscale: #E1E1E1. Windows color (decimal): -1253423 or 13754348. OLE color: 13754348.

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

Color convert

RGB236223209-
CMYK00.060.110.07
HSL31.11º41.54%87.25%-
HSV(B)31.11º11.44%92.55%-
XYZ72.4975.2171.02-
YUV225.29118.81135.64-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.33%
GREEN value IS 223 (87.5% from 255) = 33.38%
BLUE value IS 209 (82.03% from 255) = 31.29%
R=35.33%
G=33.38%
B=31.29%

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
Decimal23622320900.060.110.0731.1141.5487.25
HexECDFD106B71f2a57
Octal354337321061373752127
Binary11101100110111111101000101101011111111111010101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDFD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDFD1; }

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

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

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

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

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

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

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

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