HEX: #DDE7DD
RGB: (221,231,221)
#DDE7DD contains red, green and blue colors in about the same proportion. Web safe color of #DDE7DD is #CCFFCC (or #CFC).
#DDE7DD color RGB value is (221,231,221).
RGB: (221,231,221)
(87%, 91%, 87%)
R 221 of 255 = 87%
G 231 of 255 = 91%
B 221 of 255 = 87%
R + G + B ~ 88%. #DDE7DD is light color.
R + G + B = 221 + 231 + 221 = 673 (100%)
R 221 of 673 ~ 32.84%
G 231 of 673 ~ 34.32%
B 221 of 673 ~ 32.84'%
#DDE7DD color CMYK value is (4,0,4,9).
CMYK: (4,0,4,9)
C4M0Y4K9 (4%, 0%, 4%, 9%)
(0.04 / 0.00 / 0.04 / 0.09)
Color #DDE7DD in popluar color models
DD | E7 | DD | |
---|---|---|---|
RGB | 221 | 231 | 221 |
HSL | 120° | 17.24% | 88.63% |
HSB/HSV | 120° | 4.33% | 90.59% |
CMYK | 4.33% | 0.00% | 4.33% |
9.41% |
Color #DDE7DD in popluar number systems.
HEX | DD | E7 | DD |
Decimal | 221 | 231 | 221 |
Binary | 11011101 | 11100111 | 11011101 |
Octal | 335 | 347 | 335 |
Shades of #DDE7DD
Tints of #DDE7DD
Examples of css and html codes for elements with #DDE7DD color. Also use rgb(221,231,221) instead hex code.
.myTextColor { color: #DDE7DD; }
<p style="color:#DDE7DD">This sample text font color is #DDE7DD.</p>
This text font color is #DDE7DD.
.myBgColor { background-color: #DDE7DD; }
<div style="background-color:#DDE7DD">Inner text</div>
This div background color is #DDE7DD.
.myBorderColor { border: 1px solid #DDE7DD; }
<div style="border:3px solid #DDE7DD">Div</div>
This div border color is #DDE7DD.
.myOpacity80 { color: #DDE7DD; opacity: 0.8; }
<p style="color:#DDE7DD;opacity:0.8;">80%</p>
Text with #DDE7DD color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #DDE7DD;}
<p style="text-shadow: 3px 3px 1px #DDE7DD">Text here.</p>
This text has shadow with #DDE7DD color.
.textShadow {text-shadow: 3px 3px 1px #DDE7DD', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #DDE7DD, 5px 5px 20px red">Text here.</p>
This text has shadow with #DDE7DD primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#DDE7DD, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#DDE7DD, Direction=45, Strength=4)">Text</p>
This text has shadow with #DDE7DD and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #DDE7DD;
-webkit-box-shadow: 1px 1px 3px 2px #DDE7DD;
box-shadow: 1px 1px 3px 2px #DDE7DD;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #DDE7DD; -webkit-box-shadow: 1px 1px 3px 2px #DDE7DD; box-shadow:1px 1px 3px 2px #DDE7DD;">
Div content here
</div>
This text has color #DDE7DD on black background.
This text has color #DDE7DD on white background.
This text has black color on #DDE7DD background.
This text has white color on #DDE7DD background.
Complementary color for #hex is #221822.