COLOR #DDE3EA

HEX: #DDE3EA RGB: (221,227,234)

Color info

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

RGB color model

#DDE3EA color RGB value is (221,227,234).

RGB: (221,227,234) (87%, 89%, 92%)

RGB channels and saturation

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

221
227
234

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

Portions of RGB colors in percentages

R + G + B = 221 + 227 + 234 = 682 (100%)
R 221 of 682 ~ 32.4%
G 227 of 682 ~ 33.28%
B 234 of 682 ~ 34.31'%

%32.4
%33.28
%34.31

CMYK color model

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

  • cyan value is 5.56%
  • magenta value is 2.99%
  • 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
%2.99
%0
%8.24

Codes

Color #DDE3EA in popluar color models

DD E3 EA
RGB 221 227 234
HSL 212° 23.64% 89.22%
HSB/HSV 212° 5.56% 91.76%
CMYK 5.56% 2.99% 0.00%
8.24%

Color #DDE3EA in popluar number systems.

HEX DD E3 EA
Decimal 221 227 234
Binary 11011101 11100011 11101010
Octal 335 343 352

Shades and tints

Shades of #DDE3EA

#DDE3EA
(221,227,234)
#C9CFD5
(201,207,213)
#B5BBC0
(181,187,192)
#A1A7AB
(161,167,171)
#8D9396
(141,147,150)
#797F81
(121,127,129)
#656B6C
(101,107,108)
#515757
(81,87,87)
#3D4342
(61,67,66)
#292F2D
(41,47,45)
#151B18
(21,27,24)
#000000
(0,0,0)

Tints of #DDE3EA

#DDE3EA
(221,227,234)
#E0E5EB
(224,229,235)
#E3E7EC
(227,231,236)
#E6E9ED
(230,233,237)
#E9EBEE
(233,235,238)
#ECEDEF
(236,237,239)
#EFEFF0
(239,239,240)
#F2F1F1
(242,241,241)
#F5F3F2
(245,243,242)
#F8F5F3
(248,245,243)
#FBF7F4
(251,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDE3EA; }

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

This text font color is #DDE3EA.

Background Color

.myBgColor { background-color: #DDE3EA; }

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

This div background color is #DDE3EA.

Border color

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

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

This div border color is #DDE3EA.

Opacity

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

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

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

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

This text has shadow with #DDE3EA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDE3EA.

Preview

Color preview on black background

This text has color #DDE3EA on black background.


Color preview on white background

This text has color #DDE3EA on white background.


Black color preview on #DDE3EA background

This text has black color on #DDE3EA background.


White color preview on #DDE3EA background

This text has white color on #DDE3EA background.


Related colors

Complementary color

Complementary color for #hex is #221C15.


I love getcolorcode.com

Triadic colors

1 #EADDE3 and #E3EADD with #DDE3EA are triadic colors.

2 #EAE3DD and #E3DDEA with #DDE3EA are triadic colors.