COLOR #DDE7EC

HEX: #DDE7EC
RGB: (221,231,236)

Color info

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

RGB color model

#DDE7EC color RGB value is (221,231,236).

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

RGB channels and saturation

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

221
231
236

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

Portions of RGB colors in percentages

R + G + B =
221 + 231 + 236 = 688 (100%)
R 221 of 688 ~ 32.12%
G 231 of 688 ~ 33.58%
B 236 of 688 ~ 34.3%

%32.12
%33.58
%34.3

CMYK color model

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

  • cyan value is 6.36%
  • magenta value is 2.12%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(6,2,0,7)
C6M2Y0K7 
(6%,2%,0%,7%)
(0.06/0.02/0.00/0.07)	

CMYK percentages

%6.36
%2.12
%0
%7.45

Codes

Color #DDE7EC in popluar color models

DDE7EC
RGB221231236
HSL200°28.30%89.61%
HSB/HSV200°6.36%92.55%
CMYK6.36%2.12%0.00%
7.45%

Color #DDE7EC in popluar number systems.

HEXDDE7EC
Decimal221231236
Binary110111011110011111101100
Octal335347354

Shades and tints

Shades of #DDE7EC

#DDE7EC
(221,231,236)
#C9D2D7
(201,210,215)
#B5BDC2
(181,189,194)
#A1A8AD
(161,168,173)
#8D9398
(141,147,152)
#797E83
(121,126,131)
#65696E
(101,105,110)
#515459
(81,84,89)
#3D3F44
(61,63,68)
#292A2F
(41,42,47)
#15151A
(21,21,26)
#000000
(0,0,0)

Tints of #DDE7EC

#DDE7EC
(221,231,236)
#E0E9ED
(224,233,237)
#E3EBEE
(227,235,238)
#E6EDEF
(230,237,239)
#E9EFF0
(233,239,240)
#ECF1F1
(236,241,241)
#EFF3F2
(239,243,242)
#F2F5F3
(242,245,243)
#F5F7F4
(245,247,244)
#F8F9F5
(248,249,245)
#FBFBF6
(251,251,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDE7EC; }

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

This text font color is #DDE7EC.


Background Color

.myBgColor { background-color: #DDE7EC; }

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

This div background color is #DDE7EC.


Border color

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

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

This div border color is #DDE7EC.


Opacity

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

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

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

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

This text has shadow with #DDE7EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDE7EC on black background.


Color preview on white background

This text has color #DDE7EC on white background.



Black color preview on #DDE7EC background

This text has black color on #DDE7EC background.


White color preview on #DDE7EC background

This text has white color on #DDE7EC background.