COLOR #DDE6DE

HEX: #DDE6DE RGB: (221,230,222)

Color info

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

RGB color model

#DDE6DE color RGB value is (221,230,222).

RGB: (221,230,222) (87%, 90%, 87%)

RGB channels and saturation

R 221 of 255 = 87%
G 230 of 255 = 90%
B 222 of 255 = 87%

221
230
222

R + G + B ~ 88%. #DDE6DE is light color.

Portions of RGB colors in percentages

R + G + B = 221 + 230 + 222 = 673 (100%)
R 221 of 673 ~ 32.84%
G 230 of 673 ~ 34.18%
B 222 of 673 ~ 32.99'%

%32.84
%34.18
%32.99

CMYK color model

#DDE6DE color CMYK value is (4,0,3,10).

  • cyan value is 3.91%
  • magenta value is 0.00%
  • yellow value is 3.48%
  • key color value is 9.80%
CMYK: (4,0,3,10) C4M0Y3K10 (4%,0%,3%,10%) (0.04/0.00/0.03/0.10) 

CMYK percentages

%3.91
%0
%3.48
%9.8

Codes

Color #DDE6DE in popluar color models

DD E6 DE
RGB 221 230 222
HSL 127° 15.25% 88.43%
HSB/HSV 127° 3.91% 90.20%
CMYK 3.91% 0.00% 3.48%
9.80%

Color #DDE6DE in popluar number systems.

HEX DD E6 DE
Decimal 221 230 222
Binary 11011101 11100110 11011110
Octal 335 346 336

Shades and tints

Shades of #DDE6DE

#DDE6DE
(221,230,222)
#C9D2CA
(201,210,202)
#B5BEB6
(181,190,182)
#A1AAA2
(161,170,162)
#8D968E
(141,150,142)
#79827A
(121,130,122)
#656E66
(101,110,102)
#515A52
(81,90,82)
#3D463E
(61,70,62)
#29322A
(41,50,42)
#151E16
(21,30,22)
#000000
(0,0,0)

Tints of #DDE6DE

#DDE6DE
(221,230,222)
#E0E8E1
(224,232,225)
#E3EAE4
(227,234,228)
#E6ECE7
(230,236,231)
#E9EEEA
(233,238,234)
#ECF0ED
(236,240,237)
#EFF2F0
(239,242,240)
#F2F4F3
(242,244,243)
#F5F6F6
(245,246,246)
#F8F8F9
(248,248,249)
#FBFAFC
(251,250,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDE6DE; }

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

This text font color is #DDE6DE.

Background Color

.myBgColor { background-color: #DDE6DE; }

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

This div background color is #DDE6DE.

Border color

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

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

This div border color is #DDE6DE.

Opacity

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

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

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

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

This text has shadow with #DDE6DE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDE6DE.

Preview

Color preview on black background

This text has color #DDE6DE on black background.


Color preview on white background

This text has color #DDE6DE on white background.


Black color preview on #DDE6DE background

This text has black color on #DDE6DE background.


White color preview on #DDE6DE background

This text has white color on #DDE6DE background.


Related colors

Complementary color

Complementary color for #hex is #221921.


I love getcolorcode.com

Triadic colors

1 #DEDDE6 and #E6DEDD with #DDE6DE are triadic colors.

2 #DEE6DD and #E6DDDE with #DDE6DE are triadic colors.