COLOR #EDE4DF

HEX: #EDE4DF
RGB: (237,228,223)

Color info

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

RGB color model

#EDE4DF color RGB value is (237,228,223).

  • red value is 237;
  • green value is 228;
  • blue value is 223.
RGB:
(237,228,223)
(93%,89%,87%)

RGB channels and saturation

R 237 of 255 = 93%
G 228 of 255 = 89%
B 223 of 255 = 87%

237
228
223

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

Portions of RGB colors in percentages

R + G + B =
237 + 228 + 223 = 688 (100%)
R 237 of 688 ~ 34.45%
G 228 of 688 ~ 33.14%
B 223 of 688 ~ 32.41%

%34.45
%33.14
%32.41

CMYK color model

#EDE4DF color CMYK value is (0,4,6,7).

  • cyan value is 0.00%
  • magenta value is 3.80%
  • yellow value is 5.91%
  • key color value is 7.06%
CMYK:
(0,4,6,7)
C0M4Y6K7 
(0%,4%,6%,7%)
(0.00/0.04/0.06/0.07)	

CMYK percentages

%0
%3.8
%5.91
%7.06

Codes

Color #EDE4DF in popluar color models

EDE4DF
RGB237228223
HSL21°28.00%90.20%
HSB/HSV21°5.91%92.94%
CMYK0.00%3.80%5.91%
7.06%

Color #EDE4DF in popluar number systems.

HEXEDE4DF
Decimal237228223
Binary111011011110010011011111
Octal355344337

Shades and tints

Shades of #EDE4DF

#EDE4DF
(237,228,223)
#D8D0CB
(216,208,203)
#C3BCB7
(195,188,183)
#AEA8A3
(174,168,163)
#99948F
(153,148,143)
#84807B
(132,128,123)
#6F6C67
(111,108,103)
#5A5853
(90,88,83)
#45443F
(69,68,63)
#30302B
(48,48,43)
#1B1C17
(27,28,23)
#000000
(0,0,0)

Tints of #EDE4DF

#EDE4DF
(237,228,223)
#EEE6E1
(238,230,225)
#EFE8E3
(239,232,227)
#F0EAE5
(240,234,229)
#F1ECE7
(241,236,231)
#F2EEE9
(242,238,233)
#F3F0EB
(243,240,235)
#F4F2ED
(244,242,237)
#F5F4EF
(245,244,239)
#F6F6F1
(246,246,241)
#F7F8F3
(247,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDE4DF; }

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

This text font color is #EDE4DF.


Background Color

.myBgColor { background-color: #EDE4DF; }

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

This div background color is #EDE4DF.


Border color

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

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

This div border color is #EDE4DF.


Opacity

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

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

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

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

This text has shadow with #EDE4DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDE4DF on black background.


Color preview on white background

This text has color #EDE4DF on white background.



Black color preview on #EDE4DF background

This text has black color on #EDE4DF background.


White color preview on #EDE4DF background

This text has white color on #EDE4DF background.