COLOR #EDE0E1

HEX: #EDE0E1 RGB: (237,224,225)

Color info

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

RGB color model

#EDE0E1 color RGB value is (237,224,225).

RGB: (237,224,225) (93%, 88%, 88%)

RGB channels and saturation

R 237 of 255 = 93%
G 224 of 255 = 88%
B 225 of 255 = 88%

237
224
225

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

Portions of RGB colors in percentages

R + G + B = 237 + 224 + 225 = 686 (100%)
R 237 of 686 ~ 34.55%
G 224 of 686 ~ 32.65%
B 225 of 686 ~ 32.8'%

%34.55
%32.65
%32.8

CMYK color model

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

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

CMYK percentages

%0
%5.49
%5.06
%7.06

Codes

Color #EDE0E1 in popluar color models

ED E0 E1
RGB 237 224 225
HSL 355° 26.53% 90.39%
HSB/HSV 355° 5.49% 92.94%
CMYK 0.00% 5.49% 5.06%
7.06%

Color #EDE0E1 in popluar number systems.

HEX ED E0 E1
Decimal 237 224 225
Binary 11101101 11100000 11100001
Octal 355 340 341

Shades and tints

Shades of #EDE0E1

#EDE0E1
(237,224,225)
#D8CCCD
(216,204,205)
#C3B8B9
(195,184,185)
#AEA4A5
(174,164,165)
#999091
(153,144,145)
#847C7D
(132,124,125)
#6F6869
(111,104,105)
#5A5455
(90,84,85)
#454041
(69,64,65)
#302C2D
(48,44,45)
#1B1819
(27,24,25)
#000000
(0,0,0)

Tints of #EDE0E1

#EDE0E1
(237,224,225)
#EEE2E3
(238,226,227)
#EFE4E5
(239,228,229)
#F0E6E7
(240,230,231)
#F1E8E9
(241,232,233)
#F2EAEB
(242,234,235)
#F3ECED
(243,236,237)
#F4EEEF
(244,238,239)
#F5F0F1
(245,240,241)
#F6F2F3
(246,242,243)
#F7F4F5
(247,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDE0E1; }

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

This text font color is #EDE0E1.

Background Color

.myBgColor { background-color: #EDE0E1; }

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

This div background color is #EDE0E1.

Border color

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

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

This div border color is #EDE0E1.

Opacity

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

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

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

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

This text has shadow with #EDE0E1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDE0E1.

Preview

Color preview on black background

This text has color #EDE0E1 on black background.


Color preview on white background

This text has color #EDE0E1 on white background.


Black color preview on #EDE0E1 background

This text has black color on #EDE0E1 background.


White color preview on #EDE0E1 background

This text has white color on #EDE0E1 background.


Related colors

Complementary color

Complementary color for #hex is #121F1E.


I love getcolorcode.com

Triadic colors

1 #E1EDE0 and #E0E1ED with #EDE0E1 are triadic colors.

2 #E1E0ED and #E0EDE1 with #EDE0E1 are triadic colors.