COLOR #E1EDDA

HEX: #E1EDDA RGB: (225,237,218)

Color info

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

RGB color model

#E1EDDA color RGB value is (225,237,218).

RGB: (225,237,218) (88%, 93%, 85%)

RGB channels and saturation

R 225 of 255 = 88%
G 237 of 255 = 93%
B 218 of 255 = 85%

225
237
218

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

Portions of RGB colors in percentages

R + G + B = 225 + 237 + 218 = 680 (100%)
R 225 of 680 ~ 33.09%
G 237 of 680 ~ 34.85%
B 218 of 680 ~ 32.06'%

%33.09
%34.85
%32.06

CMYK color model

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

  • cyan value is 5.06%
  • magenta value is 0.00%
  • yellow value is 8.02%
  • key color value is 7.06%

CMYK: (5,0,8,7)
C5M0Y8K7 (5%, 0%, 8%, 7%)
(0.05 / 0.00 / 0.08 / 0.07)

CMYK percentages

%5.06
%0
%8.02
%7.06

Codes

Color #E1EDDA in popluar color models

E1 ED DA
RGB 225 237 218
HSL 98° 34.55% 89.22%
HSB/HSV 98° 8.02% 92.94%
CMYK 5.06% 0.00% 8.02%
7.06%

Color #E1EDDA in popluar number systems.

HEX E1 ED DA
Decimal 225 237 218
Binary 11100001 11101101 11011010
Octal 341 355 332

Shades and tints

Shades of #E1EDDA

#E1EDDA
(225,237,218)
#CDD8C7
(205,216,199)
#B9C3B4
(185,195,180)
#A5AEA1
(165,174,161)
#91998E
(145,153,142)
#7D847B
(125,132,123)
#696F68
(105,111,104)
#555A55
(85,90,85)
#414542
(65,69,66)
#2D302F
(45,48,47)
#191B1C
(25,27,28)
#000000
(0,0,0)

Tints of #E1EDDA

#E1EDDA
(225,237,218)
#E3EEDD
(227,238,221)
#E5EFE0
(229,239,224)
#E7F0E3
(231,240,227)
#E9F1E6
(233,241,230)
#EBF2E9
(235,242,233)
#EDF3EC
(237,243,236)
#EFF4EF
(239,244,239)
#F1F5F2
(241,245,242)
#F3F6F5
(243,246,245)
#F5F7F8
(245,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1EDDA color. Also use rgb(225,237,218) instead hex code.

Text Font Color

.myTextColor { color: #E1EDDA; }

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

This text font color is #E1EDDA.

Background Color

.myBgColor { background-color: #E1EDDA; }

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

This div background color is #E1EDDA.

Border color

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

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

This div border color is #E1EDDA.

Opacity

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

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

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

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

This text has shadow with #E1EDDA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E1EDDA.

Preview

Color preview on black background

This text has color #E1EDDA on black background.


Color preview on white background

This text has color #E1EDDA on white background.


Black color preview on #E1EDDA background

This text has black color on #E1EDDA background.


White color preview on #E1EDDA background

This text has white color on #E1EDDA background.


Related colors

Complementary color

Complementary color for #hex is #1E1225.


I love getcolorcode.com

Triadic colors

1 #DAE1ED and #EDDAE1 with #E1EDDA are triadic colors.

2 #DAEDE1 and #EDE1DA with #E1EDDA are triadic colors.