COLOR #E5EDDF

HEX: #E5EDDF RGB: (229,237,223)

Color info

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

RGB color model

#E5EDDF color RGB value is (229,237,223).

RGB: (229,237,223) (90%, 93%, 87%)

RGB channels and saturation

R 229 of 255 = 90%
G 237 of 255 = 93%
B 223 of 255 = 87%

229
237
223

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

Portions of RGB colors in percentages

R + G + B = 229 + 237 + 223 = 689 (100%)
R 229 of 689 ~ 33.24%
G 237 of 689 ~ 34.4%
B 223 of 689 ~ 32.37'%

%33.24
%34.4
%32.37

CMYK color model

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

  • cyan value is 3.38%
  • magenta value is 0.00%
  • yellow value is 5.91%
  • key color value is 7.06%

CMYK: (3,0,6,7)
C3M0Y6K7 (3%, 0%, 6%, 7%)
(0.03 / 0.00 / 0.06 / 0.07)

CMYK percentages

%3.38
%0
%5.91
%7.06

Codes

Color #E5EDDF in popluar color models

E5 ED DF
RGB 229 237 223
HSL 94° 28.00% 90.20%
HSB/HSV 94° 5.91% 92.94%
CMYK 3.38% 0.00% 5.91%
7.06%

Color #E5EDDF in popluar number systems.

HEX E5 ED DF
Decimal 229 237 223
Binary 11100101 11101101 11011111
Octal 345 355 337

Shades and tints

Shades of #E5EDDF

#E5EDDF
(229,237,223)
#D1D8CB
(209,216,203)
#BDC3B7
(189,195,183)
#A9AEA3
(169,174,163)
#95998F
(149,153,143)
#81847B
(129,132,123)
#6D6F67
(109,111,103)
#595A53
(89,90,83)
#45453F
(69,69,63)
#31302B
(49,48,43)
#1D1B17
(29,27,23)
#000000
(0,0,0)

Tints of #E5EDDF

#E5EDDF
(229,237,223)
#E7EEE1
(231,238,225)
#E9EFE3
(233,239,227)
#EBF0E5
(235,240,229)
#EDF1E7
(237,241,231)
#EFF2E9
(239,242,233)
#F1F3EB
(241,243,235)
#F3F4ED
(243,244,237)
#F5F5EF
(245,245,239)
#F7F6F1
(247,246,241)
#F9F7F3
(249,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5EDDF color. Also use rgb(229,237,223) instead hex code.

Text Font Color

.myTextColor { color: #E5EDDF; }

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

This text font color is #E5EDDF.

Background Color

.myBgColor { background-color: #E5EDDF; }

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

This div background color is #E5EDDF.

Border color

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

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

This div border color is #E5EDDF.

Opacity

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

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

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

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

This text has shadow with #E5EDDF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E5EDDF.

Preview

Color preview on black background

This text has color #E5EDDF on black background.


Color preview on white background

This text has color #E5EDDF on white background.


Black color preview on #E5EDDF background

This text has black color on #E5EDDF background.


White color preview on #E5EDDF background

This text has white color on #E5EDDF background.


Related colors

Complementary color

Complementary color for #hex is #1A1220.


I love getcolorcode.com

Triadic colors

1 #DFE5ED and #EDDFE5 with #E5EDDF are triadic colors.

2 #DFEDE5 and #EDE5DF with #E5EDDF are triadic colors.