COLOR #DDE6EE

HEX: #DDE6EE RGB: (221,230,238)

Color info

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

RGB color model

#DDE6EE color RGB value is (221,230,238).

RGB: (221,230,238) (87%, 90%, 93%)

RGB channels and saturation

R 221 of 255 = 87%
G 230 of 255 = 90%
B 238 of 255 = 93%

221
230
238

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

Portions of RGB colors in percentages

R + G + B = 221 + 230 + 238 = 689 (100%)
R 221 of 689 ~ 32.08%
G 230 of 689 ~ 33.38%
B 238 of 689 ~ 34.54'%

%32.08
%33.38
%34.54

CMYK color model

#DDE6EE color CMYK value is (7,3,0,7).

  • cyan value is 7.14%
  • magenta value is 3.36%
  • yellow value is 0.00%
  • key color value is 6.67%

CMYK: (7,3,0,7)
C7M3Y0K7 (7%, 3%, 0%, 7%)
(0.07 / 0.03 / 0.00 / 0.07)

CMYK percentages

%7.14
%3.36
%0
%6.67

Codes

Color #DDE6EE in popluar color models

DD E6 EE
RGB 221 230 238
HSL 208° 33.33% 90.00%
HSB/HSV 208° 7.14% 93.33%
CMYK 7.14% 3.36% 0.00%
6.67%

Color #DDE6EE in popluar number systems.

HEX DD E6 EE
Decimal 221 230 238
Binary 11011101 11100110 11101110
Octal 335 346 356

Shades and tints

Shades of #DDE6EE

#DDE6EE
(221,230,238)
#C9D2D9
(201,210,217)
#B5BEC4
(181,190,196)
#A1AAAF
(161,170,175)
#8D969A
(141,150,154)
#798285
(121,130,133)
#656E70
(101,110,112)
#515A5B
(81,90,91)
#3D4646
(61,70,70)
#293231
(41,50,49)
#151E1C
(21,30,28)
#000000
(0,0,0)

Tints of #DDE6EE

#DDE6EE
(221,230,238)
#E0E8EF
(224,232,239)
#E3EAF0
(227,234,240)
#E6ECF1
(230,236,241)
#E9EEF2
(233,238,242)
#ECF0F3
(236,240,243)
#EFF2F4
(239,242,244)
#F2F4F5
(242,244,245)
#F5F6F6
(245,246,246)
#F8F8F7
(248,248,247)
#FBFAF8
(251,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDE6EE color. Also use rgb(221,230,238) instead hex code.

Text Font Color

.myTextColor { color: #DDE6EE; }

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

This text font color is #DDE6EE.

Background Color

.myBgColor { background-color: #DDE6EE; }

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

This div background color is #DDE6EE.

Border color

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

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

This div border color is #DDE6EE.

Opacity

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

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

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

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

This text has shadow with #DDE6EE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDE6EE.

Preview

Color preview on black background

This text has color #DDE6EE on black background.


Color preview on white background

This text has color #DDE6EE on white background.


Black color preview on #DDE6EE background

This text has black color on #DDE6EE background.


White color preview on #DDE6EE background

This text has white color on #DDE6EE background.


Related colors

Complementary color

Complementary color for #hex is #221911.


I love getcolorcode.com

Triadic colors

1 #EEDDE6 and #E6EEDD with #DDE6EE are triadic colors.

2 #EEE6DD and #E6DDEE with #DDE6EE are triadic colors.