COLOR #EDE5E1

HEX: #EDE5E1
RGB: (237,229,225)

Color info

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

RGB color model

#EDE5E1 color RGB value is (237,229,225).

  • red value is 237;
  • green value is 229;
  • blue value is 225.
RGB:
(237,229,225)
(93%,90%,88%)

RGB channels and saturation

R 237 of 255 = 93%
G 229 of 255 = 90%
B 225 of 255 = 88%

237
229
225

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

Portions of RGB colors in percentages

R + G + B =
237 + 229 + 225 = 691 (100%)
R 237 of 691 ~ 34.3%
G 229 of 691 ~ 33.14%
B 225 of 691 ~ 32.56%

%34.3
%33.14
%32.56

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 3.38%
  • yellow value is 5.06%
  • key color value is 7.06%
CMYK:
(0,3,5,7)
C0M3Y5K7 
(0%,3%,5%,7%)
(0.00/0.03/0.05/0.07)	

CMYK percentages

%0
%3.38
%5.06
%7.06

Codes

Color #EDE5E1 in popluar color models

EDE5E1
RGB237229225
HSL20°25.00%90.59%
HSB/HSV20°5.06%92.94%
CMYK0.00%3.38%5.06%
7.06%

Color #EDE5E1 in popluar number systems.

HEXEDE5E1
Decimal237229225
Binary111011011110010111100001
Octal355345341

Shades and tints

Shades of #EDE5E1

#EDE5E1
(237,229,225)
#D8D1CD
(216,209,205)
#C3BDB9
(195,189,185)
#AEA9A5
(174,169,165)
#999591
(153,149,145)
#84817D
(132,129,125)
#6F6D69
(111,109,105)
#5A5955
(90,89,85)
#454541
(69,69,65)
#30312D
(48,49,45)
#1B1D19
(27,29,25)
#000000
(0,0,0)

Tints of #EDE5E1

#EDE5E1
(237,229,225)
#EEE7E3
(238,231,227)
#EFE9E5
(239,233,229)
#F0EBE7
(240,235,231)
#F1EDE9
(241,237,233)
#F2EFEB
(242,239,235)
#F3F1ED
(243,241,237)
#F4F3EF
(244,243,239)
#F5F5F1
(245,245,241)
#F6F7F3
(246,247,243)
#F7F9F5
(247,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDE5E1; }

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

This text font color is #EDE5E1.


Background Color

.myBgColor { background-color: #EDE5E1; }

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

This div background color is #EDE5E1.


Border color

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

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

This div border color is #EDE5E1.


Opacity

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

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

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

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

This text has shadow with #EDE5E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDE5E1 on black background.


Color preview on white background

This text has color #EDE5E1 on white background.



Black color preview on #EDE5E1 background

This text has black color on #EDE5E1 background.


White color preview on #EDE5E1 background

This text has white color on #EDE5E1 background.