COLOR #DDE2EA

HEX: #DDE2EA
RGB: (221,226,234)

Color info

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

RGB color model

#DDE2EA color RGB value is (221,226,234).

  • red value is 221;
  • green value is 226;
  • blue value is 234.
RGB:
(221,226,234)
(87%,89%,92%)

RGB channels and saturation

R 221 of 255 = 87%
G 226 of 255 = 89%
B 234 of 255 = 92%

221
226
234

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

Portions of RGB colors in percentages

R + G + B =
221 + 226 + 234 = 681 (100%)
R 221 of 681 ~ 32.45%
G 226 of 681 ~ 33.19%
B 234 of 681 ~ 34.36%

%32.45
%33.19
%34.36

CMYK color model

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

  • cyan value is 5.56%
  • magenta value is 3.42%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(6,3,0,8)
C6M3Y0K8 
(6%,3%,0%,8%)
(0.06/0.03/0.00/0.08)	

CMYK percentages

%5.56
%3.42
%0
%8.24

Codes

Color #DDE2EA in popluar color models

DDE2EA
RGB221226234
HSL217°23.64%89.22%
HSB/HSV217°5.56%91.76%
CMYK5.56%3.42%0.00%
8.24%

Color #DDE2EA in popluar number systems.

HEXDDE2EA
Decimal221226234
Binary110111011110001011101010
Octal335342352

Shades and tints

Shades of #DDE2EA

#DDE2EA
(221,226,234)
#C9CED5
(201,206,213)
#B5BAC0
(181,186,192)
#A1A6AB
(161,166,171)
#8D9296
(141,146,150)
#797E81
(121,126,129)
#656A6C
(101,106,108)
#515657
(81,86,87)
#3D4242
(61,66,66)
#292E2D
(41,46,45)
#151A18
(21,26,24)
#000000
(0,0,0)

Tints of #DDE2EA

#DDE2EA
(221,226,234)
#E0E4EB
(224,228,235)
#E3E6EC
(227,230,236)
#E6E8ED
(230,232,237)
#E9EAEE
(233,234,238)
#ECECEF
(236,236,239)
#EFEEF0
(239,238,240)
#F2F0F1
(242,240,241)
#F5F2F2
(245,242,242)
#F8F4F3
(248,244,243)
#FBF6F4
(251,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDE2EA color. Also use rgb(221,226,234) instead hex code.

Text Font Color

.myTextColor { color: #DDE2EA; }

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

This text font color is #DDE2EA.


Background Color

.myBgColor { background-color: #DDE2EA; }

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

This div background color is #DDE2EA.


Border color

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

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

This div border color is #DDE2EA.


Opacity

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

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

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

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

This text has shadow with #DDE2EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDE2EA on black background.


Color preview on white background

This text has color #DDE2EA on white background.



Black color preview on #DDE2EA background

This text has black color on #DDE2EA background.


White color preview on #DDE2EA background

This text has white color on #DDE2EA background.