COLOR #DDECDD

HEX: #DDECDD RGB: (221,236,221)

Color info

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

RGB color model

#DDECDD color RGB value is (221,236,221).

RGB: (221,236,221) (87%, 93%, 87%)

RGB channels and saturation

R 221 of 255 = 87%
G 236 of 255 = 93%
B 221 of 255 = 87%

221
236
221

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

Portions of RGB colors in percentages

R + G + B = 221 + 236 + 221 = 678 (100%)
R 221 of 678 ~ 32.6%
G 236 of 678 ~ 34.81%
B 221 of 678 ~ 32.6'%

%32.6
%34.81
%32.6

CMYK color model

#DDECDD color CMYK value is (6,0,6,7).

  • cyan value is 6.36%
  • magenta value is 0.00%
  • yellow value is 6.36%
  • key color value is 7.45%

CMYK: (6,0,6,7)
C6M0Y6K7 (6%, 0%, 6%, 7%)
(0.06 / 0.00 / 0.06 / 0.07)

CMYK percentages

%6.36
%0
%6.36
%7.45

Codes

Color #DDECDD in popluar color models

DD EC DD
RGB 221 236 221
HSL 120° 28.30% 89.61%
HSB/HSV 120° 6.36% 92.55%
CMYK 6.36% 0.00% 6.36%
7.45%

Color #DDECDD in popluar number systems.

HEX DD EC DD
Decimal 221 236 221
Binary 11011101 11101100 11011101
Octal 335 354 335

Shades and tints

Shades of #DDECDD

#DDECDD
(221,236,221)
#C9D7C9
(201,215,201)
#B5C2B5
(181,194,181)
#A1ADA1
(161,173,161)
#8D988D
(141,152,141)
#798379
(121,131,121)
#656E65
(101,110,101)
#515951
(81,89,81)
#3D443D
(61,68,61)
#292F29
(41,47,41)
#151A15
(21,26,21)
#000000
(0,0,0)

Tints of #DDECDD

#DDECDD
(221,236,221)
#E0EDE0
(224,237,224)
#E3EEE3
(227,238,227)
#E6EFE6
(230,239,230)
#E9F0E9
(233,240,233)
#ECF1EC
(236,241,236)
#EFF2EF
(239,242,239)
#F2F3F2
(242,243,242)
#F5F4F5
(245,244,245)
#F8F5F8
(248,245,248)
#FBF6FB
(251,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDECDD; }

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

This text font color is #DDECDD.

Background Color

.myBgColor { background-color: #DDECDD; }

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

This div background color is #DDECDD.

Border color

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

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

This div border color is #DDECDD.

Opacity

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

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

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

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

This text has shadow with #DDECDD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDECDD.

Preview

Color preview on black background

This text has color #DDECDD on black background.


Color preview on white background

This text has color #DDECDD on white background.


Black color preview on #DDECDD background

This text has black color on #DDECDD background.


White color preview on #DDECDD background

This text has white color on #DDECDD background.


Related colors

Complementary color

Complementary color for #hex is #221322.


I love getcolorcode.com

Triadic colors

1 #DDDDEC and #ECDDDD with #DDECDD are triadic colors.

2 #DDECDD and #ECDDDD with #DDECDD are triadic colors.