COLOR #DDECC6

HEX: #DDECC6
RGB: (221,236,198)

Color info

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

RGB color model

#DDECC6 color RGB value is (221,236,198).

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

RGB channels and saturation

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

221
236
198

R + G + B ~ 86%. #DDECC6 is light color.

Portions of RGB colors in percentages

R + G + B =
221 + 236 + 198 = 655 (100%)
R 221 of 655 ~ 33.74%
G 236 of 655 ~ 36.03%
B 198 of 655 ~ 30.23%

%33.74
%36.03
%30.23

CMYK color model

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

  • cyan value is 6.36%
  • magenta value is 0.00%
  • yellow value is 16.10%
  • key color value is 7.45%
CMYK:
(6,0,16,7)
C6M0Y16K7 
(6%,0%,16%,7%)
(0.06/0.00/0.16/0.07)	

CMYK percentages

%6.36
%0
%16.1
%7.45

Codes

Color #DDECC6 in popluar color models

DDECC6
RGB221236198
HSL84°50.00%85.10%
HSB/HSV84°16.10%92.55%
CMYK6.36%0.00%16.10%
7.45%

Color #DDECC6 in popluar number systems.

HEXDDECC6
Decimal221236198
Binary110111011110110011000110
Octal335354306

Shades and tints

Shades of #DDECC6

#DDECC6
(221,236,198)
#C9D7B4
(201,215,180)
#B5C2A2
(181,194,162)
#A1AD90
(161,173,144)
#8D987E
(141,152,126)
#79836C
(121,131,108)
#656E5A
(101,110,90)
#515948
(81,89,72)
#3D4436
(61,68,54)
#292F24
(41,47,36)
#151A12
(21,26,18)
#000000
(0,0,0)

Tints of #DDECC6

#DDECC6
(221,236,198)
#E0EDCB
(224,237,203)
#E3EED0
(227,238,208)
#E6EFD5
(230,239,213)
#E9F0DA
(233,240,218)
#ECF1DF
(236,241,223)
#EFF2E4
(239,242,228)
#F2F3E9
(242,243,233)
#F5F4EE
(245,244,238)
#F8F5F3
(248,245,243)
#FBF6F8
(251,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDECC6; }

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

This text font color is #DDECC6.


Background Color

.myBgColor { background-color: #DDECC6; }

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

This div background color is #DDECC6.


Border color

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

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

This div border color is #DDECC6.


Opacity

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

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

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

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

This text has shadow with #DDECC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDECC6 on black background.


Color preview on white background

This text has color #DDECC6 on white background.



Black color preview on #DDECC6 background

This text has black color on #DDECC6 background.


White color preview on #DDECC6 background

This text has white color on #DDECC6 background.