COLOR #EDE5D2

HEX: #EDE5D2 RGB: (237,229,210)

Color info

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

RGB color model

#EDE5D2 color RGB value is (237,229,210).

RGB: (237,229,210) (93%, 90%, 82%)

RGB channels and saturation

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

237
229
210

R + G + B ~ 88%. #EDE5D2 is light color.

Portions of RGB colors in percentages

R + G + B = 237 + 229 + 210 = 676 (100%)
R 237 of 676 ~ 35.06%
G 229 of 676 ~ 33.88%
B 210 of 676 ~ 31.07'%

%35.06
%33.88
%31.07

CMYK color model

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

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

CMYK: (0,3,11,7)
C0M3Y11K7 (0%, 3%, 11%, 7%)
(0.00 / 0.03 / 0.11 / 0.07)

CMYK percentages

%0
%3.38
%11.39
%7.06

Codes

Color #EDE5D2 in popluar color models

ED E5 D2
RGB 237 229 210
HSL 42° 42.86% 87.65%
HSB/HSV 42° 11.39% 92.94%
CMYK 0.00% 3.38% 11.39%
7.06%

Color #EDE5D2 in popluar number systems.

HEX ED E5 D2
Decimal 237 229 210
Binary 11101101 11100101 11010010
Octal 355 345 322

Shades and tints

Shades of #EDE5D2

#EDE5D2
(237,229,210)
#D8D1BF
(216,209,191)
#C3BDAC
(195,189,172)
#AEA999
(174,169,153)
#999586
(153,149,134)
#848173
(132,129,115)
#6F6D60
(111,109,96)
#5A594D
(90,89,77)
#45453A
(69,69,58)
#303127
(48,49,39)
#1B1D14
(27,29,20)
#000000
(0,0,0)

Tints of #EDE5D2

#EDE5D2
(237,229,210)
#EEE7D6
(238,231,214)
#EFE9DA
(239,233,218)
#F0EBDE
(240,235,222)
#F1EDE2
(241,237,226)
#F2EFE6
(242,239,230)
#F3F1EA
(243,241,234)
#F4F3EE
(244,243,238)
#F5F5F2
(245,245,242)
#F6F7F6
(246,247,246)
#F7F9FA
(247,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDE5D2; }

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

This text font color is #EDE5D2.

Background Color

.myBgColor { background-color: #EDE5D2; }

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

This div background color is #EDE5D2.

Border color

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

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

This div border color is #EDE5D2.

Opacity

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

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

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

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

This text has shadow with #EDE5D2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDE5D2.

Preview

Color preview on black background

This text has color #EDE5D2 on black background.


Color preview on white background

This text has color #EDE5D2 on white background.


Black color preview on #EDE5D2 background

This text has black color on #EDE5D2 background.


White color preview on #EDE5D2 background

This text has white color on #EDE5D2 background.


Related colors

Complementary color

Complementary color for #hex is #121A2D.


I love getcolorcode.com

Triadic colors

1 #D2EDE5 and #E5D2ED with #EDE5D2 are triadic colors.

2 #D2E5ED and #E5EDD2 with #EDE5D2 are triadic colors.