HEX: #DDEDDB
RGB: (221,237,219)
#DDEDDB contains red, green and blue colors in about the same proportion. Web safe color of #DDEDDB is #CCFFCC (or #CFC).
#DDEDDB color RGB value is (221,237,219).
RGB: (221,237,219)
(87%, 93%, 86%)
R 221 of 255 = 87%
G 237 of 255 = 93%
B 219 of 255 = 86%
R + G + B ~ 89%. #DDEDDB is light color.
R + G + B = 221 + 237 + 219 = 677 (100%)
R 221 of 677 ~ 32.64%
G 237 of 677 ~ 35.01%
B 219 of 677 ~ 32.35'%
#DDEDDB color CMYK value is (7,0,8,7).
CMYK: (7,0,8,7) C7M0Y8K7 (7%,0%,8%,7%) (0.07/0.00/0.08/0.07)
Color #DDEDDB in popluar color models
DD | ED | DB | |
---|---|---|---|
RGB | 221 | 237 | 219 |
HSL | 113° | 33.33% | 89.41% |
HSB/HSV | 113° | 7.59% | 92.94% |
CMYK | 6.75% | 0.00% | 7.59% |
7.06% |
Color #DDEDDB in popluar number systems.
HEX | DD | ED | DB |
Decimal | 221 | 237 | 219 |
Binary | 11011101 | 11101101 | 11011011 |
Octal | 335 | 355 | 333 |
Shades of #DDEDDB
Tints of #DDEDDB
Examples of css and html codes for elements with #DDEDDB color. Also use rgb(221,237,219) instead hex code.
.myTextColor { color: #DDEDDB; }
<p style="color:#DDEDDB">This sample text font color is #DDEDDB.</p>
This text font color is #DDEDDB.
.myBgColor { background-color: #DDEDDB; }
<div style="background-color:#DDEDDB">Inner text</div>
This div background color is #DDEDDB.
.myBorderColor { border: 1px solid #DDEDDB; }
<div style="border:3px solid #DDEDDB">Div</div>
This div border color is #DDEDDB.
.myOpacity80 { color: #DDEDDB; opacity: 0.8; }
<p style="color:#DDEDDB;opacity:0.8;">80%</p>
Text with #DDEDDB color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #DDEDDB;}
<p style="text-shadow: 3px 3px 1px #DDEDDB">Text here.</p>
This text has shadow with #DDEDDB color.
.textShadow {text-shadow: 3px 3px 1px #DDEDDB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #DDEDDB, 5px 5px 20px red">Text here.</p>
This text has shadow with #DDEDDB primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#DDEDDB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#DDEDDB, Direction=45, Strength=4)">Text</p>
This text has shadow with #DDEDDB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #DDEDDB;
-webkit-box-shadow: 1px 1px 3px 2px #DDEDDB;
box-shadow: 1px 1px 3px 2px #DDEDDB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #DDEDDB; -webkit-box-shadow: 1px 1px 3px 2px #DDEDDB; box-shadow:1px 1px 3px 2px #DDEDDB;">
Div content here
</div>
This text has color #DDEDDB on black background.
This text has color #DDEDDB on white background.
This text has black color on #DDEDDB background.
This text has white color on #DDEDDB background.
Complementary color for #hex is #221224.