COLOR #DDE6EB

HEX: #DDE6EB RGB: (221,230,235)

Color info

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

RGB color model

#DDE6EB color RGB value is (221,230,235).

RGB: (221,230,235) (87%, 90%, 92%)

RGB channels and saturation

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

221
230
235

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

Portions of RGB colors in percentages

R + G + B = 221 + 230 + 235 = 686 (100%)
R 221 of 686 ~ 32.22%
G 230 of 686 ~ 33.53%
B 235 of 686 ~ 34.26'%

%32.22
%33.53
%34.26

CMYK color model

#DDE6EB color CMYK value is (6,2,0,8).

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

CMYK: (6,2,0,8)
C6M2Y0K8 (6%, 2%, 0%, 8%)
(0.06 / 0.02 / 0.00 / 0.08)

CMYK percentages

%5.96
%2.13
%0
%7.84

Codes

Color #DDE6EB in popluar color models

DD E6 EB
RGB 221 230 235
HSL 201° 25.93% 89.41%
HSB/HSV 201° 5.96% 92.16%
CMYK 5.96% 2.13% 0.00%
7.84%

Color #DDE6EB in popluar number systems.

HEX DD E6 EB
Decimal 221 230 235
Binary 11011101 11100110 11101011
Octal 335 346 353

Shades and tints

Shades of #DDE6EB

#DDE6EB
(221,230,235)
#C9D2D6
(201,210,214)
#B5BEC1
(181,190,193)
#A1AAAC
(161,170,172)
#8D9697
(141,150,151)
#798282
(121,130,130)
#656E6D
(101,110,109)
#515A58
(81,90,88)
#3D4643
(61,70,67)
#29322E
(41,50,46)
#151E19
(21,30,25)
#000000
(0,0,0)

Tints of #DDE6EB

#DDE6EB
(221,230,235)
#E0E8EC
(224,232,236)
#E3EAED
(227,234,237)
#E6ECEE
(230,236,238)
#E9EEEF
(233,238,239)
#ECF0F0
(236,240,240)
#EFF2F1
(239,242,241)
#F2F4F2
(242,244,242)
#F5F6F3
(245,246,243)
#F8F8F4
(248,248,244)
#FBFAF5
(251,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDE6EB; }

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

This text font color is #DDE6EB.

Background Color

.myBgColor { background-color: #DDE6EB; }

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

This div background color is #DDE6EB.

Border color

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

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

This div border color is #DDE6EB.

Opacity

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

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

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

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

This text has shadow with #DDE6EB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDE6EB.

Preview

Color preview on black background

This text has color #DDE6EB on black background.


Color preview on white background

This text has color #DDE6EB on white background.


Black color preview on #DDE6EB background

This text has black color on #DDE6EB background.


White color preview on #DDE6EB background

This text has white color on #DDE6EB background.


Related colors

Complementary color

Complementary color for #hex is #221914.


I love getcolorcode.com

Triadic colors

1 #EBDDE6 and #E6EBDD with #DDE6EB are triadic colors.

2 #EBE6DD and #E6DDEB with #DDE6EB are triadic colors.