COLOR #DDE4E9

HEX: #DDE4E9 RGB: (221,228,233)

Color info

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

RGB color model

#DDE4E9 color RGB value is (221,228,233).

RGB: (221,228,233) (87%, 89%, 91%)

RGB channels and saturation

R 221 of 255 = 87%
G 228 of 255 = 89%
B 233 of 255 = 91%

221
228
233

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

Portions of RGB colors in percentages

R + G + B = 221 + 228 + 233 = 682 (100%)
R 221 of 682 ~ 32.4%
G 228 of 682 ~ 33.43%
B 233 of 682 ~ 34.16'%

%32.4
%33.43
%34.16

CMYK color model

#DDE4E9 color CMYK value is (5,2,0,9).

  • cyan value is 5.15%
  • magenta value is 2.15%
  • yellow value is 0.00%
  • key color value is 8.63%

CMYK: (5,2,0,9)
C5M2Y0K9 (5%, 2%, 0%, 9%)
(0.05 / 0.02 / 0.00 / 0.09)

CMYK percentages

%5.15
%2.15
%0
%8.63

Codes

Color #DDE4E9 in popluar color models

DD E4 E9
RGB 221 228 233
HSL 205° 21.43% 89.02%
HSB/HSV 205° 5.15% 91.37%
CMYK 5.15% 2.15% 0.00%
8.63%

Color #DDE4E9 in popluar number systems.

HEX DD E4 E9
Decimal 221 228 233
Binary 11011101 11100100 11101001
Octal 335 344 351

Shades and tints

Shades of #DDE4E9

#DDE4E9
(221,228,233)
#C9D0D4
(201,208,212)
#B5BCBF
(181,188,191)
#A1A8AA
(161,168,170)
#8D9495
(141,148,149)
#798080
(121,128,128)
#656C6B
(101,108,107)
#515856
(81,88,86)
#3D4441
(61,68,65)
#29302C
(41,48,44)
#151C17
(21,28,23)
#000000
(0,0,0)

Tints of #DDE4E9

#DDE4E9
(221,228,233)
#E0E6EB
(224,230,235)
#E3E8ED
(227,232,237)
#E6EAEF
(230,234,239)
#E9ECF1
(233,236,241)
#ECEEF3
(236,238,243)
#EFF0F5
(239,240,245)
#F2F2F7
(242,242,247)
#F5F4F9
(245,244,249)
#F8F6FB
(248,246,251)
#FBF8FD
(251,248,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDE4E9 color. Also use rgb(221,228,233) instead hex code.

Text Font Color

.myTextColor { color: #DDE4E9; }

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

This text font color is #DDE4E9.

Background Color

.myBgColor { background-color: #DDE4E9; }

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

This div background color is #DDE4E9.

Border color

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

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

This div border color is #DDE4E9.

Opacity

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

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

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

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

This text has shadow with #DDE4E9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDE4E9.

Preview

Color preview on black background

This text has color #DDE4E9 on black background.


Color preview on white background

This text has color #DDE4E9 on white background.


Black color preview on #DDE4E9 background

This text has black color on #DDE4E9 background.


White color preview on #DDE4E9 background

This text has white color on #DDE4E9 background.


Related colors

Complementary color

Complementary color for #hex is #221B16.


I love getcolorcode.com

Triadic colors

1 #E9DDE4 and #E4E9DD with #DDE4E9 are triadic colors.

2 #E9E4DD and #E4DDE9 with #DDE4E9 are triadic colors.