COLOR #ECEDDD

HEX: #ECEDDD RGB: (236,237,221)

Color info

#ECEDDD contains red, green and blue colors in about the same proportion. Web safe color of #ECEDDD is #FFFFCC (or #FFC).

RGB color model

#ECEDDD color RGB value is (236,237,221).

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

RGB channels and saturation

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

236
237
221

R + G + B ~ 91%. #ECEDDD is light color.

Portions of RGB colors in percentages

R + G + B = 236 + 237 + 221 = 694 (100%)
R 236 of 694 ~ 34.01%
G 237 of 694 ~ 34.15%
B 221 of 694 ~ 31.84'%

%34.01
%34.15
%31.84

CMYK color model

#ECEDDD color CMYK value is (0,0,7,7).

  • cyan value is 0.42%
  • magenta value is 0.00%
  • yellow value is 6.75%
  • key color value is 7.06%

CMYK: (0,0,7,7)
C0M0Y7K7 (0%, 0%, 7%, 7%)
(0.00 / 0.00 / 0.07 / 0.07)

CMYK percentages

%0.42
%0
%6.75
%7.06

Codes

Color #ECEDDD in popluar color models

EC ED DD
RGB 236 237 221
HSL 64° 30.77% 89.80%
HSB/HSV 64° 6.75% 92.94%
CMYK 0.42% 0.00% 6.75%
7.06%

Color #ECEDDD in popluar number systems.

HEX EC ED DD
Decimal 236 237 221
Binary 11101100 11101101 11011101
Octal 354 355 335

Shades and tints

Shades of #ECEDDD

#ECEDDD
(236,237,221)
#D7D8C9
(215,216,201)
#C2C3B5
(194,195,181)
#ADAEA1
(173,174,161)
#98998D
(152,153,141)
#838479
(131,132,121)
#6E6F65
(110,111,101)
#595A51
(89,90,81)
#44453D
(68,69,61)
#2F3029
(47,48,41)
#1A1B15
(26,27,21)
#000000
(0,0,0)

Tints of #ECEDDD

#ECEDDD
(236,237,221)
#EDEEE0
(237,238,224)
#EEEFE3
(238,239,227)
#EFF0E6
(239,240,230)
#F0F1E9
(240,241,233)
#F1F2EC
(241,242,236)
#F2F3EF
(242,243,239)
#F3F4F2
(243,244,242)
#F4F5F5
(244,245,245)
#F5F6F8
(245,246,248)
#F6F7FB
(246,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECEDDD; }

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

This text font color is #ECEDDD.

Background Color

.myBgColor { background-color: #ECEDDD; }

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

This div background color is #ECEDDD.

Border color

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

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

This div border color is #ECEDDD.

Opacity

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

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

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

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

This text has shadow with #ECEDDD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ECEDDD.

Preview

Color preview on black background

This text has color #ECEDDD on black background.


Color preview on white background

This text has color #ECEDDD on white background.


Black color preview on #ECEDDD background

This text has black color on #ECEDDD background.


White color preview on #ECEDDD background

This text has white color on #ECEDDD background.


Related colors

Complementary color

Complementary color for #hex is #131222.


I love getcolorcode.com

Triadic colors

1 #DDECED and #EDDDEC with #ECEDDD are triadic colors.

2 #DDEDEC and #EDECDD with #ECEDDD are triadic colors.