COLOR #DDE7E6

HEX: #DDE7E6 RGB: (221,231,230)

Color info

#DDE7E6 contains red, green and blue colors in about the same proportion. Web safe color of #DDE7E6 is #CCFFCC (or #CFC).

RGB color model

#DDE7E6 color RGB value is (221,231,230).

RGB: (221,231,230) (87%, 91%, 90%)

RGB channels and saturation

R 221 of 255 = 87%
G 231 of 255 = 91%
B 230 of 255 = 90%

221
231
230

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

Portions of RGB colors in percentages

R + G + B = 221 + 231 + 230 = 682 (100%)
R 221 of 682 ~ 32.4%
G 231 of 682 ~ 33.87%
B 230 of 682 ~ 33.72'%

%32.4
%33.87
%33.72

CMYK color model

#DDE7E6 color CMYK value is (4,0,0,9).

  • cyan value is 4.33%
  • magenta value is 0.00%
  • yellow value is 0.43%
  • key color value is 9.41%

CMYK: (4,0,0,9)
C4M0Y0K9 (4%, 0%, 0%, 9%)
(0.04 / 0.00 / 0.00 / 0.09)

CMYK percentages

%4.33
%0
%0.43
%9.41

Codes

Color #DDE7E6 in popluar color models

DD E7 E6
RGB 221 231 230
HSL 174° 17.24% 88.63%
HSB/HSV 174° 4.33% 90.59%
CMYK 4.33% 0.00% 0.43%
9.41%

Color #DDE7E6 in popluar number systems.

HEX DD E7 E6
Decimal 221 231 230
Binary 11011101 11100111 11100110
Octal 335 347 346

Shades and tints

Shades of #DDE7E6

#DDE7E6
(221,231,230)
#C9D2D2
(201,210,210)
#B5BDBE
(181,189,190)
#A1A8AA
(161,168,170)
#8D9396
(141,147,150)
#797E82
(121,126,130)
#65696E
(101,105,110)
#51545A
(81,84,90)
#3D3F46
(61,63,70)
#292A32
(41,42,50)
#15151E
(21,21,30)
#000000
(0,0,0)

Tints of #DDE7E6

#DDE7E6
(221,231,230)
#E0E9E8
(224,233,232)
#E3EBEA
(227,235,234)
#E6EDEC
(230,237,236)
#E9EFEE
(233,239,238)
#ECF1F0
(236,241,240)
#EFF3F2
(239,243,242)
#F2F5F4
(242,245,244)
#F5F7F6
(245,247,246)
#F8F9F8
(248,249,248)
#FBFBFA
(251,251,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDE7E6; }

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

This text font color is #DDE7E6.

Background Color

.myBgColor { background-color: #DDE7E6; }

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

This div background color is #DDE7E6.

Border color

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

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

This div border color is #DDE7E6.

Opacity

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

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

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

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

This text has shadow with #DDE7E6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDE7E6.

Preview

Color preview on black background

This text has color #DDE7E6 on black background.


Color preview on white background

This text has color #DDE7E6 on white background.


Black color preview on #DDE7E6 background

This text has black color on #DDE7E6 background.


White color preview on #DDE7E6 background

This text has white color on #DDE7E6 background.


Related colors

Complementary color

Complementary color for #hex is #221819.


I love getcolorcode.com

Triadic colors

1 #E6DDE7 and #E7E6DD with #DDE7E6 are triadic colors.

2 #E6E7DD and #E7DDE6 with #DDE7E6 are triadic colors.