COLOR #DDE6D7

HEX: #DDE6D7
RGB: (221,230,215)

Color info

#DDE6D7 contains red, green and blue colors in about the same proportion. Web safe color of #DDE6D7 is #CCCCCC (or #CCC).

RGB color model

#DDE6D7 color RGB value is (221,230,215).

  • red value is 221;
  • green value is 230;
  • blue value is 215.
RGB:
(221,230,215)
(87%,90%,84%)

RGB channels and saturation

R 221 of 255 = 87%
G 230 of 255 = 90%
B 215 of 255 = 84%

221
230
215

R + G + B ~ 87%. #DDE6D7 is light color.

Portions of RGB colors in percentages

R + G + B =
221 + 230 + 215 = 666 (100%)
R 221 of 666 ~ 33.18%
G 230 of 666 ~ 34.53%
B 215 of 666 ~ 32.28%

%33.18
%34.53
%32.28

CMYK color model

#DDE6D7 color CMYK value is (4,0,7,10).

  • cyan value is 3.91%
  • magenta value is 0.00%
  • yellow value is 6.52%
  • key color value is 9.80%
CMYK:
(4,0,7,10)
C4M0Y7K10 
(4%,0%,7%,10%)
(0.04/0.00/0.07/0.10)	

CMYK percentages

%3.91
%0
%6.52
%9.8

Codes

Color #DDE6D7 in popluar color models

DDE6D7
RGB221230215
HSL96°23.08%87.25%
HSB/HSV96°6.52%90.20%
CMYK3.91%0.00%6.52%
9.80%

Color #DDE6D7 in popluar number systems.

HEXDDE6D7
Decimal221230215
Binary110111011110011011010111
Octal335346327

Shades and tints

Shades of #DDE6D7

#DDE6D7
(221,230,215)
#C9D2C4
(201,210,196)
#B5BEB1
(181,190,177)
#A1AA9E
(161,170,158)
#8D968B
(141,150,139)
#798278
(121,130,120)
#656E65
(101,110,101)
#515A52
(81,90,82)
#3D463F
(61,70,63)
#29322C
(41,50,44)
#151E19
(21,30,25)
#000000
(0,0,0)

Tints of #DDE6D7

#DDE6D7
(221,230,215)
#E0E8DA
(224,232,218)
#E3EADD
(227,234,221)
#E6ECE0
(230,236,224)
#E9EEE3
(233,238,227)
#ECF0E6
(236,240,230)
#EFF2E9
(239,242,233)
#F2F4EC
(242,244,236)
#F5F6EF
(245,246,239)
#F8F8F2
(248,248,242)
#FBFAF5
(251,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDE6D7; }

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

This text font color is #DDE6D7.


Background Color

.myBgColor { background-color: #DDE6D7; }

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

This div background color is #DDE6D7.


Border color

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

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

This div border color is #DDE6D7.


Opacity

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

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

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

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

This text has shadow with #DDE6D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDE6D7 on black background.


Color preview on white background

This text has color #DDE6D7 on white background.



Black color preview on #DDE6D7 background

This text has black color on #DDE6D7 background.


White color preview on #DDE6D7 background

This text has white color on #DDE6D7 background.