COLOR #DDE6D4

HEX: #DDE6D4 RGB: (221,230,212)

Color info

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

RGB color model

#DDE6D4 color RGB value is (221,230,212).

RGB: (221,230,212) (87%, 90%, 83%)

RGB channels and saturation

R 221 of 255 = 87%
G 230 of 255 = 90%
B 212 of 255 = 83%

221
230
212

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

Portions of RGB colors in percentages

R + G + B = 221 + 230 + 212 = 663 (100%)
R 221 of 663 ~ 33.33%
G 230 of 663 ~ 34.69%
B 212 of 663 ~ 31.98'%

%33.33
%34.69
%31.98

CMYK color model

#DDE6D4 color CMYK value is (4,0,8,10).

  • cyan value is 3.91%
  • magenta value is 0.00%
  • yellow value is 7.83%
  • key color value is 9.80%

CMYK: (4,0,8,10)
C4M0Y8K10 (4%, 0%, 8%, 10%)
(0.04 / 0.00 / 0.08 / 0.10)

CMYK percentages

%3.91
%0
%7.83
%9.8

Codes

Color #DDE6D4 in popluar color models

DD E6 D4
RGB 221 230 212
HSL 90° 26.47% 86.67%
HSB/HSV 90° 7.83% 90.20%
CMYK 3.91% 0.00% 7.83%
9.80%

Color #DDE6D4 in popluar number systems.

HEX DD E6 D4
Decimal 221 230 212
Binary 11011101 11100110 11010100
Octal 335 346 324

Shades and tints

Shades of #DDE6D4

#DDE6D4
(221,230,212)
#C9D2C1
(201,210,193)
#B5BEAE
(181,190,174)
#A1AA9B
(161,170,155)
#8D9688
(141,150,136)
#798275
(121,130,117)
#656E62
(101,110,98)
#515A4F
(81,90,79)
#3D463C
(61,70,60)
#293229
(41,50,41)
#151E16
(21,30,22)
#000000
(0,0,0)

Tints of #DDE6D4

#DDE6D4
(221,230,212)
#E0E8D7
(224,232,215)
#E3EADA
(227,234,218)
#E6ECDD
(230,236,221)
#E9EEE0
(233,238,224)
#ECF0E3
(236,240,227)
#EFF2E6
(239,242,230)
#F2F4E9
(242,244,233)
#F5F6EC
(245,246,236)
#F8F8EF
(248,248,239)
#FBFAF2
(251,250,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDE6D4; }

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

This text font color is #DDE6D4.

Background Color

.myBgColor { background-color: #DDE6D4; }

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

This div background color is #DDE6D4.

Border color

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

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

This div border color is #DDE6D4.

Opacity

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

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

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

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

This text has shadow with #DDE6D4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDE6D4.

Preview

Color preview on black background

This text has color #DDE6D4 on black background.


Color preview on white background

This text has color #DDE6D4 on white background.


Black color preview on #DDE6D4 background

This text has black color on #DDE6D4 background.


White color preview on #DDE6D4 background

This text has white color on #DDE6D4 background.


Related colors

Complementary color

Complementary color for #hex is #22192B.


I love getcolorcode.com

Triadic colors

1 #D4DDE6 and #E6D4DD with #DDE6D4 are triadic colors.

2 #D4E6DD and #E6DDD4 with #DDE6D4 are triadic colors.