COLOR #EDE5DF

HEX: #EDE5DF RGB: (237,229,223)

Color info

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

RGB color model

#EDE5DF color RGB value is (237,229,223).

RGB: (237,229,223) (93%, 90%, 87%)

RGB channels and saturation

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

237
229
223

R + G + B ~ 90%. #EDE5DF is light color.

Portions of RGB colors in percentages

R + G + B = 237 + 229 + 223 = 689 (100%)
R 237 of 689 ~ 34.4%
G 229 of 689 ~ 33.24%
B 223 of 689 ~ 32.37'%

%34.4
%33.24
%32.37

CMYK color model

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

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

CMYK: (0,3,6,7)
C0M3Y6K7 (0%, 3%, 6%, 7%)
(0.00 / 0.03 / 0.06 / 0.07)

CMYK percentages

%0
%3.38
%5.91
%7.06

Codes

Color #EDE5DF in popluar color models

ED E5 DF
RGB 237 229 223
HSL 26° 28.00% 90.20%
HSB/HSV 26° 5.91% 92.94%
CMYK 0.00% 3.38% 5.91%
7.06%

Color #EDE5DF in popluar number systems.

HEX ED E5 DF
Decimal 237 229 223
Binary 11101101 11100101 11011111
Octal 355 345 337

Shades and tints

Shades of #EDE5DF

#EDE5DF
(237,229,223)
#D8D1CB
(216,209,203)
#C3BDB7
(195,189,183)
#AEA9A3
(174,169,163)
#99958F
(153,149,143)
#84817B
(132,129,123)
#6F6D67
(111,109,103)
#5A5953
(90,89,83)
#45453F
(69,69,63)
#30312B
(48,49,43)
#1B1D17
(27,29,23)
#000000
(0,0,0)

Tints of #EDE5DF

#EDE5DF
(237,229,223)
#EEE7E1
(238,231,225)
#EFE9E3
(239,233,227)
#F0EBE5
(240,235,229)
#F1EDE7
(241,237,231)
#F2EFE9
(242,239,233)
#F3F1EB
(243,241,235)
#F4F3ED
(244,243,237)
#F5F5EF
(245,245,239)
#F6F7F1
(246,247,241)
#F7F9F3
(247,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDE5DF; }

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

This text font color is #EDE5DF.

Background Color

.myBgColor { background-color: #EDE5DF; }

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

This div background color is #EDE5DF.

Border color

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

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

This div border color is #EDE5DF.

Opacity

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

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

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

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

This text has shadow with #EDE5DF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDE5DF.

Preview

Color preview on black background

This text has color #EDE5DF on black background.


Color preview on white background

This text has color #EDE5DF on white background.


Black color preview on #EDE5DF background

This text has black color on #EDE5DF background.


White color preview on #EDE5DF background

This text has white color on #EDE5DF background.


Related colors

Complementary color

Complementary color for #hex is #121A20.


I love getcolorcode.com

Triadic colors

1 #DFEDE5 and #E5DFED with #EDE5DF are triadic colors.

2 #DFE5ED and #E5EDDF with #EDE5DF are triadic colors.