COLOR #EDE4DE

HEX: #EDE4DE RGB: (237,228,222)

Color info

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

RGB color model

#EDE4DE color RGB value is (237,228,222).

RGB: (237,228,222) (93%, 89%, 87%)

RGB channels and saturation

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

237
228
222

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

Portions of RGB colors in percentages

R + G + B = 237 + 228 + 222 = 687 (100%)
R 237 of 687 ~ 34.5%
G 228 of 687 ~ 33.19%
B 222 of 687 ~ 32.31'%

%34.5
%33.19
%32.31

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 3.80%
  • yellow value is 6.33%
  • 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
%6.33
%7.06

Codes

Color #EDE4DE in popluar color models

ED E4 DE
RGB 237 228 222
HSL 24° 29.41% 90.00%
HSB/HSV 24° 6.33% 92.94%
CMYK 0.00% 3.80% 6.33%
7.06%

Color #EDE4DE in popluar number systems.

HEX ED E4 DE
Decimal 237 228 222
Binary 11101101 11100100 11011110
Octal 355 344 336

Shades and tints

Shades of #EDE4DE

#EDE4DE
(237,228,222)
#D8D0CA
(216,208,202)
#C3BCB6
(195,188,182)
#AEA8A2
(174,168,162)
#99948E
(153,148,142)
#84807A
(132,128,122)
#6F6C66
(111,108,102)
#5A5852
(90,88,82)
#45443E
(69,68,62)
#30302A
(48,48,42)
#1B1C16
(27,28,22)
#000000
(0,0,0)

Tints of #EDE4DE

#EDE4DE
(237,228,222)
#EEE6E1
(238,230,225)
#EFE8E4
(239,232,228)
#F0EAE7
(240,234,231)
#F1ECEA
(241,236,234)
#F2EEED
(242,238,237)
#F3F0F0
(243,240,240)
#F4F2F3
(244,242,243)
#F5F4F6
(245,244,246)
#F6F6F9
(246,246,249)
#F7F8FC
(247,248,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDE4DE; }

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

This text font color is #EDE4DE.

Background Color

.myBgColor { background-color: #EDE4DE; }

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

This div background color is #EDE4DE.

Border color

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

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

This div border color is #EDE4DE.

Opacity

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

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

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

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

This text has shadow with #EDE4DE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDE4DE.

Preview

Color preview on black background

This text has color #EDE4DE on black background.


Color preview on white background

This text has color #EDE4DE on white background.


Black color preview on #EDE4DE background

This text has black color on #EDE4DE background.


White color preview on #EDE4DE background

This text has white color on #EDE4DE background.


Related colors

Complementary color

Complementary color for #hex is #121B21.


I love getcolorcode.com

Triadic colors

1 #DEEDE4 and #E4DEED with #EDE4DE are triadic colors.

2 #DEE4ED and #E4EDDE with #EDE4DE are triadic colors.