COLOR #DDE2DD

HEX: #DDE2DD RGB: (221,226,221)

Color info

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

RGB color model

#DDE2DD color RGB value is (221,226,221).

RGB: (221,226,221) (87%, 89%, 87%)

RGB channels and saturation

R 221 of 255 = 87%
G 226 of 255 = 89%
B 221 of 255 = 87%

221
226
221

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

Portions of RGB colors in percentages

R + G + B = 221 + 226 + 221 = 668 (100%)
R 221 of 668 ~ 33.08%
G 226 of 668 ~ 33.83%
B 221 of 668 ~ 33.08'%

%33.08
%33.83
%33.08

CMYK color model

#DDE2DD color CMYK value is (2,0,2,11).

  • cyan value is 2.21%
  • magenta value is 0.00%
  • yellow value is 2.21%
  • key color value is 11.37%

CMYK: (2,0,2,11)
C2M0Y2K11 (2%, 0%, 2%, 11%)
(0.02 / 0.00 / 0.02 / 0.11)

CMYK percentages

%2.21
%0
%2.21
%11.37

Codes

Color #DDE2DD in popluar color models

DD E2 DD
RGB 221 226 221
HSL 120° 7.94% 87.65%
HSB/HSV 120° 2.21% 88.63%
CMYK 2.21% 0.00% 2.21%
11.37%

Color #DDE2DD in popluar number systems.

HEX DD E2 DD
Decimal 221 226 221
Binary 11011101 11100010 11011101
Octal 335 342 335

Shades and tints

Shades of #DDE2DD

#DDE2DD
(221,226,221)
#C9CEC9
(201,206,201)
#B5BAB5
(181,186,181)
#A1A6A1
(161,166,161)
#8D928D
(141,146,141)
#797E79
(121,126,121)
#656A65
(101,106,101)
#515651
(81,86,81)
#3D423D
(61,66,61)
#292E29
(41,46,41)
#151A15
(21,26,21)
#000000
(0,0,0)

Tints of #DDE2DD

#DDE2DD
(221,226,221)
#E0E4E0
(224,228,224)
#E3E6E3
(227,230,227)
#E6E8E6
(230,232,230)
#E9EAE9
(233,234,233)
#ECECEC
(236,236,236)
#EFEEEF
(239,238,239)
#F2F0F2
(242,240,242)
#F5F2F5
(245,242,245)
#F8F4F8
(248,244,248)
#FBF6FB
(251,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDE2DD; }

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

This text font color is #DDE2DD.

Background Color

.myBgColor { background-color: #DDE2DD; }

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

This div background color is #DDE2DD.

Border color

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

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

This div border color is #DDE2DD.

Opacity

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

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

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

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

This text has shadow with #DDE2DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDE2DD.

Preview

Color preview on black background

This text has color #DDE2DD on black background.


Color preview on white background

This text has color #DDE2DD on white background.


Black color preview on #DDE2DD background

This text has black color on #DDE2DD background.


White color preview on #DDE2DD background

This text has white color on #DDE2DD background.


Related colors

Complementary color

Complementary color for #hex is #221D22.


I love getcolorcode.com

Triadic colors

1 #DDDDE2 and #E2DDDD with #DDE2DD are triadic colors.

2 #DDE2DD and #E2DDDD with #DDE2DD are triadic colors.