HEX: #D9EDDD
RGB: (217,237,221)
#D9EDDD contains red, green and blue colors in about the same proportion. Web safe color of #D9EDDD is #CCFFCC (or #CFC).
#D9EDDD color RGB value is (217,237,221).
RGB: (217,237,221)
(85%, 93%, 87%)
R 217 of 255 = 85%
G 237 of 255 = 93%
B 221 of 255 = 87%
R + G + B ~ 88%. #D9EDDD is light color.
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'%
#D9EDDD color CMYK value is (8,0,7,7).
CMYK: (8,0,7,7) C8M0Y7K7 (8%,0%,7%,7%) (0.08/0.00/0.07/0.07)
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 of #D9EDDD
Tints of #D9EDDD
Examples of css and html codes for elements with #D9EDDD color. Also use rgb(217,237,221) instead hex code.
.myTextColor { color: #D9EDDD; }
<p style="color:#D9EDDD">This sample text font color is #D9EDDD.</p>
This text font color is #D9EDDD.
.myBgColor { background-color: #D9EDDD; }
<div style="background-color:#D9EDDD">Inner text</div>
This div background color is #D9EDDD.
.myBorderColor { border: 1px solid #D9EDDD; }
<div style="border:3px solid #D9EDDD">Div</div>
This div border color is #D9EDDD.
.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%.
.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.
/* 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 text has color #D9EDDD on black background.
This text has color #D9EDDD on white background.
This text has black color on #D9EDDD background.
This text has white color on #D9EDDD background.
Complementary color for #hex is #261222.