COLOR #EDE4DB

HEX: #EDE4DB RGB: (237,228,219)

Color info

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

RGB color model

#EDE4DB color RGB value is (237,228,219).

RGB: (237,228,219) (93%, 89%, 86%)

RGB channels and saturation

R 237 of 255 = 93%
G 228 of 255 = 89%
B 219 of 255 = 86%

237
228
219

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

Portions of RGB colors in percentages

R + G + B = 237 + 228 + 219 = 684 (100%)
R 237 of 684 ~ 34.65%
G 228 of 684 ~ 33.33%
B 219 of 684 ~ 32.02'%

%34.65
%33.33
%32.02

CMYK color model

#EDE4DB color CMYK value is (0,4,8,7).

  • cyan value is 0.00%
  • magenta value is 3.80%
  • yellow value is 7.59%
  • key color value is 7.06%

CMYK: (0,4,8,7)
C0M4Y8K7 (0%, 4%, 8%, 7%)
(0.00 / 0.04 / 0.08 / 0.07)

CMYK percentages

%0
%3.8
%7.59
%7.06

Codes

Color #EDE4DB in popluar color models

ED E4 DB
RGB 237 228 219
HSL 30° 33.33% 89.41%
HSB/HSV 30° 7.59% 92.94%
CMYK 0.00% 3.80% 7.59%
7.06%

Color #EDE4DB in popluar number systems.

HEX ED E4 DB
Decimal 237 228 219
Binary 11101101 11100100 11011011
Octal 355 344 333

Shades and tints

Shades of #EDE4DB

#EDE4DB
(237,228,219)
#D8D0C8
(216,208,200)
#C3BCB5
(195,188,181)
#AEA8A2
(174,168,162)
#99948F
(153,148,143)
#84807C
(132,128,124)
#6F6C69
(111,108,105)
#5A5856
(90,88,86)
#454443
(69,68,67)
#303030
(48,48,48)
#1B1C1D
(27,28,29)
#000000
(0,0,0)

Tints of #EDE4DB

#EDE4DB
(237,228,219)
#EEE6DE
(238,230,222)
#EFE8E1
(239,232,225)
#F0EAE4
(240,234,228)
#F1ECE7
(241,236,231)
#F2EEEA
(242,238,234)
#F3F0ED
(243,240,237)
#F4F2F0
(244,242,240)
#F5F4F3
(245,244,243)
#F6F6F6
(246,246,246)
#F7F8F9
(247,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDE4DB; }

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

This text font color is #EDE4DB.

Background Color

.myBgColor { background-color: #EDE4DB; }

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

This div background color is #EDE4DB.

Border color

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

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

This div border color is #EDE4DB.

Opacity

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

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

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

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

This text has shadow with #EDE4DB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDE4DB.

Preview

Color preview on black background

This text has color #EDE4DB on black background.


Color preview on white background

This text has color #EDE4DB on white background.


Black color preview on #EDE4DB background

This text has black color on #EDE4DB background.


White color preview on #EDE4DB background

This text has white color on #EDE4DB background.


Related colors

Complementary color

Complementary color for #hex is #121B24.


I love getcolorcode.com

Triadic colors

1 #DBEDE4 and #E4DBED with #EDE4DB are triadic colors.

2 #DBE4ED and #E4EDDB with #EDE4DB are triadic colors.