COLOR #EDE5EC

HEX: #EDE5EC RGB: (237,229,236)

Color info

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

RGB color model

#EDE5EC color RGB value is (237,229,236).

RGB: (237,229,236) (93%, 90%, 93%)

RGB channels and saturation

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

237
229
236

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

Portions of RGB colors in percentages

R + G + B = 237 + 229 + 236 = 702 (100%)
R 237 of 702 ~ 33.76%
G 229 of 702 ~ 32.62%
B 236 of 702 ~ 33.62'%

%33.76
%32.62
%33.62

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 3.38%
  • yellow value is 0.42%
  • 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.42
%7.06

Codes

Color #EDE5EC in popluar color models

ED E5 EC
RGB 237 229 236
HSL 308° 18.18% 91.37%
HSB/HSV 308° 3.38% 92.94%
CMYK 0.00% 3.38% 0.42%
7.06%

Color #EDE5EC in popluar number systems.

HEX ED E5 EC
Decimal 237 229 236
Binary 11101101 11100101 11101100
Octal 355 345 354

Shades and tints

Shades of #EDE5EC

#EDE5EC
(237,229,236)
#D8D1D7
(216,209,215)
#C3BDC2
(195,189,194)
#AEA9AD
(174,169,173)
#999598
(153,149,152)
#848183
(132,129,131)
#6F6D6E
(111,109,110)
#5A5959
(90,89,89)
#454544
(69,69,68)
#30312F
(48,49,47)
#1B1D1A
(27,29,26)
#000000
(0,0,0)

Tints of #EDE5EC

#EDE5EC
(237,229,236)
#EEE7ED
(238,231,237)
#EFE9EE
(239,233,238)
#F0EBEF
(240,235,239)
#F1EDF0
(241,237,240)
#F2EFF1
(242,239,241)
#F3F1F2
(243,241,242)
#F4F3F3
(244,243,243)
#F5F5F4
(245,245,244)
#F6F7F5
(246,247,245)
#F7F9F6
(247,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDE5EC; }

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

This text font color is #EDE5EC.

Background Color

.myBgColor { background-color: #EDE5EC; }

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

This div background color is #EDE5EC.

Border color

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

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

This div border color is #EDE5EC.

Opacity

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

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

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

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

This text has shadow with #EDE5EC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDE5EC.

Preview

Color preview on black background

This text has color #EDE5EC on black background.


Color preview on white background

This text has color #EDE5EC on white background.


Black color preview on #EDE5EC background

This text has black color on #EDE5EC background.


White color preview on #EDE5EC background

This text has white color on #EDE5EC background.


Related colors

Complementary color

Complementary color for #hex is #121A13.


I love getcolorcode.com

Triadic colors

1 #ECEDE5 and #E5ECED with #EDE5EC are triadic colors.

2 #ECE5ED and #E5EDEC with #EDE5EC are triadic colors.