COLOR #EDE8DE

HEX: #EDE8DE RGB: (237,232,222)

Color info

#EDE8DE contains red, green and blue colors in about the same proportion. Web safe color of #EDE8DE is #FFFFCC (or #FFC).

RGB color model

#EDE8DE color RGB value is (237,232,222).

RGB: (237,232,222) (93%, 91%, 87%)

RGB channels and saturation

R 237 of 255 = 93%
G 232 of 255 = 91%
B 222 of 255 = 87%

237
232
222

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

Portions of RGB colors in percentages

R + G + B = 237 + 232 + 222 = 691 (100%)
R 237 of 691 ~ 34.3%
G 232 of 691 ~ 33.57%
B 222 of 691 ~ 32.13'%

%34.3
%33.57
%32.13

CMYK color model

#EDE8DE color CMYK value is (0,2,6,7).

  • cyan value is 0.00%
  • magenta value is 2.11%
  • yellow value is 6.33%
  • key color value is 7.06%

CMYK: (0,2,6,7)
C0M2Y6K7 (0%, 2%, 6%, 7%)
(0.00 / 0.02 / 0.06 / 0.07)

CMYK percentages

%0
%2.11
%6.33
%7.06

Codes

Color #EDE8DE in popluar color models

ED E8 DE
RGB 237 232 222
HSL 40° 29.41% 90.00%
HSB/HSV 40° 6.33% 92.94%
CMYK 0.00% 2.11% 6.33%
7.06%

Color #EDE8DE in popluar number systems.

HEX ED E8 DE
Decimal 237 232 222
Binary 11101101 11101000 11011110
Octal 355 350 336

Shades and tints

Shades of #EDE8DE

#EDE8DE
(237,232,222)
#D8D3CA
(216,211,202)
#C3BEB6
(195,190,182)
#AEA9A2
(174,169,162)
#99948E
(153,148,142)
#847F7A
(132,127,122)
#6F6A66
(111,106,102)
#5A5552
(90,85,82)
#45403E
(69,64,62)
#302B2A
(48,43,42)
#1B1616
(27,22,22)
#000000
(0,0,0)

Tints of #EDE8DE

#EDE8DE
(237,232,222)
#EEEAE1
(238,234,225)
#EFECE4
(239,236,228)
#F0EEE7
(240,238,231)
#F1F0EA
(241,240,234)
#F2F2ED
(242,242,237)
#F3F4F0
(243,244,240)
#F4F6F3
(244,246,243)
#F5F8F6
(245,248,246)
#F6FAF9
(246,250,249)
#F7FCFC
(247,252,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDE8DE; }

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

This text font color is #EDE8DE.

Background Color

.myBgColor { background-color: #EDE8DE; }

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

This div background color is #EDE8DE.

Border color

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

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

This div border color is #EDE8DE.

Opacity

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

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

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

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

This text has shadow with #EDE8DE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDE8DE.

Preview

Color preview on black background

This text has color #EDE8DE on black background.


Color preview on white background

This text has color #EDE8DE on white background.


Black color preview on #EDE8DE background

This text has black color on #EDE8DE background.


White color preview on #EDE8DE background

This text has white color on #EDE8DE background.


Related colors

Complementary color

Complementary color for #hex is #121721.


I love getcolorcode.com

Triadic colors

1 #DEEDE8 and #E8DEED with #EDE8DE are triadic colors.

2 #DEE8ED and #E8EDDE with #EDE8DE are triadic colors.