COLOR #D9EDDD

HEX: #D9EDDD RGB: (217,237,221)

Color info

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

RGB color model

#D9EDDD color RGB value is (217,237,221).

RGB: (217,237,221) (85%, 93%, 87%)

RGB channels and saturation

R 217 of 255 = 85%
G 237 of 255 = 93%
B 221 of 255 = 87%

217
237
221

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

Portions of RGB colors in percentages

R + G + B = 217 + 237 + 221 = 675 (100%)
R 217 of 675 ~ 32.15%
G 237 of 675 ~ 35.11%
B 221 of 675 ~ 32.74'%

%32.15
%35.11
%32.74

CMYK color model

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

  • cyan value is 8.44%
  • magenta value is 0.00%
  • yellow value is 6.75%
  • key color value is 7.06%
CMYK: (8,0,7,7) C8M0Y7K7 (8%,0%,7%,7%) (0.08/0.00/0.07/0.07) 

CMYK percentages

%8.44
%0
%6.75
%7.06

Codes

Color #D9EDDD in popluar color models

D9 ED DD
RGB 217 237 221
HSL 132° 35.71% 89.02%
HSB/HSV 132° 8.44% 92.94%
CMYK 8.44% 0.00% 6.75%
7.06%

Color #D9EDDD in popluar number systems.

HEX D9 ED DD
Decimal 217 237 221
Binary 11011001 11101101 11011101
Octal 331 355 335

Shades and tints

Shades of #D9EDDD

#D9EDDD
(217,237,221)
#C6D8C9
(198,216,201)
#B3C3B5
(179,195,181)
#A0AEA1
(160,174,161)
#8D998D
(141,153,141)
#7A8479
(122,132,121)
#676F65
(103,111,101)
#545A51
(84,90,81)
#41453D
(65,69,61)
#2E3029
(46,48,41)
#1B1B15
(27,27,21)
#000000
(0,0,0)

Tints of #D9EDDD

#D9EDDD
(217,237,221)
#DCEEE0
(220,238,224)
#DFEFE3
(223,239,227)
#E2F0E6
(226,240,230)
#E5F1E9
(229,241,233)
#E8F2EC
(232,242,236)
#EBF3EF
(235,243,239)
#EEF4F2
(238,244,242)
#F1F5F5
(241,245,245)
#F4F6F8
(244,246,248)
#F7F7FB
(247,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9EDDD; }

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

This text font color is #D9EDDD.

Background Color

.myBgColor { background-color: #D9EDDD; }

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

This div background color is #D9EDDD.

Border color

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

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

This div border color is #D9EDDD.

Opacity

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

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

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

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

This text has shadow with #D9EDDD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D9EDDD.

Preview

Color preview on black background

This text has color #D9EDDD on black background.


Color preview on white background

This text has color #D9EDDD on white background.


Black color preview on #D9EDDD background

This text has black color on #D9EDDD background.


White color preview on #D9EDDD background

This text has white color on #D9EDDD background.


Related colors

Complementary color

Complementary color for #hex is #261222.


I love getcolorcode.com

Triadic colors

1 #DDD9ED and #EDDDD9 with #D9EDDD are triadic colors.

2 #DDEDD9 and #EDD9DD with #D9EDDD are triadic colors.