COLOR #DDE8EB

HEX: #DDE8EB RGB: (221,232,235)

Color info

#DDE8EB contains red, green and blue colors in about the same proportion. Web safe color of #DDE8EB is #CCFFFF (or #CFF).

RGB color model

#DDE8EB color RGB value is (221,232,235).

RGB: (221,232,235) (87%, 91%, 92%)

RGB channels and saturation

R 221 of 255 = 87%
G 232 of 255 = 91%
B 235 of 255 = 92%

221
232
235

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

Portions of RGB colors in percentages

R + G + B = 221 + 232 + 235 = 688 (100%)
R 221 of 688 ~ 32.12%
G 232 of 688 ~ 33.72%
B 235 of 688 ~ 34.16'%

%32.12
%33.72
%34.16

CMYK color model

#DDE8EB color CMYK value is (6,1,0,8).

  • cyan value is 5.96%
  • magenta value is 1.28%
  • yellow value is 0.00%
  • key color value is 7.84%

CMYK: (6,1,0,8)
C6M1Y0K8 (6%, 1%, 0%, 8%)
(0.06 / 0.01 / 0.00 / 0.08)

CMYK percentages

%5.96
%1.28
%0
%7.84

Codes

Color #DDE8EB in popluar color models

DD E8 EB
RGB 221 232 235
HSL 193° 25.93% 89.41%
HSB/HSV 193° 5.96% 92.16%
CMYK 5.96% 1.28% 0.00%
7.84%

Color #DDE8EB in popluar number systems.

HEX DD E8 EB
Decimal 221 232 235
Binary 11011101 11101000 11101011
Octal 335 350 353

Shades and tints

Shades of #DDE8EB

#DDE8EB
(221,232,235)
#C9D3D6
(201,211,214)
#B5BEC1
(181,190,193)
#A1A9AC
(161,169,172)
#8D9497
(141,148,151)
#797F82
(121,127,130)
#656A6D
(101,106,109)
#515558
(81,85,88)
#3D4043
(61,64,67)
#292B2E
(41,43,46)
#151619
(21,22,25)
#000000
(0,0,0)

Tints of #DDE8EB

#DDE8EB
(221,232,235)
#E0EAEC
(224,234,236)
#E3ECED
(227,236,237)
#E6EEEE
(230,238,238)
#E9F0EF
(233,240,239)
#ECF2F0
(236,242,240)
#EFF4F1
(239,244,241)
#F2F6F2
(242,246,242)
#F5F8F3
(245,248,243)
#F8FAF4
(248,250,244)
#FBFCF5
(251,252,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDE8EB; }

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

This text font color is #DDE8EB.

Background Color

.myBgColor { background-color: #DDE8EB; }

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

This div background color is #DDE8EB.

Border color

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

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

This div border color is #DDE8EB.

Opacity

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

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

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

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

This text has shadow with #DDE8EB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDE8EB.

Preview

Color preview on black background

This text has color #DDE8EB on black background.


Color preview on white background

This text has color #DDE8EB on white background.


Black color preview on #DDE8EB background

This text has black color on #DDE8EB background.


White color preview on #DDE8EB background

This text has white color on #DDE8EB background.


Related colors

Complementary color

Complementary color for #hex is #221714.


I love getcolorcode.com

Triadic colors

1 #EBDDE8 and #E8EBDD with #DDE8EB are triadic colors.

2 #EBE8DD and #E8DDEB with #DDE8EB are triadic colors.