COLOR #DDE9EE

HEX: #DDE9EE
RGB: (221,233,238)

Color info

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

RGB color model

#DDE9EE color RGB value is (221,233,238).

  • red value is 221;
  • green value is 233;
  • blue value is 238.
RGB:
(221,233,238)
(87%,91%,93%)

RGB channels and saturation

R 221 of 255 = 87%
G 233 of 255 = 91%
B 238 of 255 = 93%

221
233
238

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

Portions of RGB colors in percentages

R + G + B =
221 + 233 + 238 = 692 (100%)
R 221 of 692 ~ 31.94%
G 233 of 692 ~ 33.67%
B 238 of 692 ~ 34.39%

%31.94
%33.67
%34.39

CMYK color model

#DDE9EE color CMYK value is (7,2,0,7).

  • cyan value is 7.14%
  • magenta value is 2.10%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(7,2,0,7)
C7M2Y0K7 
(7%,2%,0%,7%)
(0.07/0.02/0.00/0.07)	

CMYK percentages

%7.14
%2.1
%0
%6.67

Codes

Color #DDE9EE in popluar color models

DDE9EE
RGB221233238
HSL198°33.33%90.00%
HSB/HSV198°7.14%93.33%
CMYK7.14%2.10%0.00%
6.67%

Color #DDE9EE in popluar number systems.

HEXDDE9EE
Decimal221233238
Binary110111011110100111101110
Octal335351356

Shades and tints

Shades of #DDE9EE

#DDE9EE
(221,233,238)
#C9D4D9
(201,212,217)
#B5BFC4
(181,191,196)
#A1AAAF
(161,170,175)
#8D959A
(141,149,154)
#798085
(121,128,133)
#656B70
(101,107,112)
#51565B
(81,86,91)
#3D4146
(61,65,70)
#292C31
(41,44,49)
#15171C
(21,23,28)
#000000
(0,0,0)

Tints of #DDE9EE

#DDE9EE
(221,233,238)
#E0EBEF
(224,235,239)
#E3EDF0
(227,237,240)
#E6EFF1
(230,239,241)
#E9F1F2
(233,241,242)
#ECF3F3
(236,243,243)
#EFF5F4
(239,245,244)
#F2F7F5
(242,247,245)
#F5F9F6
(245,249,246)
#F8FBF7
(248,251,247)
#FBFDF8
(251,253,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDE9EE color. Also use rgb(221,233,238) instead hex code.

Text Font Color

.myTextColor { color: #DDE9EE; }

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

This text font color is #DDE9EE.


Background Color

.myBgColor { background-color: #DDE9EE; }

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

This div background color is #DDE9EE.


Border color

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

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

This div border color is #DDE9EE.


Opacity

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

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

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

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

This text has shadow with #DDE9EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDE9EE on black background.


Color preview on white background

This text has color #DDE9EE on white background.



Black color preview on #DDE9EE background

This text has black color on #DDE9EE background.


White color preview on #DDE9EE background

This text has white color on #DDE9EE background.