COLOR #EDE0DD

HEX: #EDE0DD RGB: (237,224,221)

Color info

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

RGB color model

#EDE0DD color RGB value is (237,224,221).

RGB: (237,224,221) (93%, 88%, 87%)

RGB channels and saturation

R 237 of 255 = 93%
G 224 of 255 = 88%
B 221 of 255 = 87%

237
224
221

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

Portions of RGB colors in percentages

R + G + B = 237 + 224 + 221 = 682 (100%)
R 237 of 682 ~ 34.75%
G 224 of 682 ~ 32.84%
B 221 of 682 ~ 32.4'%

%34.75
%32.84
%32.4

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 5.49%
  • yellow value is 6.75%
  • key color value is 7.06%
CMYK: (0,5,7,7) C0M5Y7K7 (0%,5%,7%,7%) (0.00/0.05/0.07/0.07) 

CMYK percentages

%0
%5.49
%6.75
%7.06

Codes

Color #EDE0DD in popluar color models

ED E0 DD
RGB 237 224 221
HSL 11° 30.77% 89.80%
HSB/HSV 11° 6.75% 92.94%
CMYK 0.00% 5.49% 6.75%
7.06%

Color #EDE0DD in popluar number systems.

HEX ED E0 DD
Decimal 237 224 221
Binary 11101101 11100000 11011101
Octal 355 340 335

Shades and tints

Shades of #EDE0DD

#EDE0DD
(237,224,221)
#D8CCC9
(216,204,201)
#C3B8B5
(195,184,181)
#AEA4A1
(174,164,161)
#99908D
(153,144,141)
#847C79
(132,124,121)
#6F6865
(111,104,101)
#5A5451
(90,84,81)
#45403D
(69,64,61)
#302C29
(48,44,41)
#1B1815
(27,24,21)
#000000
(0,0,0)

Tints of #EDE0DD

#EDE0DD
(237,224,221)
#EEE2E0
(238,226,224)
#EFE4E3
(239,228,227)
#F0E6E6
(240,230,230)
#F1E8E9
(241,232,233)
#F2EAEC
(242,234,236)
#F3ECEF
(243,236,239)
#F4EEF2
(244,238,242)
#F5F0F5
(245,240,245)
#F6F2F8
(246,242,248)
#F7F4FB
(247,244,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDE0DD; }

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

This text font color is #EDE0DD.

Background Color

.myBgColor { background-color: #EDE0DD; }

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

This div background color is #EDE0DD.

Border color

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

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

This div border color is #EDE0DD.

Opacity

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

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

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

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

This text has shadow with #EDE0DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDE0DD.

Preview

Color preview on black background

This text has color #EDE0DD on black background.


Color preview on white background

This text has color #EDE0DD on white background.


Black color preview on #EDE0DD background

This text has black color on #EDE0DD background.


White color preview on #EDE0DD background

This text has white color on #EDE0DD background.


Related colors

Complementary color

Complementary color for #hex is #121F22.


I love getcolorcode.com

Triadic colors

1 #DDEDE0 and #E0DDED with #EDE0DD are triadic colors.

2 #DDE0ED and #E0EDDD with #EDE0DD are triadic colors.