COLOR #EDE4DA

HEX: #EDE4DA RGB: (237,228,218)

Color info

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

RGB color model

#EDE4DA color RGB value is (237,228,218).

RGB: (237,228,218) (93%, 89%, 85%)

RGB channels and saturation

R 237 of 255 = 93%
G 228 of 255 = 89%
B 218 of 255 = 85%

237
228
218

R + G + B ~ 89%. #EDE4DA is light color.

Portions of RGB colors in percentages

R + G + B = 237 + 228 + 218 = 683 (100%)
R 237 of 683 ~ 34.7%
G 228 of 683 ~ 33.38%
B 218 of 683 ~ 31.92'%

%34.7
%33.38
%31.92

CMYK color model

#EDE4DA color CMYK value is (0,4,8,7).

  • cyan value is 0.00%
  • magenta value is 3.80%
  • yellow value is 8.02%
  • key color value is 7.06%
CMYK: (0,4,8,7) C0M4Y8K7 (0%,4%,8%,7%) (0.00/0.04/0.08/0.07) 

CMYK percentages

%0
%3.8
%8.02
%7.06

Codes

Color #EDE4DA in popluar color models

ED E4 DA
RGB 237 228 218
HSL 32° 34.55% 89.22%
HSB/HSV 32° 8.02% 92.94%
CMYK 0.00% 3.80% 8.02%
7.06%

Color #EDE4DA in popluar number systems.

HEX ED E4 DA
Decimal 237 228 218
Binary 11101101 11100100 11011010
Octal 355 344 332

Shades and tints

Shades of #EDE4DA

#EDE4DA
(237,228,218)
#D8D0C7
(216,208,199)
#C3BCB4
(195,188,180)
#AEA8A1
(174,168,161)
#99948E
(153,148,142)
#84807B
(132,128,123)
#6F6C68
(111,108,104)
#5A5855
(90,88,85)
#454442
(69,68,66)
#30302F
(48,48,47)
#1B1C1C
(27,28,28)
#000000
(0,0,0)

Tints of #EDE4DA

#EDE4DA
(237,228,218)
#EEE6DD
(238,230,221)
#EFE8E0
(239,232,224)
#F0EAE3
(240,234,227)
#F1ECE6
(241,236,230)
#F2EEE9
(242,238,233)
#F3F0EC
(243,240,236)
#F4F2EF
(244,242,239)
#F5F4F2
(245,244,242)
#F6F6F5
(246,246,245)
#F7F8F8
(247,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDE4DA; }

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

This text font color is #EDE4DA.

Background Color

.myBgColor { background-color: #EDE4DA; }

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

This div background color is #EDE4DA.

Border color

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

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

This div border color is #EDE4DA.

Opacity

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

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

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

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

This text has shadow with #EDE4DA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDE4DA.

Preview

Color preview on black background

This text has color #EDE4DA on black background.


Color preview on white background

This text has color #EDE4DA on white background.


Black color preview on #EDE4DA background

This text has black color on #EDE4DA background.


White color preview on #EDE4DA background

This text has white color on #EDE4DA background.


Related colors

Complementary color

Complementary color for #hex is #121B25.


I love getcolorcode.com

Triadic colors

1 #DAEDE4 and #E4DAED with #EDE4DA are triadic colors.

2 #DAE4ED and #E4EDDA with #EDE4DA are triadic colors.