COLOR #DDE4EB

HEX: #DDE4EB
RGB: (221,228,235)

Color info

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

RGB color model

#DDE4EB color RGB value is (221,228,235).

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

RGB channels and saturation

R 221 of 255 = 87%
G 228 of 255 = 89%
B 235 of 255 = 92%

221
228
235

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

Portions of RGB colors in percentages

R + G + B =
221 + 228 + 235 = 684 (100%)
R 221 of 684 ~ 32.31%
G 228 of 684 ~ 33.33%
B 235 of 684 ~ 34.36%

%32.31
%33.33
%34.36

CMYK color model

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

  • cyan value is 5.96%
  • magenta value is 2.98%
  • 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.98
%0
%7.84

Codes

Color #DDE4EB in popluar color models

DDE4EB
RGB221228235
HSL210°25.93%89.41%
HSB/HSV210°5.96%92.16%
CMYK5.96%2.98%0.00%
7.84%

Color #DDE4EB in popluar number systems.

HEXDDE4EB
Decimal221228235
Binary110111011110010011101011
Octal335344353

Shades and tints

Shades of #DDE4EB

#DDE4EB
(221,228,235)
#C9D0D6
(201,208,214)
#B5BCC1
(181,188,193)
#A1A8AC
(161,168,172)
#8D9497
(141,148,151)
#798082
(121,128,130)
#656C6D
(101,108,109)
#515858
(81,88,88)
#3D4443
(61,68,67)
#29302E
(41,48,46)
#151C19
(21,28,25)
#000000
(0,0,0)

Tints of #DDE4EB

#DDE4EB
(221,228,235)
#E0E6EC
(224,230,236)
#E3E8ED
(227,232,237)
#E6EAEE
(230,234,238)
#E9ECEF
(233,236,239)
#ECEEF0
(236,238,240)
#EFF0F1
(239,240,241)
#F2F2F2
(242,242,242)
#F5F4F3
(245,244,243)
#F8F6F4
(248,246,244)
#FBF8F5
(251,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDE4EB; }

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

This text font color is #DDE4EB.


Background Color

.myBgColor { background-color: #DDE4EB; }

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

This div background color is #DDE4EB.


Border color

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

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

This div border color is #DDE4EB.


Opacity

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

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

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

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

This text has shadow with #DDE4EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDE4EB on black background.


Color preview on white background

This text has color #DDE4EB on white background.



Black color preview on #DDE4EB background

This text has black color on #DDE4EB background.


White color preview on #DDE4EB background

This text has white color on #DDE4EB background.