COLOR #DDE9EA

HEX: #DDE9EA
RGB: (221,233,234)

Color info

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

RGB color model

#DDE9EA color RGB value is (221,233,234).

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

RGB channels and saturation

R 221 of 255 = 87%
G 233 of 255 = 91%
B 234 of 255 = 92%

221
233
234

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

Portions of RGB colors in percentages

R + G + B =
221 + 233 + 234 = 688 (100%)
R 221 of 688 ~ 32.12%
G 233 of 688 ~ 33.87%
B 234 of 688 ~ 34.01%

%32.12
%33.87
%34.01

CMYK color model

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

  • cyan value is 5.56%
  • magenta value is 0.43%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(6,0,0,8)
C6M0Y0K8 
(6%,0%,0%,8%)
(0.06/0.00/0.00/0.08)	

CMYK percentages

%5.56
%0.43
%0
%8.24

Codes

Color #DDE9EA in popluar color models

DDE9EA
RGB221233234
HSL185°23.64%89.22%
HSB/HSV185°5.56%91.76%
CMYK5.56%0.43%0.00%
8.24%

Color #DDE9EA in popluar number systems.

HEXDDE9EA
Decimal221233234
Binary110111011110100111101010
Octal335351352

Shades and tints

Shades of #DDE9EA

#DDE9EA
(221,233,234)
#C9D4D5
(201,212,213)
#B5BFC0
(181,191,192)
#A1AAAB
(161,170,171)
#8D9596
(141,149,150)
#798081
(121,128,129)
#656B6C
(101,107,108)
#515657
(81,86,87)
#3D4142
(61,65,66)
#292C2D
(41,44,45)
#151718
(21,23,24)
#000000
(0,0,0)

Tints of #DDE9EA

#DDE9EA
(221,233,234)
#E0EBEB
(224,235,235)
#E3EDEC
(227,237,236)
#E6EFED
(230,239,237)
#E9F1EE
(233,241,238)
#ECF3EF
(236,243,239)
#EFF5F0
(239,245,240)
#F2F7F1
(242,247,241)
#F5F9F2
(245,249,242)
#F8FBF3
(248,251,243)
#FBFDF4
(251,253,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDE9EA; }

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

This text font color is #DDE9EA.


Background Color

.myBgColor { background-color: #DDE9EA; }

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

This div background color is #DDE9EA.


Border color

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

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

This div border color is #DDE9EA.


Opacity

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

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

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

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

This text has shadow with #DDE9EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDE9EA on black background.


Color preview on white background

This text has color #DDE9EA on white background.



Black color preview on #DDE9EA background

This text has black color on #DDE9EA background.


White color preview on #DDE9EA background

This text has white color on #DDE9EA background.