COLOR #EDE4D4

HEX: #EDE4D4 RGB: (237,228,212)

Color info

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

RGB color model

#EDE4D4 color RGB value is (237,228,212).

RGB: (237,228,212) (93%, 89%, 83%)

RGB channels and saturation

R 237 of 255 = 93%
G 228 of 255 = 89%
B 212 of 255 = 83%

237
228
212

R + G + B ~ 88%. #EDE4D4 is light color.

Portions of RGB colors in percentages

R + G + B = 237 + 228 + 212 = 677 (100%)
R 237 of 677 ~ 35.01%
G 228 of 677 ~ 33.68%
B 212 of 677 ~ 31.31'%

%35.01
%33.68
%31.31

CMYK color model

#EDE4D4 color CMYK value is (0,4,11,7).

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

CMYK: (0,4,11,7)
C0M4Y11K7 (0%, 4%, 11%, 7%)
(0.00 / 0.04 / 0.11 / 0.07)

CMYK percentages

%0
%3.8
%10.55
%7.06

Codes

Color #EDE4D4 in popluar color models

ED E4 D4
RGB 237 228 212
HSL 38° 40.98% 88.04%
HSB/HSV 38° 10.55% 92.94%
CMYK 0.00% 3.80% 10.55%
7.06%

Color #EDE4D4 in popluar number systems.

HEX ED E4 D4
Decimal 237 228 212
Binary 11101101 11100100 11010100
Octal 355 344 324

Shades and tints

Shades of #EDE4D4

#EDE4D4
(237,228,212)
#D8D0C1
(216,208,193)
#C3BCAE
(195,188,174)
#AEA89B
(174,168,155)
#999488
(153,148,136)
#848075
(132,128,117)
#6F6C62
(111,108,98)
#5A584F
(90,88,79)
#45443C
(69,68,60)
#303029
(48,48,41)
#1B1C16
(27,28,22)
#000000
(0,0,0)

Tints of #EDE4D4

#EDE4D4
(237,228,212)
#EEE6D7
(238,230,215)
#EFE8DA
(239,232,218)
#F0EADD
(240,234,221)
#F1ECE0
(241,236,224)
#F2EEE3
(242,238,227)
#F3F0E6
(243,240,230)
#F4F2E9
(244,242,233)
#F5F4EC
(245,244,236)
#F6F6EF
(246,246,239)
#F7F8F2
(247,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDE4D4; }

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

This text font color is #EDE4D4.

Background Color

.myBgColor { background-color: #EDE4D4; }

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

This div background color is #EDE4D4.

Border color

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

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

This div border color is #EDE4D4.

Opacity

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

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

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

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

This text has shadow with #EDE4D4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDE4D4.

Preview

Color preview on black background

This text has color #EDE4D4 on black background.


Color preview on white background

This text has color #EDE4D4 on white background.


Black color preview on #EDE4D4 background

This text has black color on #EDE4D4 background.


White color preview on #EDE4D4 background

This text has white color on #EDE4D4 background.


Related colors

Complementary color

Complementary color for #hex is #121B2B.


I love getcolorcode.com

Triadic colors

1 #D4EDE4 and #E4D4ED with #EDE4D4 are triadic colors.

2 #D4E4ED and #E4EDD4 with #EDE4D4 are triadic colors.