COLOR #DDE6ED

HEX: #DDE6ED
RGB: (221,230,237)

Color info

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

RGB color model

#DDE6ED color RGB value is (221,230,237).

  • red value is 221;
  • green value is 230;
  • blue value is 237.
RGB:
(221,230,237)
(87%,90%,93%)

RGB channels and saturation

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

221
230
237

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

Portions of RGB colors in percentages

R + G + B =
221 + 230 + 237 = 688 (100%)
R 221 of 688 ~ 32.12%
G 230 of 688 ~ 33.43%
B 237 of 688 ~ 34.45%

%32.12
%33.43
%34.45

CMYK color model

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

  • cyan value is 6.75%
  • magenta value is 2.95%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(7,3,0,7)
C7M3Y0K7 
(7%,3%,0%,7%)
(0.07/0.03/0.00/0.07)	

CMYK percentages

%6.75
%2.95
%0
%7.06

Codes

Color #DDE6ED in popluar color models

DDE6ED
RGB221230237
HSL206°30.77%89.80%
HSB/HSV206°6.75%92.94%
CMYK6.75%2.95%0.00%
7.06%

Color #DDE6ED in popluar number systems.

HEXDDE6ED
Decimal221230237
Binary110111011110011011101101
Octal335346355

Shades and tints

Shades of #DDE6ED

#DDE6ED
(221,230,237)
#C9D2D8
(201,210,216)
#B5BEC3
(181,190,195)
#A1AAAE
(161,170,174)
#8D9699
(141,150,153)
#798284
(121,130,132)
#656E6F
(101,110,111)
#515A5A
(81,90,90)
#3D4645
(61,70,69)
#293230
(41,50,48)
#151E1B
(21,30,27)
#000000
(0,0,0)

Tints of #DDE6ED

#DDE6ED
(221,230,237)
#E0E8EE
(224,232,238)
#E3EAEF
(227,234,239)
#E6ECF0
(230,236,240)
#E9EEF1
(233,238,241)
#ECF0F2
(236,240,242)
#EFF2F3
(239,242,243)
#F2F4F4
(242,244,244)
#F5F6F5
(245,246,245)
#F8F8F6
(248,248,246)
#FBFAF7
(251,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDE6ED; }

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

This text font color is #DDE6ED.


Background Color

.myBgColor { background-color: #DDE6ED; }

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

This div background color is #DDE6ED.


Border color

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

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

This div border color is #DDE6ED.


Opacity

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

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

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

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

This text has shadow with #DDE6ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDE6ED on black background.


Color preview on white background

This text has color #DDE6ED on white background.



Black color preview on #DDE6ED background

This text has black color on #DDE6ED background.


White color preview on #DDE6ED background

This text has white color on #DDE6ED background.