COLOR #DDE5EB

HEX: #DDE5EB
RGB: (221,229,235)

Color info

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

RGB color model

#DDE5EB color RGB value is (221,229,235).

  • red value is 221;
  • green value is 229;
  • blue value is 235.
RGB:
(221,229,235)
(87%,90%,92%)

RGB channels and saturation

R 221 of 255 = 87%
G 229 of 255 = 90%
B 235 of 255 = 92%

221
229
235

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

Portions of RGB colors in percentages

R + G + B =
221 + 229 + 235 = 685 (100%)
R 221 of 685 ~ 32.26%
G 229 of 685 ~ 33.43%
B 235 of 685 ~ 34.31%

%32.26
%33.43
%34.31

CMYK color model

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

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

CMYK percentages

%5.96
%2.55
%0
%7.84

Codes

Color #DDE5EB in popluar color models

DDE5EB
RGB221229235
HSL206°25.93%89.41%
HSB/HSV206°5.96%92.16%
CMYK5.96%2.55%0.00%
7.84%

Color #DDE5EB in popluar number systems.

HEXDDE5EB
Decimal221229235
Binary110111011110010111101011
Octal335345353

Shades and tints

Shades of #DDE5EB

#DDE5EB
(221,229,235)
#C9D1D6
(201,209,214)
#B5BDC1
(181,189,193)
#A1A9AC
(161,169,172)
#8D9597
(141,149,151)
#798182
(121,129,130)
#656D6D
(101,109,109)
#515958
(81,89,88)
#3D4543
(61,69,67)
#29312E
(41,49,46)
#151D19
(21,29,25)
#000000
(0,0,0)

Tints of #DDE5EB

#DDE5EB
(221,229,235)
#E0E7EC
(224,231,236)
#E3E9ED
(227,233,237)
#E6EBEE
(230,235,238)
#E9EDEF
(233,237,239)
#ECEFF0
(236,239,240)
#EFF1F1
(239,241,241)
#F2F3F2
(242,243,242)
#F5F5F3
(245,245,243)
#F8F7F4
(248,247,244)
#FBF9F5
(251,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDE5EB color. Also use rgb(221,229,235) instead hex code.

Text Font Color

.myTextColor { color: #DDE5EB; }

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

This text font color is #DDE5EB.


Background Color

.myBgColor { background-color: #DDE5EB; }

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

This div background color is #DDE5EB.


Border color

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

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

This div border color is #DDE5EB.


Opacity

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

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

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

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

This text has shadow with #DDE5EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDE5EB on black background.


Color preview on white background

This text has color #DDE5EB on white background.



Black color preview on #DDE5EB background

This text has black color on #DDE5EB background.


White color preview on #DDE5EB background

This text has white color on #DDE5EB background.