COLOR #DDE7ED

HEX: #DDE7ED RGB: (221,231,237)

Color info

#DDE7ED contains red, green and blue colors in about the same proportion. Web safe color of #DDE7ED is #CCFFFF (or #CFF).

RGB color model

#DDE7ED color RGB value is (221,231,237).

RGB: (221,231,237) (87%, 91%, 93%)

RGB channels and saturation

R 221 of 255 = 87%
G 231 of 255 = 91%
B 237 of 255 = 93%

221
231
237

R + G + B ~ 90%. #DDE7ED is light color.

Portions of RGB colors in percentages

R + G + B = 221 + 231 + 237 = 689 (100%)
R 221 of 689 ~ 32.08%
G 231 of 689 ~ 33.53%
B 237 of 689 ~ 34.4'%

%32.08
%33.53
%34.4

CMYK color model

#DDE7ED color CMYK value is (7,3,0,7).

  • cyan value is 6.75%
  • magenta value is 2.53%
  • yellow value is 0.00%
  • key color value is 7.06%

CMYK: (7,3,0,7)
C7M3Y0K7 (7%, 3%, 0%, 7%)
(0.07 / 0.03 / 0.00 / 0.07)

CMYK percentages

%6.75
%2.53
%0
%7.06

Codes

Color #DDE7ED in popluar color models

DD E7 ED
RGB 221 231 237
HSL 203° 30.77% 89.80%
HSB/HSV 203° 6.75% 92.94%
CMYK 6.75% 2.53% 0.00%
7.06%

Color #DDE7ED in popluar number systems.

HEX DD E7 ED
Decimal 221 231 237
Binary 11011101 11100111 11101101
Octal 335 347 355

Shades and tints

Shades of #DDE7ED

#DDE7ED
(221,231,237)
#C9D2D8
(201,210,216)
#B5BDC3
(181,189,195)
#A1A8AE
(161,168,174)
#8D9399
(141,147,153)
#797E84
(121,126,132)
#65696F
(101,105,111)
#51545A
(81,84,90)
#3D3F45
(61,63,69)
#292A30
(41,42,48)
#15151B
(21,21,27)
#000000
(0,0,0)

Tints of #DDE7ED

#DDE7ED
(221,231,237)
#E0E9EE
(224,233,238)
#E3EBEF
(227,235,239)
#E6EDF0
(230,237,240)
#E9EFF1
(233,239,241)
#ECF1F2
(236,241,242)
#EFF3F3
(239,243,243)
#F2F5F4
(242,245,244)
#F5F7F5
(245,247,245)
#F8F9F6
(248,249,246)
#FBFBF7
(251,251,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDE7ED color. Also use rgb(221,231,237) instead hex code.

Text Font Color

.myTextColor { color: #DDE7ED; }

<p style="color:#DDE7ED">This sample text font color is #DDE7ED.</p>

This text font color is #DDE7ED.

Background Color

.myBgColor { background-color: #DDE7ED; }

<div style="background-color:#DDE7ED">Inner text</div>

This div background color is #DDE7ED.

Border color

.myBorderColor { border: 1px solid #DDE7ED; }

<div style="border:3px solid #DDE7ED">Div</div>

This div border color is #DDE7ED.

Opacity

.myOpacity80 { color: #DDE7ED; opacity: 0.8; }

<p style="color:#DDE7ED;opacity:0.8;">80%</p>

Text with #DDE7ED color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #DDE7ED;}

<p style="text-shadow: 3px 3px 1px #DDE7ED">Text here.</p>

This text has shadow with #DDE7ED color.


.textShadow {text-shadow: 3px 3px 1px #DDE7ED', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #DDE7ED, 5px 5px 20px red">Text here.</p>

This text has shadow with #DDE7ED primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#DDE7ED, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#DDE7ED, Direction=45, Strength=4)">Text</p>

This text has shadow with #DDE7ED and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #DDE7ED;
-webkit-box-shadow: 1px 1px 3px 2px #DDE7ED;
box-shadow: 1px 1px 3px 2px #DDE7ED;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #DDE7ED; -webkit-box-shadow: 1px 1px 3px 2px #DDE7ED; box-shadow:1px 1px 3px 2px #DDE7ED;">
Div content here
</div>

This div box has shadow with color #DDE7ED.

Preview

Color preview on black background

This text has color #DDE7ED on black background.


Color preview on white background

This text has color #DDE7ED on white background.


Black color preview on #DDE7ED background

This text has black color on #DDE7ED background.


White color preview on #DDE7ED background

This text has white color on #DDE7ED background.


Related colors

Complementary color

Complementary color for #hex is #221812.


I love getcolorcode.com

Triadic colors

1 #EDDDE7 and #E7EDDD with #DDE7ED are triadic colors.

2 #EDE7DD and #E7DDED with #DDE7ED are triadic colors.