COLOR #EDE1DF

HEX: #EDE1DF RGB: (237,225,223)

Color info

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

RGB color model

#EDE1DF color RGB value is (237,225,223).

RGB: (237,225,223) (93%, 88%, 87%)

RGB channels and saturation

R 237 of 255 = 93%
G 225 of 255 = 88%
B 223 of 255 = 87%

237
225
223

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

Portions of RGB colors in percentages

R + G + B = 237 + 225 + 223 = 685 (100%)
R 237 of 685 ~ 34.6%
G 225 of 685 ~ 32.85%
B 223 of 685 ~ 32.55'%

%34.6
%32.85
%32.55

CMYK color model

#EDE1DF color CMYK value is (0,5,6,7).

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

CMYK: (0,5,6,7)
C0M5Y6K7 (0%, 5%, 6%, 7%)
(0.00 / 0.05 / 0.06 / 0.07)

CMYK percentages

%0
%5.06
%5.91
%7.06

Codes

Color #EDE1DF in popluar color models

ED E1 DF
RGB 237 225 223
HSL 28.00% 90.20%
HSB/HSV 5.91% 92.94%
CMYK 0.00% 5.06% 5.91%
7.06%

Color #EDE1DF in popluar number systems.

HEX ED E1 DF
Decimal 237 225 223
Binary 11101101 11100001 11011111
Octal 355 341 337

Shades and tints

Shades of #EDE1DF

#EDE1DF
(237,225,223)
#D8CDCB
(216,205,203)
#C3B9B7
(195,185,183)
#AEA5A3
(174,165,163)
#99918F
(153,145,143)
#847D7B
(132,125,123)
#6F6967
(111,105,103)
#5A5553
(90,85,83)
#45413F
(69,65,63)
#302D2B
(48,45,43)
#1B1917
(27,25,23)
#000000
(0,0,0)

Tints of #EDE1DF

#EDE1DF
(237,225,223)
#EEE3E1
(238,227,225)
#EFE5E3
(239,229,227)
#F0E7E5
(240,231,229)
#F1E9E7
(241,233,231)
#F2EBE9
(242,235,233)
#F3EDEB
(243,237,235)
#F4EFED
(244,239,237)
#F5F1EF
(245,241,239)
#F6F3F1
(246,243,241)
#F7F5F3
(247,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDE1DF; }

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

This text font color is #EDE1DF.

Background Color

.myBgColor { background-color: #EDE1DF; }

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

This div background color is #EDE1DF.

Border color

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

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

This div border color is #EDE1DF.

Opacity

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

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

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

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

This text has shadow with #EDE1DF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDE1DF.

Preview

Color preview on black background

This text has color #EDE1DF on black background.


Color preview on white background

This text has color #EDE1DF on white background.


Black color preview on #EDE1DF background

This text has black color on #EDE1DF background.


White color preview on #EDE1DF background

This text has white color on #EDE1DF background.


Related colors

Complementary color

Complementary color for #hex is #121E20.


I love getcolorcode.com

Triadic colors

1 #DFEDE1 and #E1DFED with #EDE1DF are triadic colors.

2 #DFE1ED and #E1EDDF with #EDE1DF are triadic colors.