COLOR #DDECC7

HEX: #DDECC7 RGB: (221,236,199)

Color info

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

RGB color model

#DDECC7 color RGB value is (221,236,199).

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

RGB channels and saturation

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

221
236
199

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

Portions of RGB colors in percentages

R + G + B = 221 + 236 + 199 = 656 (100%)
R 221 of 656 ~ 33.69%
G 236 of 656 ~ 35.98%
B 199 of 656 ~ 30.34'%

%33.69
%35.98
%30.34

CMYK color model

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

  • cyan value is 6.36%
  • magenta value is 0.00%
  • yellow value is 15.68%
  • 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
%15.68
%7.45

Codes

Color #DDECC7 in popluar color models

DD EC C7
RGB 221 236 199
HSL 84° 49.33% 85.29%
HSB/HSV 84° 15.68% 92.55%
CMYK 6.36% 0.00% 15.68%
7.45%

Color #DDECC7 in popluar number systems.

HEX DD EC C7
Decimal 221 236 199
Binary 11011101 11101100 11000111
Octal 335 354 307

Shades and tints

Shades of #DDECC7

#DDECC7
(221,236,199)
#C9D7B5
(201,215,181)
#B5C2A3
(181,194,163)
#A1AD91
(161,173,145)
#8D987F
(141,152,127)
#79836D
(121,131,109)
#656E5B
(101,110,91)
#515949
(81,89,73)
#3D4437
(61,68,55)
#292F25
(41,47,37)
#151A13
(21,26,19)
#000000
(0,0,0)

Tints of #DDECC7

#DDECC7
(221,236,199)
#E0EDCC
(224,237,204)
#E3EED1
(227,238,209)
#E6EFD6
(230,239,214)
#E9F0DB
(233,240,219)
#ECF1E0
(236,241,224)
#EFF2E5
(239,242,229)
#F2F3EA
(242,243,234)
#F5F4EF
(245,244,239)
#F8F5F4
(248,245,244)
#FBF6F9
(251,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDECC7; }

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

This text font color is #DDECC7.

Background Color

.myBgColor { background-color: #DDECC7; }

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

This div background color is #DDECC7.

Border color

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

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

This div border color is #DDECC7.

Opacity

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

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

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

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

This text has shadow with #DDECC7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDECC7.

Preview

Color preview on black background

This text has color #DDECC7 on black background.


Color preview on white background

This text has color #DDECC7 on white background.


Black color preview on #DDECC7 background

This text has black color on #DDECC7 background.


White color preview on #DDECC7 background

This text has white color on #DDECC7 background.


Related colors

Complementary color

Complementary color for #hex is #221338.


I love getcolorcode.com

Triadic colors

1 #C7DDEC and #ECC7DD with #DDECC7 are triadic colors.

2 #C7ECDD and #ECDDC7 with #DDECC7 are triadic colors.