COLOR #DDE1EC

HEX: #DDE1EC
RGB: (221,225,236)

Color info

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

RGB color model

#DDE1EC color RGB value is (221,225,236).

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

RGB channels and saturation

R 221 of 255 = 87%
G 225 of 255 = 88%
B 236 of 255 = 93%

221
225
236

R + G + B ~ 89%. #DDE1EC is light color.

Portions of RGB colors in percentages

R + G + B =
221 + 225 + 236 = 682 (100%)
R 221 of 682 ~ 32.4%
G 225 of 682 ~ 32.99%
B 236 of 682 ~ 34.6%

%32.4
%32.99
%34.6

CMYK color model

#DDE1EC color CMYK value is (6,5,0,7).

  • cyan value is 6.36%
  • magenta value is 4.66%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(6,5,0,7)
C6M5Y0K7 
(6%,5%,0%,7%)
(0.06/0.05/0.00/0.07)	

CMYK percentages

%6.36
%4.66
%0
%7.45

Codes

Color #DDE1EC in popluar color models

DDE1EC
RGB221225236
HSL224°28.30%89.61%
HSB/HSV224°6.36%92.55%
CMYK6.36%4.66%0.00%
7.45%

Color #DDE1EC in popluar number systems.

HEXDDE1EC
Decimal221225236
Binary110111011110000111101100
Octal335341354

Shades and tints

Shades of #DDE1EC

#DDE1EC
(221,225,236)
#C9CDD7
(201,205,215)
#B5B9C2
(181,185,194)
#A1A5AD
(161,165,173)
#8D9198
(141,145,152)
#797D83
(121,125,131)
#65696E
(101,105,110)
#515559
(81,85,89)
#3D4144
(61,65,68)
#292D2F
(41,45,47)
#15191A
(21,25,26)
#000000
(0,0,0)

Tints of #DDE1EC

#DDE1EC
(221,225,236)
#E0E3ED
(224,227,237)
#E3E5EE
(227,229,238)
#E6E7EF
(230,231,239)
#E9E9F0
(233,233,240)
#ECEBF1
(236,235,241)
#EFEDF2
(239,237,242)
#F2EFF3
(242,239,243)
#F5F1F4
(245,241,244)
#F8F3F5
(248,243,245)
#FBF5F6
(251,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDE1EC; }

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

This text font color is #DDE1EC.


Background Color

.myBgColor { background-color: #DDE1EC; }

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

This div background color is #DDE1EC.


Border color

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

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

This div border color is #DDE1EC.


Opacity

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

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

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

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

This text has shadow with #DDE1EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDE1EC on black background.


Color preview on white background

This text has color #DDE1EC on white background.



Black color preview on #DDE1EC background

This text has black color on #DDE1EC background.


White color preview on #DDE1EC background

This text has white color on #DDE1EC background.