COLOR #D9EDD5

HEX: #D9EDD5 RGB: (217,237,213)

Color info

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

RGB color model

#D9EDD5 color RGB value is (217,237,213).

RGB: (217,237,213) (85%, 93%, 84%)

RGB channels and saturation

R 217 of 255 = 85%
G 237 of 255 = 93%
B 213 of 255 = 84%

217
237
213

R + G + B ~ 87%. #D9EDD5 is light color.

Portions of RGB colors in percentages

R + G + B = 217 + 237 + 213 = 667 (100%)
R 217 of 667 ~ 32.53%
G 237 of 667 ~ 35.53%
B 213 of 667 ~ 31.93'%

%32.53
%35.53
%31.93

CMYK color model

#D9EDD5 color CMYK value is (8,0,10,7).

  • cyan value is 8.44%
  • magenta value is 0.00%
  • yellow value is 10.13%
  • key color value is 7.06%

CMYK: (8,0,10,7)
C8M0Y10K7 (8%, 0%, 10%, 7%)
(0.08 / 0.00 / 0.10 / 0.07)

CMYK percentages

%8.44
%0
%10.13
%7.06

Codes

Color #D9EDD5 in popluar color models

D9 ED D5
RGB 217 237 213
HSL 110° 40.00% 88.24%
HSB/HSV 110° 10.13% 92.94%
CMYK 8.44% 0.00% 10.13%
7.06%

Color #D9EDD5 in popluar number systems.

HEX D9 ED D5
Decimal 217 237 213
Binary 11011001 11101101 11010101
Octal 331 355 325

Shades and tints

Shades of #D9EDD5

#D9EDD5
(217,237,213)
#C6D8C2
(198,216,194)
#B3C3AF
(179,195,175)
#A0AE9C
(160,174,156)
#8D9989
(141,153,137)
#7A8476
(122,132,118)
#676F63
(103,111,99)
#545A50
(84,90,80)
#41453D
(65,69,61)
#2E302A
(46,48,42)
#1B1B17
(27,27,23)
#000000
(0,0,0)

Tints of #D9EDD5

#D9EDD5
(217,237,213)
#DCEED8
(220,238,216)
#DFEFDB
(223,239,219)
#E2F0DE
(226,240,222)
#E5F1E1
(229,241,225)
#E8F2E4
(232,242,228)
#EBF3E7
(235,243,231)
#EEF4EA
(238,244,234)
#F1F5ED
(241,245,237)
#F4F6F0
(244,246,240)
#F7F7F3
(247,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9EDD5 color. Also use rgb(217,237,213) instead hex code.

Text Font Color

.myTextColor { color: #D9EDD5; }

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

This text font color is #D9EDD5.

Background Color

.myBgColor { background-color: #D9EDD5; }

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

This div background color is #D9EDD5.

Border color

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

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

This div border color is #D9EDD5.

Opacity

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

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

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

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

This text has shadow with #D9EDD5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D9EDD5.

Preview

Color preview on black background

This text has color #D9EDD5 on black background.


Color preview on white background

This text has color #D9EDD5 on white background.


Black color preview on #D9EDD5 background

This text has black color on #D9EDD5 background.


White color preview on #D9EDD5 background

This text has white color on #D9EDD5 background.


Related colors

Complementary color

Complementary color for #hex is #26122A.


I love getcolorcode.com

Triadic colors

1 #D5D9ED and #EDD5D9 with #D9EDD5 are triadic colors.

2 #D5EDD9 and #EDD9D5 with #D9EDD5 are triadic colors.