COLOR #EDE5EA

HEX: #EDE5EA RGB: (237,229,234)

Color info

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

RGB color model

#EDE5EA color RGB value is (237,229,234).

RGB: (237,229,234) (93%, 90%, 92%)

RGB channels and saturation

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

237
229
234

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

Portions of RGB colors in percentages

R + G + B = 237 + 229 + 234 = 700 (100%)
R 237 of 700 ~ 33.86%
G 229 of 700 ~ 32.71%
B 234 of 700 ~ 33.43'%

%33.86
%32.71
%33.43

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 3.38%
  • yellow value is 1.27%
  • key color value is 7.06%

CMYK: (0,3,1,7)
C0M3Y1K7 (0%, 3%, 1%, 7%)
(0.00 / 0.03 / 0.01 / 0.07)

CMYK percentages

%0
%3.38
%1.27
%7.06

Codes

Color #EDE5EA in popluar color models

ED E5 EA
RGB 237 229 234
HSL 323° 18.18% 91.37%
HSB/HSV 323° 3.38% 92.94%
CMYK 0.00% 3.38% 1.27%
7.06%

Color #EDE5EA in popluar number systems.

HEX ED E5 EA
Decimal 237 229 234
Binary 11101101 11100101 11101010
Octal 355 345 352

Shades and tints

Shades of #EDE5EA

#EDE5EA
(237,229,234)
#D8D1D5
(216,209,213)
#C3BDC0
(195,189,192)
#AEA9AB
(174,169,171)
#999596
(153,149,150)
#848181
(132,129,129)
#6F6D6C
(111,109,108)
#5A5957
(90,89,87)
#454542
(69,69,66)
#30312D
(48,49,45)
#1B1D18
(27,29,24)
#000000
(0,0,0)

Tints of #EDE5EA

#EDE5EA
(237,229,234)
#EEE7EB
(238,231,235)
#EFE9EC
(239,233,236)
#F0EBED
(240,235,237)
#F1EDEE
(241,237,238)
#F2EFEF
(242,239,239)
#F3F1F0
(243,241,240)
#F4F3F1
(244,243,241)
#F5F5F2
(245,245,242)
#F6F7F3
(246,247,243)
#F7F9F4
(247,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDE5EA; }

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

This text font color is #EDE5EA.

Background Color

.myBgColor { background-color: #EDE5EA; }

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

This div background color is #EDE5EA.

Border color

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

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

This div border color is #EDE5EA.

Opacity

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

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

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

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

This text has shadow with #EDE5EA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDE5EA.

Preview

Color preview on black background

This text has color #EDE5EA on black background.


Color preview on white background

This text has color #EDE5EA on white background.


Black color preview on #EDE5EA background

This text has black color on #EDE5EA background.


White color preview on #EDE5EA background

This text has white color on #EDE5EA background.


Related colors

Complementary color

Complementary color for #hex is #121A15.


I love getcolorcode.com

Triadic colors

1 #EAEDE5 and #E5EAED with #EDE5EA are triadic colors.

2 #EAE5ED and #E5EDEA with #EDE5EA are triadic colors.