COLOR #DDECDC

HEX: #DDECDC
RGB: (221,236,220)

Color info

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

RGB color model

#DDECDC color RGB value is (221,236,220).

  • red value is 221;
  • green value is 236;
  • blue value is 220.
RGB:
(221,236,220)
(87%,93%,86%)

RGB channels and saturation

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

221
236
220

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

Portions of RGB colors in percentages

R + G + B =
221 + 236 + 220 = 677 (100%)
R 221 of 677 ~ 32.64%
G 236 of 677 ~ 34.86%
B 220 of 677 ~ 32.5%

%32.64
%34.86
%32.5

CMYK color model

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

  • cyan value is 6.36%
  • magenta value is 0.00%
  • yellow value is 6.78%
  • key color value is 7.45%
CMYK:
(6,0,7,7)
C6M0Y7K7 
(6%,0%,7%,7%)
(0.06/0.00/0.07/0.07)	

CMYK percentages

%6.36
%0
%6.78
%7.45

Codes

Color #DDECDC in popluar color models

DDECDC
RGB221236220
HSL116°29.63%89.41%
HSB/HSV116°6.78%92.55%
CMYK6.36%0.00%6.78%
7.45%

Color #DDECDC in popluar number systems.

HEXDDECDC
Decimal221236220
Binary110111011110110011011100
Octal335354334

Shades and tints

Shades of #DDECDC

#DDECDC
(221,236,220)
#C9D7C8
(201,215,200)
#B5C2B4
(181,194,180)
#A1ADA0
(161,173,160)
#8D988C
(141,152,140)
#798378
(121,131,120)
#656E64
(101,110,100)
#515950
(81,89,80)
#3D443C
(61,68,60)
#292F28
(41,47,40)
#151A14
(21,26,20)
#000000
(0,0,0)

Tints of #DDECDC

#DDECDC
(221,236,220)
#E0EDDF
(224,237,223)
#E3EEE2
(227,238,226)
#E6EFE5
(230,239,229)
#E9F0E8
(233,240,232)
#ECF1EB
(236,241,235)
#EFF2EE
(239,242,238)
#F2F3F1
(242,243,241)
#F5F4F4
(245,244,244)
#F8F5F7
(248,245,247)
#FBF6FA
(251,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDECDC; }

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

This text font color is #DDECDC.


Background Color

.myBgColor { background-color: #DDECDC; }

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

This div background color is #DDECDC.


Border color

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

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

This div border color is #DDECDC.


Opacity

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

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

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

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

This text has shadow with #DDECDC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDECDC on black background.


Color preview on white background

This text has color #DDECDC on white background.



Black color preview on #DDECDC background

This text has black color on #DDECDC background.


White color preview on #DDECDC background

This text has white color on #DDECDC background.