#ECDDD2

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

Shades of Spring Wood #ECDDD2

Tints of Spring Wood #ECDDD2

Color information

#ECDDD2 (or 0xECDDD2) is unknown color: approx Spring Wood. HEX triplet: EC, DD and D2. RGB value is (236,221,210). Sum of RGB (Red+Green+Blue) = 236+221+210=667 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.38% from 667); Green value is 221 (86.72% from 255 or 33.13% from 667); Blue value is 210 (82.42% from 255 or 31.48% from 667); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDDD2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECDDD2 is #13222D. Grayscale: #E0E0E0. Windows color (decimal): -1253934 or 13819372. OLE color: 13819372.

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

Color convert

RGB236221210-
CMYK00.060.110.07
HSL25.38º40.63%87.45%-
HSV(B)25.38º11.02%92.55%-
XYZ72.0874.271.5-
YUV224.23119.97136.39-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.38%
GREEN value IS 221 (86.72% from 255) = 33.13%
BLUE value IS 210 (82.42% from 255) = 31.48%
R=35.38%
G=33.13%
B=31.48%

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
Decimal23622121000.060.110.0725.3840.6387.45
HexECDDD206B7192957
Octal354335322061373151127
Binary11101100110111011101001001101011111110011010011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDDD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDDD2; }

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

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

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

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

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

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

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

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