COLOR #EDE5DD

HEX: #EDE5DD RGB: (237,229,221)

Color info

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

RGB color model

#EDE5DD color RGB value is (237,229,221).

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

RGB channels and saturation

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

237
229
221

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

Portions of RGB colors in percentages

R + G + B = 237 + 229 + 221 = 687 (100%)
R 237 of 687 ~ 34.5%
G 229 of 687 ~ 33.33%
B 221 of 687 ~ 32.17'%

%34.5
%33.33
%32.17

CMYK color model

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

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

CMYK: (0,3,7,7)
C0M3Y7K7 (0%, 3%, 7%, 7%)
(0.00 / 0.03 / 0.07 / 0.07)

CMYK percentages

%0
%3.38
%6.75
%7.06

Codes

Color #EDE5DD in popluar color models

ED E5 DD
RGB 237 229 221
HSL 30° 30.77% 89.80%
HSB/HSV 30° 6.75% 92.94%
CMYK 0.00% 3.38% 6.75%
7.06%

Color #EDE5DD in popluar number systems.

HEX ED E5 DD
Decimal 237 229 221
Binary 11101101 11100101 11011101
Octal 355 345 335

Shades and tints

Shades of #EDE5DD

#EDE5DD
(237,229,221)
#D8D1C9
(216,209,201)
#C3BDB5
(195,189,181)
#AEA9A1
(174,169,161)
#99958D
(153,149,141)
#848179
(132,129,121)
#6F6D65
(111,109,101)
#5A5951
(90,89,81)
#45453D
(69,69,61)
#303129
(48,49,41)
#1B1D15
(27,29,21)
#000000
(0,0,0)

Tints of #EDE5DD

#EDE5DD
(237,229,221)
#EEE7E0
(238,231,224)
#EFE9E3
(239,233,227)
#F0EBE6
(240,235,230)
#F1EDE9
(241,237,233)
#F2EFEC
(242,239,236)
#F3F1EF
(243,241,239)
#F4F3F2
(244,243,242)
#F5F5F5
(245,245,245)
#F6F7F8
(246,247,248)
#F7F9FB
(247,249,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDE5DD; }

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

This text font color is #EDE5DD.

Background Color

.myBgColor { background-color: #EDE5DD; }

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

This div background color is #EDE5DD.

Border color

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

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

This div border color is #EDE5DD.

Opacity

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

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

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

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

This text has shadow with #EDE5DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDE5DD.

Preview

Color preview on black background

This text has color #EDE5DD on black background.


Color preview on white background

This text has color #EDE5DD on white background.


Black color preview on #EDE5DD background

This text has black color on #EDE5DD background.


White color preview on #EDE5DD background

This text has white color on #EDE5DD background.


Related colors

Complementary color

Complementary color for #hex is #121A22.


I love getcolorcode.com

Triadic colors

1 #DDEDE5 and #E5DDED with #EDE5DD are triadic colors.

2 #DDE5ED and #E5EDDD with #EDE5DD are triadic colors.