COLOR #EDE7DD

HEX: #EDE7DD RGB: (237,231,221)

Color info

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

RGB color model

#EDE7DD color RGB value is (237,231,221).

RGB: (237,231,221) (93%, 91%, 87%)

RGB channels and saturation

R 237 of 255 = 93%
G 231 of 255 = 91%
B 221 of 255 = 87%

237
231
221

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

Portions of RGB colors in percentages

R + G + B = 237 + 231 + 221 = 689 (100%)
R 237 of 689 ~ 34.4%
G 231 of 689 ~ 33.53%
B 221 of 689 ~ 32.08'%

%34.4
%33.53
%32.08

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 2.53%
  • 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
%2.53
%6.75
%7.06

Codes

Color #EDE7DD in popluar color models

ED E7 DD
RGB 237 231 221
HSL 38° 30.77% 89.80%
HSB/HSV 38° 6.75% 92.94%
CMYK 0.00% 2.53% 6.75%
7.06%

Color #EDE7DD in popluar number systems.

HEX ED E7 DD
Decimal 237 231 221
Binary 11101101 11100111 11011101
Octal 355 347 335

Shades and tints

Shades of #EDE7DD

#EDE7DD
(237,231,221)
#D8D2C9
(216,210,201)
#C3BDB5
(195,189,181)
#AEA8A1
(174,168,161)
#99938D
(153,147,141)
#847E79
(132,126,121)
#6F6965
(111,105,101)
#5A5451
(90,84,81)
#453F3D
(69,63,61)
#302A29
(48,42,41)
#1B1515
(27,21,21)
#000000
(0,0,0)

Tints of #EDE7DD

#EDE7DD
(237,231,221)
#EEE9E0
(238,233,224)
#EFEBE3
(239,235,227)
#F0EDE6
(240,237,230)
#F1EFE9
(241,239,233)
#F2F1EC
(242,241,236)
#F3F3EF
(243,243,239)
#F4F5F2
(244,245,242)
#F5F7F5
(245,247,245)
#F6F9F8
(246,249,248)
#F7FBFB
(247,251,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDE7DD; }

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

This text font color is #EDE7DD.

Background Color

.myBgColor { background-color: #EDE7DD; }

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

This div background color is #EDE7DD.

Border color

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

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

This div border color is #EDE7DD.

Opacity

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

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

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

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

This text has shadow with #EDE7DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDE7DD.

Preview

Color preview on black background

This text has color #EDE7DD on black background.


Color preview on white background

This text has color #EDE7DD on white background.


Black color preview on #EDE7DD background

This text has black color on #EDE7DD background.


White color preview on #EDE7DD background

This text has white color on #EDE7DD background.


Related colors

Complementary color

Complementary color for #hex is #121822.


I love getcolorcode.com

Triadic colors

1 #DDEDE7 and #E7DDED with #EDE7DD are triadic colors.

2 #DDE7ED and #E7EDDD with #EDE7DD are triadic colors.