COLOR #ECDEDD

HEX: #ECDEDD RGB: (236,222,221)

Color info

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

RGB color model

#ECDEDD color RGB value is (236,222,221).

RGB: (236,222,221) (93%, 87%, 87%)

RGB channels and saturation

R 236 of 255 = 93%
G 222 of 255 = 87%
B 221 of 255 = 87%

236
222
221

R + G + B ~ 89%. #ECDEDD is light color.

Portions of RGB colors in percentages

R + G + B = 236 + 222 + 221 = 679 (100%)
R 236 of 679 ~ 34.76%
G 222 of 679 ~ 32.7%
B 221 of 679 ~ 32.55'%

%34.76
%32.7
%32.55

CMYK color model

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

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

CMYK: (0,6,6,7)
C0M6Y6K7 (0%, 6%, 6%, 7%)
(0.00 / 0.06 / 0.06 / 0.07)

CMYK percentages

%0
%5.93
%6.36
%7.45

Codes

Color #ECDEDD in popluar color models

EC DE DD
RGB 236 222 221
HSL 28.30% 89.61%
HSB/HSV 6.36% 92.55%
CMYK 0.00% 5.93% 6.36%
7.45%

Color #ECDEDD in popluar number systems.

HEX EC DE DD
Decimal 236 222 221
Binary 11101100 11011110 11011101
Octal 354 336 335

Shades and tints

Shades of #ECDEDD

#ECDEDD
(236,222,221)
#D7CAC9
(215,202,201)
#C2B6B5
(194,182,181)
#ADA2A1
(173,162,161)
#988E8D
(152,142,141)
#837A79
(131,122,121)
#6E6665
(110,102,101)
#595251
(89,82,81)
#443E3D
(68,62,61)
#2F2A29
(47,42,41)
#1A1615
(26,22,21)
#000000
(0,0,0)

Tints of #ECDEDD

#ECDEDD
(236,222,221)
#EDE1E0
(237,225,224)
#EEE4E3
(238,228,227)
#EFE7E6
(239,231,230)
#F0EAE9
(240,234,233)
#F1EDEC
(241,237,236)
#F2F0EF
(242,240,239)
#F3F3F2
(243,243,242)
#F4F6F5
(244,246,245)
#F5F9F8
(245,249,248)
#F6FCFB
(246,252,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECDEDD; }

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

This text font color is #ECDEDD.

Background Color

.myBgColor { background-color: #ECDEDD; }

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

This div background color is #ECDEDD.

Border color

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

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

This div border color is #ECDEDD.

Opacity

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

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

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

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

This text has shadow with #ECDEDD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ECDEDD.

Preview

Color preview on black background

This text has color #ECDEDD on black background.


Color preview on white background

This text has color #ECDEDD on white background.


Black color preview on #ECDEDD background

This text has black color on #ECDEDD background.


White color preview on #ECDEDD background

This text has white color on #ECDEDD background.


Related colors

Complementary color

Complementary color for #hex is #132122.


I love getcolorcode.com

Triadic colors

1 #DDECDE and #DEDDEC with #ECDEDD are triadic colors.

2 #DDDEEC and #DEECDD with #ECDEDD are triadic colors.