COLOR #DDECBD

HEX: #DDECBD RGB: (221,236,189)

Color info

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

RGB color model

#DDECBD color RGB value is (221,236,189).

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

RGB channels and saturation

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

221
236
189

R + G + B ~ 85%. #DDECBD is quite light color.

Portions of RGB colors in percentages

R + G + B = 221 + 236 + 189 = 646 (100%)
R 221 of 646 ~ 34.21%
G 236 of 646 ~ 36.53%
B 189 of 646 ~ 29.26'%

%34.21
%36.53
%29.26

CMYK color model

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

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

CMYK: (6,0,20,7)
C6M0Y20K7 (6%, 0%, 20%, 7%)
(0.06 / 0.00 / 0.20 / 0.07)

CMYK percentages

%6.36
%0
%19.92
%7.45

Codes

Color #DDECBD in popluar color models

DD EC BD
RGB 221 236 189
HSL 79° 55.29% 83.33%
HSB/HSV 79° 19.92% 92.55%
CMYK 6.36% 0.00% 19.92%
7.45%

Color #DDECBD in popluar number systems.

HEX DD EC BD
Decimal 221 236 189
Binary 11011101 11101100 10111101
Octal 335 354 275

Shades and tints

Shades of #DDECBD

#DDECBD
(221,236,189)
#C9D7AC
(201,215,172)
#B5C29B
(181,194,155)
#A1AD8A
(161,173,138)
#8D9879
(141,152,121)
#798368
(121,131,104)
#656E57
(101,110,87)
#515946
(81,89,70)
#3D4435
(61,68,53)
#292F24
(41,47,36)
#151A13
(21,26,19)
#000000
(0,0,0)

Tints of #DDECBD

#DDECBD
(221,236,189)
#E0EDC3
(224,237,195)
#E3EEC9
(227,238,201)
#E6EFCF
(230,239,207)
#E9F0D5
(233,240,213)
#ECF1DB
(236,241,219)
#EFF2E1
(239,242,225)
#F2F3E7
(242,243,231)
#F5F4ED
(245,244,237)
#F8F5F3
(248,245,243)
#FBF6F9
(251,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDECBD; }

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

This text font color is #DDECBD.

Background Color

.myBgColor { background-color: #DDECBD; }

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

This div background color is #DDECBD.

Border color

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

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

This div border color is #DDECBD.

Opacity

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

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

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

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

This text has shadow with #DDECBD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDECBD.

Preview

Color preview on black background

This text has color #DDECBD on black background.


Color preview on white background

This text has color #DDECBD on white background.


Black color preview on #DDECBD background

This text has black color on #DDECBD background.


White color preview on #DDECBD background

This text has white color on #DDECBD background.


Related colors

Complementary color

Complementary color for #hex is #221342.


I love getcolorcode.com

Triadic colors

1 #BDDDEC and #ECBDDD with #DDECBD are triadic colors.

2 #BDECDD and #ECDDBD with #DDECBD are triadic colors.