COLOR #DDE3EC

HEX: #DDE3EC
RGB: (221,227,236)

Color info

#DDE3EC contains red, green and blue colors in about the same proportion. Web safe color of #DDE3EC is #CCCCFF (or #CCF).

RGB color model

#DDE3EC color RGB value is (221,227,236).

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

RGB channels and saturation

R 221 of 255 = 87%
G 227 of 255 = 89%
B 236 of 255 = 93%

221
227
236

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

Portions of RGB colors in percentages

R + G + B =
221 + 227 + 236 = 684 (100%)
R 221 of 684 ~ 32.31%
G 227 of 684 ~ 33.19%
B 236 of 684 ~ 34.5%

%32.31
%33.19
%34.5

CMYK color model

#DDE3EC color CMYK value is (6,4,0,7).

  • cyan value is 6.36%
  • magenta value is 3.81%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(6,4,0,7)
C6M4Y0K7 
(6%,4%,0%,7%)
(0.06/0.04/0.00/0.07)	

CMYK percentages

%6.36
%3.81
%0
%7.45

Codes

Color #DDE3EC in popluar color models

DDE3EC
RGB221227236
HSL216°28.30%89.61%
HSB/HSV216°6.36%92.55%
CMYK6.36%3.81%0.00%
7.45%

Color #DDE3EC in popluar number systems.

HEXDDE3EC
Decimal221227236
Binary110111011110001111101100
Octal335343354

Shades and tints

Shades of #DDE3EC

#DDE3EC
(221,227,236)
#C9CFD7
(201,207,215)
#B5BBC2
(181,187,194)
#A1A7AD
(161,167,173)
#8D9398
(141,147,152)
#797F83
(121,127,131)
#656B6E
(101,107,110)
#515759
(81,87,89)
#3D4344
(61,67,68)
#292F2F
(41,47,47)
#151B1A
(21,27,26)
#000000
(0,0,0)

Tints of #DDE3EC

#DDE3EC
(221,227,236)
#E0E5ED
(224,229,237)
#E3E7EE
(227,231,238)
#E6E9EF
(230,233,239)
#E9EBF0
(233,235,240)
#ECEDF1
(236,237,241)
#EFEFF2
(239,239,242)
#F2F1F3
(242,241,243)
#F5F3F4
(245,243,244)
#F8F5F5
(248,245,245)
#FBF7F6
(251,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDE3EC; }

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

This text font color is #DDE3EC.


Background Color

.myBgColor { background-color: #DDE3EC; }

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

This div background color is #DDE3EC.


Border color

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

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

This div border color is #DDE3EC.


Opacity

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

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

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

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

This text has shadow with #DDE3EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDE3EC on black background.


Color preview on white background

This text has color #DDE3EC on white background.



Black color preview on #DDE3EC background

This text has black color on #DDE3EC background.


White color preview on #DDE3EC background

This text has white color on #DDE3EC background.