#ECDDD1

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

Shades of Spring Wood #ECDDD1

Tints of Spring Wood #ECDDD1

Color information

#ECDDD1 (or 0xECDDD1) is unknown color: approx Spring Wood. HEX triplet: EC, DD and D1. RGB value is (236,221,209). Sum of RGB (Red+Green+Blue) = 236+221+209=666 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.44% from 666); Green value is 221 (86.72% from 255 or 33.18% from 666); Blue value is 209 (82.03% from 255 or 31.38% from 666); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDDD1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECDDD1 is #13222E. Grayscale: #E0E0E0. Windows color (decimal): -1253935 or 13753836. OLE color: 13753836.

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

Color convert

RGB236221209-
CMYK00.060.110.07
HSL26.67º41.54%87.25%-
HSV(B)26.67º11.44%92.55%-
XYZ71.9674.1570.84-
YUV224.12119.47136.48-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.44%
GREEN value IS 221 (86.72% from 255) = 33.18%
BLUE value IS 209 (82.03% from 255) = 31.38%
R=35.44%
G=33.18%
B=31.38%

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
Decimal23622120900.060.110.0726.6741.5487.25
HexECDDD106B71b2a57
Octal354335321061373352127
Binary11101100110111011101000101101011111110111010101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDDD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDDD1; }

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

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

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

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

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

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

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

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