COLOR #DDE0EF

HEX: #DDE0EF
RGB: (221,224,239)

Color info

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

RGB color model

#DDE0EF color RGB value is (221,224,239).

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

RGB channels and saturation

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

221
224
239

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

Portions of RGB colors in percentages

R + G + B =
221 + 224 + 239 = 684 (100%)
R 221 of 684 ~ 32.31%
G 224 of 684 ~ 32.75%
B 239 of 684 ~ 34.94%

%32.31
%32.75
%34.94

CMYK color model

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

  • cyan value is 7.53%
  • magenta value is 6.28%
  • 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
%6.28
%0
%6.27

Codes

Color #DDE0EF in popluar color models

DDE0EF
RGB221224239
HSL230°36.00%90.20%
HSB/HSV230°7.53%93.73%
CMYK7.53%6.28%0.00%
6.27%

Color #DDE0EF in popluar number systems.

HEXDDE0EF
Decimal221224239
Binary110111011110000011101111
Octal335340357

Shades and tints

Shades of #DDE0EF

#DDE0EF
(221,224,239)
#C9CCDA
(201,204,218)
#B5B8C5
(181,184,197)
#A1A4B0
(161,164,176)
#8D909B
(141,144,155)
#797C86
(121,124,134)
#656871
(101,104,113)
#51545C
(81,84,92)
#3D4047
(61,64,71)
#292C32
(41,44,50)
#15181D
(21,24,29)
#000000
(0,0,0)

Tints of #DDE0EF

#DDE0EF
(221,224,239)
#E0E2F0
(224,226,240)
#E3E4F1
(227,228,241)
#E6E6F2
(230,230,242)
#E9E8F3
(233,232,243)
#ECEAF4
(236,234,244)
#EFECF5
(239,236,245)
#F2EEF6
(242,238,246)
#F5F0F7
(245,240,247)
#F8F2F8
(248,242,248)
#FBF4F9
(251,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDE0EF; }

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

This text font color is #DDE0EF.


Background Color

.myBgColor { background-color: #DDE0EF; }

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

This div background color is #DDE0EF.


Border color

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

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

This div border color is #DDE0EF.


Opacity

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

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

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

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

This text has shadow with #DDE0EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDE0EF on black background.


Color preview on white background

This text has color #DDE0EF on white background.



Black color preview on #DDE0EF background

This text has black color on #DDE0EF background.


White color preview on #DDE0EF background

This text has white color on #DDE0EF background.