COLOR #D4EDE4

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

Color info

#D4EDE4 contains red, green and blue colors in about the same proportion. Web safe color of #D4EDE4 is #CCFFCC (or #CFC).

RGB color model

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

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

RGB channels and saturation

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

212
237
228

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

Portions of RGB colors in percentages

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

%31.31
%35.01
%33.68

CMYK color model

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

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

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

CMYK percentages

%10.55
%0
%3.8
%7.06

Codes

Color #D4EDE4 in popluar color models

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

Color #D4EDE4 in popluar number systems.

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

Shades and tints

Shades of #D4EDE4

#D4EDE4
(212,237,228)
#C1D8D0
(193,216,208)
#AEC3BC
(174,195,188)
#9BAEA8
(155,174,168)
#889994
(136,153,148)
#758480
(117,132,128)
#626F6C
(98,111,108)
#4F5A58
(79,90,88)
#3C4544
(60,69,68)
#293030
(41,48,48)
#161B1C
(22,27,28)
#000000
(0,0,0)

Tints of #D4EDE4

#D4EDE4
(212,237,228)
#D7EEE6
(215,238,230)
#DAEFE8
(218,239,232)
#DDF0EA
(221,240,234)
#E0F1EC
(224,241,236)
#E3F2EE
(227,242,238)
#E6F3F0
(230,243,240)
#E9F4F2
(233,244,242)
#ECF5F4
(236,245,244)
#EFF6F6
(239,246,246)
#F2F7F8
(242,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4EDE4; }

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

This text font color is #D4EDE4.

Background Color

.myBgColor { background-color: #D4EDE4; }

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

This div background color is #D4EDE4.

Border color

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

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

This div border color is #D4EDE4.

Opacity

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

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

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

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

This text has shadow with #D4EDE4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D4EDE4.

Preview

Color preview on black background

This text has color #D4EDE4 on black background.


Color preview on white background

This text has color #D4EDE4 on white background.


Black color preview on #D4EDE4 background

This text has black color on #D4EDE4 background.


White color preview on #D4EDE4 background

This text has white color on #D4EDE4 background.


Related colors

Complementary color

Complementary color for #hex is #2B121B.


I love getcolorcode.com

Triadic colors

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

2 #E4EDD4 and #EDD4E4 with #D4EDE4 are triadic colors.