COLOR #DDE5ED

HEX: #DDE5ED
RGB: (221,229,237)

Color info

#DDE5ED contains red, green and blue colors in about the same proportion. Web safe color of #DDE5ED is #CCCCFF (or #CCF).

RGB color model

#DDE5ED color RGB value is (221,229,237).

  • red value is 221;
  • green value is 229;
  • blue value is 237.
RGB: (221,229,237) (87%,90%,93%)

RGB channels and saturation

R 221 of 255 = 87%
G 229 of 255 = 90%
B 237 of 255 = 93%

221
229
237

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

Portions of RGB colors in percentages

R + G + B =
221 + 229 + 237 = 687 (100%)
R 221 of 687 ~ 32.17%
G 229 of 687 ~ 33.33%
B 237 of 687 ~ 34.5%

%32.17
%33.33
%34.5

CMYK color model

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

  • cyan value is 6.75%
  • magenta value is 3.38%
  • 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
%3.38
%0
%7.06

Codes

Color #DDE5ED in popluar color models

DDE5ED
RGB221229237
HSL210°30.77%89.80%
HSB/HSV210°6.75%92.94%
CMYK6.75%3.38%0.00%
7.06%

Color #DDE5ED in popluar number systems.

HEXDDE5ED
Decimal221229237
Binary110111011110010111101101
Octal335345355

Shades and tints

Shades of #DDE5ED

#DDE5ED
(221,229,237)
#C9D1D8
(201,209,216)
#B5BDC3
(181,189,195)
#A1A9AE
(161,169,174)
#8D9599
(141,149,153)
#798184
(121,129,132)
#656D6F
(101,109,111)
#51595A
(81,89,90)
#3D4545
(61,69,69)
#293130
(41,49,48)
#151D1B
(21,29,27)
#000000
(0,0,0)

Tints of #DDE5ED

#DDE5ED
(221,229,237)
#E0E7EE
(224,231,238)
#E3E9EF
(227,233,239)
#E6EBF0
(230,235,240)
#E9EDF1
(233,237,241)
#ECEFF2
(236,239,242)
#EFF1F3
(239,241,243)
#F2F3F4
(242,243,244)
#F5F5F5
(245,245,245)
#F8F7F6
(248,247,246)
#FBF9F7
(251,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDE5ED; }

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

This text font color is #DDE5ED.


Background Color

.myBgColor { background-color: #DDE5ED; }

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

This div background color is #DDE5ED.


Border color

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

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

This div border color is #DDE5ED.


Opacity

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

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

Text with #DDE5ED 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 #DDE5ED;}

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

This text has shadow with #DDE5ED color.

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

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

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


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

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

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


Div box shadow color

 /* css code */ .divShadow { -moz-box-shadow:	1px 1px 3px 2px #DDE5ED; -webkit-box-shadow:	1px 1px 3px 2px #DDE5ED; box-shadow:	1px 1px 3px 2px #DDE5ED; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #DDE5ED; -webkit-box-shadow: 1px 1px 3px 2px #DDE5ED; box-shadow:1px 1px 3px 2px #DDE5ED;">
Div content here</div>
This div box has shadow with color #DDE5ED.

Preview

Color preview on black background

This text has color #DDE5ED on black background.


Color preview on white background

This text has color #DDE5ED on white background.



Black color preview on #DDE5ED background

This text has black color on #DDE5ED background.


White color preview on #DDE5ED background

This text has white color on #DDE5ED background.