COLOR #EDE5ED

HEX: #EDE5ED
RGB: (237,229,237)

Color info

#EDE5ED contains red, green and blue colors in about the same proportion. Web safe color of #EDE5ED is #FFCCFF (or #FCF).

RGB color model

#EDE5ED color RGB value is (237,229,237).

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

RGB channels and saturation

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

237
229
237

R + G + B ~ 92%. #EDE5ED is light color.

Portions of RGB colors in percentages

R + G + B =
237 + 229 + 237 = 703 (100%)
R 237 of 703 ~ 33.71%
G 229 of 703 ~ 32.57%
B 237 of 703 ~ 33.71%

%33.71
%32.57
%33.71

CMYK color model

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

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

CMYK percentages

%0
%3.38
%0
%7.06

Codes

Color #EDE5ED in popluar color models

EDE5ED
RGB237229237
HSL300°18.18%91.37%
HSB/HSV300°3.38%92.94%
CMYK0.00%3.38%0.00%
7.06%

Color #EDE5ED in popluar number systems.

HEXEDE5ED
Decimal237229237
Binary111011011110010111101101
Octal355345355

Shades and tints

Shades of #EDE5ED

#EDE5ED
(237,229,237)
#D8D1D8
(216,209,216)
#C3BDC3
(195,189,195)
#AEA9AE
(174,169,174)
#999599
(153,149,153)
#848184
(132,129,132)
#6F6D6F
(111,109,111)
#5A595A
(90,89,90)
#454545
(69,69,69)
#303130
(48,49,48)
#1B1D1B
(27,29,27)
#000000
(0,0,0)

Tints of #EDE5ED

#EDE5ED
(237,229,237)
#EEE7EE
(238,231,238)
#EFE9EF
(239,233,239)
#F0EBF0
(240,235,240)
#F1EDF1
(241,237,241)
#F2EFF2
(242,239,242)
#F3F1F3
(243,241,243)
#F4F3F4
(244,243,244)
#F5F5F5
(245,245,245)
#F6F7F6
(246,247,246)
#F7F9F7
(247,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDE5ED; }

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

This text font color is #EDE5ED.


Background Color

.myBgColor { background-color: #EDE5ED; }

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

This div background color is #EDE5ED.


Border color

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

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

This div border color is #EDE5ED.


Opacity

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

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

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

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

This text has shadow with #EDE5ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDE5ED on black background.


Color preview on white background

This text has color #EDE5ED on white background.



Black color preview on #EDE5ED background

This text has black color on #EDE5ED background.


White color preview on #EDE5ED background

This text has white color on #EDE5ED background.