COLOR #DDE1EF

HEX: #DDE1EF
RGB: (221,225,239)

Color info

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

RGB color model

#DDE1EF color RGB value is (221,225,239).

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

RGB channels and saturation

R 221 of 255 = 87%
G 225 of 255 = 88%
B 239 of 255 = 94%

221
225
239

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

Portions of RGB colors in percentages

R + G + B =
221 + 225 + 239 = 685 (100%)
R 221 of 685 ~ 32.26%
G 225 of 685 ~ 32.85%
B 239 of 685 ~ 34.89%

%32.26
%32.85
%34.89

CMYK color model

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

  • cyan value is 7.53%
  • magenta value is 5.86%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(8,6,0,6)
C8M6Y0K6 
(8%,6%,0%,6%)
(0.08/0.06/0.00/0.06)	

CMYK percentages

%7.53
%5.86
%0
%6.27

Codes

Color #DDE1EF in popluar color models

DDE1EF
RGB221225239
HSL227°36.00%90.20%
HSB/HSV227°7.53%93.73%
CMYK7.53%5.86%0.00%
6.27%

Color #DDE1EF in popluar number systems.

HEXDDE1EF
Decimal221225239
Binary110111011110000111101111
Octal335341357

Shades and tints

Shades of #DDE1EF

#DDE1EF
(221,225,239)
#C9CDDA
(201,205,218)
#B5B9C5
(181,185,197)
#A1A5B0
(161,165,176)
#8D919B
(141,145,155)
#797D86
(121,125,134)
#656971
(101,105,113)
#51555C
(81,85,92)
#3D4147
(61,65,71)
#292D32
(41,45,50)
#15191D
(21,25,29)
#000000
(0,0,0)

Tints of #DDE1EF

#DDE1EF
(221,225,239)
#E0E3F0
(224,227,240)
#E3E5F1
(227,229,241)
#E6E7F2
(230,231,242)
#E9E9F3
(233,233,243)
#ECEBF4
(236,235,244)
#EFEDF5
(239,237,245)
#F2EFF6
(242,239,246)
#F5F1F7
(245,241,247)
#F8F3F8
(248,243,248)
#FBF5F9
(251,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDE1EF; }

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

This text font color is #DDE1EF.


Background Color

.myBgColor { background-color: #DDE1EF; }

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

This div background color is #DDE1EF.


Border color

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

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

This div border color is #DDE1EF.


Opacity

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

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

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

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

This text has shadow with #DDE1EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDE1EF on black background.


Color preview on white background

This text has color #DDE1EF on white background.



Black color preview on #DDE1EF background

This text has black color on #DDE1EF background.


White color preview on #DDE1EF background

This text has white color on #DDE1EF background.