COLOR #ECDDC1

HEX: #ECDDC1 RGB: (236,221,193)

Color info

#ECDDC1 contains red, green and blue colors in about the same proportion. Web safe color of #ECDDC1 is #FFCCCC (or #FCC).

RGB color model

#ECDDC1 color RGB value is (236,221,193).

RGB: (236,221,193) (93%, 87%, 76%)

RGB channels and saturation

R 236 of 255 = 93%
G 221 of 255 = 87%
B 193 of 255 = 76%

236
221
193

R + G + B ~ 85%. #ECDDC1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 236 + 221 + 193 = 650 (100%)
R 236 of 650 ~ 36.31%
G 221 of 650 ~ 34%
B 193 of 650 ~ 29.69'%

%36.31
%34
%29.69

CMYK color model

#ECDDC1 color CMYK value is (0,6,18,7).

  • cyan value is 0.00%
  • magenta value is 6.36%
  • yellow value is 18.22%
  • key color value is 7.45%

CMYK: (0,6,18,7)
C0M6Y18K7 (0%, 6%, 18%, 7%)
(0.00 / 0.06 / 0.18 / 0.07)

CMYK percentages

%0
%6.36
%18.22
%7.45

Codes

Color #ECDDC1 in popluar color models

EC DD C1
RGB 236 221 193
HSL 39° 53.09% 84.12%
HSB/HSV 39° 18.22% 92.55%
CMYK 0.00% 6.36% 18.22%
7.45%

Color #ECDDC1 in popluar number systems.

HEX EC DD C1
Decimal 236 221 193
Binary 11101100 11011101 11000001
Octal 354 335 301

Shades and tints

Shades of #ECDDC1

#ECDDC1
(236,221,193)
#D7C9B0
(215,201,176)
#C2B59F
(194,181,159)
#ADA18E
(173,161,142)
#988D7D
(152,141,125)
#83796C
(131,121,108)
#6E655B
(110,101,91)
#59514A
(89,81,74)
#443D39
(68,61,57)
#2F2928
(47,41,40)
#1A1517
(26,21,23)
#000000
(0,0,0)

Tints of #ECDDC1

#ECDDC1
(236,221,193)
#EDE0C6
(237,224,198)
#EEE3CB
(238,227,203)
#EFE6D0
(239,230,208)
#F0E9D5
(240,233,213)
#F1ECDA
(241,236,218)
#F2EFDF
(242,239,223)
#F3F2E4
(243,242,228)
#F4F5E9
(244,245,233)
#F5F8EE
(245,248,238)
#F6FBF3
(246,251,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ECDDC1 color. Also use rgb(236,221,193) instead hex code.

Text Font Color

.myTextColor { color: #ECDDC1; }

<p style="color:#ECDDC1">This sample text font color is #ECDDC1.</p>

This text font color is #ECDDC1.

Background Color

.myBgColor { background-color: #ECDDC1; }

<div style="background-color:#ECDDC1">Inner text</div>

This div background color is #ECDDC1.

Border color

.myBorderColor { border: 1px solid #ECDDC1; }

<div style="border:3px solid #ECDDC1">Div</div>

This div border color is #ECDDC1.

Opacity

.myOpacity80 { color: #ECDDC1; opacity: 0.8; }

<p style="color:#ECDDC1;opacity:0.8;">80%</p>

Text with #ECDDC1 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #ECDDC1;}

<p style="text-shadow: 3px 3px 1px #ECDDC1">Text here.</p>

This text has shadow with #ECDDC1 color.


.textShadow {text-shadow: 3px 3px 1px #ECDDC1', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #ECDDC1, 5px 5px 20px red">Text here.</p>

This text has shadow with #ECDDC1 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ECDDC1, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#ECDDC1, Direction=45, Strength=4)">Text</p>

This text has shadow with #ECDDC1 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #ECDDC1;
-webkit-box-shadow: 1px 1px 3px 2px #ECDDC1;
box-shadow: 1px 1px 3px 2px #ECDDC1;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #ECDDC1; -webkit-box-shadow: 1px 1px 3px 2px #ECDDC1; box-shadow:1px 1px 3px 2px #ECDDC1;">
Div content here
</div>

This div box has shadow with color #ECDDC1.

Preview

Color preview on black background

This text has color #ECDDC1 on black background.


Color preview on white background

This text has color #ECDDC1 on white background.


Black color preview on #ECDDC1 background

This text has black color on #ECDDC1 background.


White color preview on #ECDDC1 background

This text has white color on #ECDDC1 background.


Related colors

Complementary color

Complementary color for #hex is #13223E.


I love getcolorcode.com

Triadic colors

1 #C1ECDD and #DDC1EC with #ECDDC1 are triadic colors.

2 #C1DDEC and #DDECC1 with #ECDDC1 are triadic colors.