COLOR #ECDDD5

HEX: #ECDDD5 RGB: (236,221,213)

Color info

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

RGB color model

#ECDDD5 color RGB value is (236,221,213).

RGB: (236,221,213) (93%, 87%, 84%)

RGB channels and saturation

R 236 of 255 = 93%
G 221 of 255 = 87%
B 213 of 255 = 84%

236
221
213

R + G + B ~ 88%. #ECDDD5 is light color.

Portions of RGB colors in percentages

R + G + B = 236 + 221 + 213 = 670 (100%)
R 236 of 670 ~ 35.22%
G 221 of 670 ~ 32.99%
B 213 of 670 ~ 31.79'%

%35.22
%32.99
%31.79

CMYK color model

#ECDDD5 color CMYK value is (0,6,10,7).

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

CMYK: (0,6,10,7)
C0M6Y10K7 (0%, 6%, 10%, 7%)
(0.00 / 0.06 / 0.10 / 0.07)

CMYK percentages

%0
%6.36
%9.75
%7.45

Codes

Color #ECDDD5 in popluar color models

EC DD D5
RGB 236 221 213
HSL 21° 37.70% 88.04%
HSB/HSV 21° 9.75% 92.55%
CMYK 0.00% 6.36% 9.75%
7.45%

Color #ECDDD5 in popluar number systems.

HEX EC DD D5
Decimal 236 221 213
Binary 11101100 11011101 11010101
Octal 354 335 325

Shades and tints

Shades of #ECDDD5

#ECDDD5
(236,221,213)
#D7C9C2
(215,201,194)
#C2B5AF
(194,181,175)
#ADA19C
(173,161,156)
#988D89
(152,141,137)
#837976
(131,121,118)
#6E6563
(110,101,99)
#595150
(89,81,80)
#443D3D
(68,61,61)
#2F292A
(47,41,42)
#1A1517
(26,21,23)
#000000
(0,0,0)

Tints of #ECDDD5

#ECDDD5
(236,221,213)
#EDE0D8
(237,224,216)
#EEE3DB
(238,227,219)
#EFE6DE
(239,230,222)
#F0E9E1
(240,233,225)
#F1ECE4
(241,236,228)
#F2EFE7
(242,239,231)
#F3F2EA
(243,242,234)
#F4F5ED
(244,245,237)
#F5F8F0
(245,248,240)
#F6FBF3
(246,251,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECDDD5; }

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

This text font color is #ECDDD5.

Background Color

.myBgColor { background-color: #ECDDD5; }

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

This div background color is #ECDDD5.

Border color

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

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

This div border color is #ECDDD5.

Opacity

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

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

Text with #ECDDD5 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 #ECDDD5;}

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

This text has shadow with #ECDDD5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ECDDD5.

Preview

Color preview on black background

This text has color #ECDDD5 on black background.


Color preview on white background

This text has color #ECDDD5 on white background.


Black color preview on #ECDDD5 background

This text has black color on #ECDDD5 background.


White color preview on #ECDDD5 background

This text has white color on #ECDDD5 background.


Related colors

Complementary color

Complementary color for #hex is #13222A.


I love getcolorcode.com

Triadic colors

1 #D5ECDD and #DDD5EC with #ECDDD5 are triadic colors.

2 #D5DDEC and #DDECD5 with #ECDDD5 are triadic colors.