#ECDDCF

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

Shades of Spring Wood #ECDDCF

Tints of Spring Wood #ECDDCF

Color information

#ECDDCF (or 0xECDDCF) is unknown color: approx Spring Wood. HEX triplet: EC, DD and CF. RGB value is (236,221,207). Sum of RGB (Red+Green+Blue) = 236+221+207=664 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.54% from 664); Green value is 221 (86.72% from 255 or 33.28% from 664); Blue value is 207 (81.25% from 255 or 31.17% from 664); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDDCF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECDDCF is #132230. Grayscale: #DFDFDF. Windows color (decimal): -1253937 or 13622764. OLE color: 13622764.

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

Color convert

RGB236221207-
CMYK00.060.120.07
HSL28.97º43.28%86.86%-
HSV(B)28.97º12.29%92.55%-
XYZ71.7174.0569.55-
YUV223.89118.47136.64-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.54%
GREEN value IS 221 (86.72% from 255) = 33.28%
BLUE value IS 207 (81.25% from 255) = 31.17%
R=35.54%
G=33.28%
B=31.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.12
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23622120700.060.120.0728.9743.2886.86
HexECDDCF06C71d2b57
Octal354335317061473553127
Binary11101100110111011100111101101100111111011010111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDDCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDDCF; }

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

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

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

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

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

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

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

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