COLOR #DDE9EF

HEX: #DDE9EF
RGB: (221,233,239)

Color info

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

RGB color model

#DDE9EF color RGB value is (221,233,239).

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

RGB channels and saturation

R 221 of 255 = 87%
G 233 of 255 = 91%
B 239 of 255 = 94%

221
233
239

R + G + B ~ 91%. #DDE9EF is light color.

Portions of RGB colors in percentages

R + G + B =
221 + 233 + 239 = 693 (100%)
R 221 of 693 ~ 31.89%
G 233 of 693 ~ 33.62%
B 239 of 693 ~ 34.49%

%31.89
%33.62
%34.49

CMYK color model

#DDE9EF color CMYK value is (8,3,0,6).

  • cyan value is 7.53%
  • magenta value is 2.51%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(8,3,0,6)
C8M3Y0K6 
(8%,3%,0%,6%)
(0.08/0.03/0.00/0.06)	

CMYK percentages

%7.53
%2.51
%0
%6.27

Codes

Color #DDE9EF in popluar color models

DDE9EF
RGB221233239
HSL200°36.00%90.20%
HSB/HSV200°7.53%93.73%
CMYK7.53%2.51%0.00%
6.27%

Color #DDE9EF in popluar number systems.

HEXDDE9EF
Decimal221233239
Binary110111011110100111101111
Octal335351357

Shades and tints

Shades of #DDE9EF

#DDE9EF
(221,233,239)
#C9D4DA
(201,212,218)
#B5BFC5
(181,191,197)
#A1AAB0
(161,170,176)
#8D959B
(141,149,155)
#798086
(121,128,134)
#656B71
(101,107,113)
#51565C
(81,86,92)
#3D4147
(61,65,71)
#292C32
(41,44,50)
#15171D
(21,23,29)
#000000
(0,0,0)

Tints of #DDE9EF

#DDE9EF
(221,233,239)
#E0EBF0
(224,235,240)
#E3EDF1
(227,237,241)
#E6EFF2
(230,239,242)
#E9F1F3
(233,241,243)
#ECF3F4
(236,243,244)
#EFF5F5
(239,245,245)
#F2F7F6
(242,247,246)
#F5F9F7
(245,249,247)
#F8FBF8
(248,251,248)
#FBFDF9
(251,253,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDE9EF; }

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

This text font color is #DDE9EF.


Background Color

.myBgColor { background-color: #DDE9EF; }

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

This div background color is #DDE9EF.


Border color

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

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

This div border color is #DDE9EF.


Opacity

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

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

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

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

This text has shadow with #DDE9EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDE9EF on black background.


Color preview on white background

This text has color #DDE9EF on white background.



Black color preview on #DDE9EF background

This text has black color on #DDE9EF background.


White color preview on #DDE9EF background

This text has white color on #DDE9EF background.