HEX: #DDEDEF
RGB: (221,237,239)
#DDEDEF contains red, green and blue colors in about the same proportion. Web safe color of #DDEDEF is #CCFFFF (or #CFF).
#DDEDEF color RGB value is (221,237,239).
RGB: (221,237,239)
(87%, 93%, 94%)
R 221 of 255 = 87%
G 237 of 255 = 93%
B 239 of 255 = 94%
R + G + B ~ 91%. #DDEDEF is light color.
R + G + B = 221 + 237 + 239 = 697 (100%)
R 221 of 697 ~ 31.71%
G 237 of 697 ~ 34%
B 239 of 697 ~ 34.29'%
#DDEDEF color CMYK value is (8,1,0,6).
CMYK: (8,1,0,6)
C8M1Y0K6 (8%, 1%, 0%, 6%)
(0.08 / 0.01 / 0.00 / 0.06)
Color #DDEDEF in popluar color models
DD | ED | EF | |
---|---|---|---|
RGB | 221 | 237 | 239 |
HSL | 187° | 36.00% | 90.20% |
HSB/HSV | 187° | 7.53% | 93.73% |
CMYK | 7.53% | 0.84% | 0.00% |
6.27% |
Color #DDEDEF in popluar number systems.
HEX | DD | ED | EF |
Decimal | 221 | 237 | 239 |
Binary | 11011101 | 11101101 | 11101111 |
Octal | 335 | 355 | 357 |
Shades of #DDEDEF
Tints of #DDEDEF
Examples of css and html codes for elements with #DDEDEF color. Also use rgb(221,237,239) instead hex code.
.myTextColor { color: #DDEDEF; }
<p style="color:#DDEDEF">This sample text font color is #DDEDEF.</p>
This text font color is #DDEDEF.
.myBgColor { background-color: #DDEDEF; }
<div style="background-color:#DDEDEF">Inner text</div>
This div background color is #DDEDEF.
.myBorderColor { border: 1px solid #DDEDEF; }
<div style="border:3px solid #DDEDEF">Div</div>
This div border color is #DDEDEF.
.myOpacity80 { color: #DDEDEF; opacity: 0.8; }
<p style="color:#DDEDEF;opacity:0.8;">80%</p>
Text with #DDEDEF color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #DDEDEF;}
<p style="text-shadow: 3px 3px 1px #DDEDEF">Text here.</p>
This text has shadow with #DDEDEF color.
.textShadow {text-shadow: 3px 3px 1px #DDEDEF', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #DDEDEF, 5px 5px 20px red">Text here.</p>
This text has shadow with #DDEDEF primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#DDEDEF, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#DDEDEF, Direction=45, Strength=4)">Text</p>
This text has shadow with #DDEDEF and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #DDEDEF;
-webkit-box-shadow: 1px 1px 3px 2px #DDEDEF;
box-shadow: 1px 1px 3px 2px #DDEDEF;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #DDEDEF; -webkit-box-shadow: 1px 1px 3px 2px #DDEDEF; box-shadow:1px 1px 3px 2px #DDEDEF;">
Div content here
</div>
This text has color #DDEDEF on black background.
This text has color #DDEDEF on white background.
This text has black color on #DDEDEF background.
This text has white color on #DDEDEF background.
Complementary color for #hex is #221210.