HEX: #DDE5EB
RGB: (221,229,235)
#DDE5EB contains red, green and blue colors in about the same proportion. Web safe color of #DDE5EB is #CCCCFF (or #CCF).
#DDE5EB color RGB value is (221,229,235).
RGB: (221,229,235)
(87%, 90%, 92%)
R 221 of 255 = 87%
G 229 of 255 = 90%
B 235 of 255 = 92%
R + G + B ~ 90%. #DDE5EB is light color.
R + G + B = 221 + 229 + 235 = 685 (100%)
R 221 of 685 ~ 32.26%
G 229 of 685 ~ 33.43%
B 235 of 685 ~ 34.31'%
#DDE5EB color CMYK value is (6,3,0,8).
CMYK: (6,3,0,8)
C6M3Y0K8 (6%, 3%, 0%, 8%)
(0.06 / 0.03 / 0.00 / 0.08)
Color #DDE5EB in popluar color models
DD | E5 | EB | |
---|---|---|---|
RGB | 221 | 229 | 235 |
HSL | 206° | 25.93% | 89.41% |
HSB/HSV | 206° | 5.96% | 92.16% |
CMYK | 5.96% | 2.55% | 0.00% |
7.84% |
Color #DDE5EB in popluar number systems.
HEX | DD | E5 | EB |
Decimal | 221 | 229 | 235 |
Binary | 11011101 | 11100101 | 11101011 |
Octal | 335 | 345 | 353 |
Shades of #DDE5EB
Tints of #DDE5EB
Examples of css and html codes for elements with #DDE5EB color. Also use rgb(221,229,235) instead hex code.
.myTextColor { color: #DDE5EB; }
<p style="color:#DDE5EB">This sample text font color is #DDE5EB.</p>
This text font color is #DDE5EB.
.myBgColor { background-color: #DDE5EB; }
<div style="background-color:#DDE5EB">Inner text</div>
This div background color is #DDE5EB.
.myBorderColor { border: 1px solid #DDE5EB; }
<div style="border:3px solid #DDE5EB">Div</div>
This div border color is #DDE5EB.
.myOpacity80 { color: #DDE5EB; opacity: 0.8; }
<p style="color:#DDE5EB;opacity:0.8;">80%</p>
Text with #DDE5EB color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #DDE5EB;}
<p style="text-shadow: 3px 3px 1px #DDE5EB">Text here.</p>
This text has shadow with #DDE5EB color.
.textShadow {text-shadow: 3px 3px 1px #DDE5EB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #DDE5EB, 5px 5px 20px red">Text here.</p>
This text has shadow with #DDE5EB primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#DDE5EB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#DDE5EB, Direction=45, Strength=4)">Text</p>
This text has shadow with #DDE5EB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #DDE5EB;
-webkit-box-shadow: 1px 1px 3px 2px #DDE5EB;
box-shadow: 1px 1px 3px 2px #DDE5EB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #DDE5EB; -webkit-box-shadow: 1px 1px 3px 2px #DDE5EB; box-shadow:1px 1px 3px 2px #DDE5EB;">
Div content here
</div>
This text has color #DDE5EB on black background.
This text has color #DDE5EB on white background.
This text has black color on #DDE5EB background.
This text has white color on #DDE5EB background.
Complementary color for #hex is #221A14.