COLOR #DDE9EC

HEX: #DDE9EC RGB: (221,233,236)

Color info

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

RGB color model

#DDE9EC color RGB value is (221,233,236).

RGB: (221,233,236) (87%, 91%, 93%)

RGB channels and saturation

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

221
233
236

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

Portions of RGB colors in percentages

R + G + B = 221 + 233 + 236 = 690 (100%)
R 221 of 690 ~ 32.03%
G 233 of 690 ~ 33.77%
B 236 of 690 ~ 34.2'%

%32.03
%33.77
%34.2

CMYK color model

#DDE9EC color CMYK value is (6,1,0,7).

  • cyan value is 6.36%
  • magenta value is 1.27%
  • yellow value is 0.00%
  • key color value is 7.45%

CMYK: (6,1,0,7)
C6M1Y0K7 (6%, 1%, 0%, 7%)
(0.06 / 0.01 / 0.00 / 0.07)

CMYK percentages

%6.36
%1.27
%0
%7.45

Codes

Color #DDE9EC in popluar color models

DD E9 EC
RGB 221 233 236
HSL 192° 28.30% 89.61%
HSB/HSV 192° 6.36% 92.55%
CMYK 6.36% 1.27% 0.00%
7.45%

Color #DDE9EC in popluar number systems.

HEX DD E9 EC
Decimal 221 233 236
Binary 11011101 11101001 11101100
Octal 335 351 354

Shades and tints

Shades of #DDE9EC

#DDE9EC
(221,233,236)
#C9D4D7
(201,212,215)
#B5BFC2
(181,191,194)
#A1AAAD
(161,170,173)
#8D9598
(141,149,152)
#798083
(121,128,131)
#656B6E
(101,107,110)
#515659
(81,86,89)
#3D4144
(61,65,68)
#292C2F
(41,44,47)
#15171A
(21,23,26)
#000000
(0,0,0)

Tints of #DDE9EC

#DDE9EC
(221,233,236)
#E0EBED
(224,235,237)
#E3EDEE
(227,237,238)
#E6EFEF
(230,239,239)
#E9F1F0
(233,241,240)
#ECF3F1
(236,243,241)
#EFF5F2
(239,245,242)
#F2F7F3
(242,247,243)
#F5F9F4
(245,249,244)
#F8FBF5
(248,251,245)
#FBFDF6
(251,253,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDE9EC; }

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

This text font color is #DDE9EC.

Background Color

.myBgColor { background-color: #DDE9EC; }

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

This div background color is #DDE9EC.

Border color

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

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

This div border color is #DDE9EC.

Opacity

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

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

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

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

This text has shadow with #DDE9EC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDE9EC.

Preview

Color preview on black background

This text has color #DDE9EC on black background.


Color preview on white background

This text has color #DDE9EC on white background.


Black color preview on #DDE9EC background

This text has black color on #DDE9EC background.


White color preview on #DDE9EC background

This text has white color on #DDE9EC background.


Related colors

Complementary color

Complementary color for #hex is #221613.


I love getcolorcode.com

Triadic colors

1 #ECDDE9 and #E9ECDD with #DDE9EC are triadic colors.

2 #ECE9DD and #E9DDEC with #DDE9EC are triadic colors.