COLOR #E2EDDD

HEX: #E2EDDD RGB: (226,237,221)

Color info

#E2EDDD contains red, green and blue colors in about the same proportion. Web safe color of #E2EDDD is #CCFFCC (or #CFC).

RGB color model

#E2EDDD color RGB value is (226,237,221).

RGB: (226,237,221) (89%, 93%, 87%)

RGB channels and saturation

R 226 of 255 = 89%
G 237 of 255 = 93%
B 221 of 255 = 87%

226
237
221

R + G + B ~ 90%. #E2EDDD is light color.

Portions of RGB colors in percentages

R + G + B = 226 + 237 + 221 = 684 (100%)
R 226 of 684 ~ 33.04%
G 237 of 684 ~ 34.65%
B 221 of 684 ~ 32.31'%

%33.04
%34.65
%32.31

CMYK color model

#E2EDDD color CMYK value is (5,0,7,7).

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

CMYK: (5,0,7,7)
C5M0Y7K7 (5%, 0%, 7%, 7%)
(0.05 / 0.00 / 0.07 / 0.07)

CMYK percentages

%4.64
%0
%6.75
%7.06

Codes

Color #E2EDDD in popluar color models

E2 ED DD
RGB 226 237 221
HSL 101° 30.77% 89.80%
HSB/HSV 101° 6.75% 92.94%
CMYK 4.64% 0.00% 6.75%
7.06%

Color #E2EDDD in popluar number systems.

HEX E2 ED DD
Decimal 226 237 221
Binary 11100010 11101101 11011101
Octal 342 355 335

Shades and tints

Shades of #E2EDDD

#E2EDDD
(226,237,221)
#CED8C9
(206,216,201)
#BAC3B5
(186,195,181)
#A6AEA1
(166,174,161)
#92998D
(146,153,141)
#7E8479
(126,132,121)
#6A6F65
(106,111,101)
#565A51
(86,90,81)
#42453D
(66,69,61)
#2E3029
(46,48,41)
#1A1B15
(26,27,21)
#000000
(0,0,0)

Tints of #E2EDDD

#E2EDDD
(226,237,221)
#E4EEE0
(228,238,224)
#E6EFE3
(230,239,227)
#E8F0E6
(232,240,230)
#EAF1E9
(234,241,233)
#ECF2EC
(236,242,236)
#EEF3EF
(238,243,239)
#F0F4F2
(240,244,242)
#F2F5F5
(242,245,245)
#F4F6F8
(244,246,248)
#F6F7FB
(246,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2EDDD; }

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

This text font color is #E2EDDD.

Background Color

.myBgColor { background-color: #E2EDDD; }

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

This div background color is #E2EDDD.

Border color

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

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

This div border color is #E2EDDD.

Opacity

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

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

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

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

This text has shadow with #E2EDDD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E2EDDD.

Preview

Color preview on black background

This text has color #E2EDDD on black background.


Color preview on white background

This text has color #E2EDDD on white background.


Black color preview on #E2EDDD background

This text has black color on #E2EDDD background.


White color preview on #E2EDDD background

This text has white color on #E2EDDD background.


Related colors

Complementary color

Complementary color for #hex is #1D1222.


I love getcolorcode.com

Triadic colors

1 #DDE2ED and #EDDDE2 with #E2EDDD are triadic colors.

2 #DDEDE2 and #EDE2DD with #E2EDDD are triadic colors.