COLOR #DDEDBA

HEX: #DDEDBA RGB: (221,237,186)

Color info

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

RGB color model

#DDEDBA color RGB value is (221,237,186).

RGB: (221,237,186) (87%, 93%, 73%)

RGB channels and saturation

R 221 of 255 = 87%
G 237 of 255 = 93%
B 186 of 255 = 73%

221
237
186

R + G + B ~ 84%. #DDEDBA is quite light color.

Portions of RGB colors in percentages

R + G + B = 221 + 237 + 186 = 644 (100%)
R 221 of 644 ~ 34.32%
G 237 of 644 ~ 36.8%
B 186 of 644 ~ 28.88'%

%34.32
%36.8
%28.88

CMYK color model

#DDEDBA color CMYK value is (7,0,22,7).

  • cyan value is 6.75%
  • magenta value is 0.00%
  • yellow value is 21.52%
  • key color value is 7.06%

CMYK: (7,0,22,7)
C7M0Y22K7 (7%, 0%, 22%, 7%)
(0.07 / 0.00 / 0.22 / 0.07)

CMYK percentages

%6.75
%0
%21.52
%7.06

Codes

Color #DDEDBA in popluar color models

DD ED BA
RGB 221 237 186
HSL 79° 58.62% 82.94%
HSB/HSV 79° 21.52% 92.94%
CMYK 6.75% 0.00% 21.52%
7.06%

Color #DDEDBA in popluar number systems.

HEX DD ED BA
Decimal 221 237 186
Binary 11011101 11101101 10111010
Octal 335 355 272

Shades and tints

Shades of #DDEDBA

#DDEDBA
(221,237,186)
#C9D8AA
(201,216,170)
#B5C39A
(181,195,154)
#A1AE8A
(161,174,138)
#8D997A
(141,153,122)
#79846A
(121,132,106)
#656F5A
(101,111,90)
#515A4A
(81,90,74)
#3D453A
(61,69,58)
#29302A
(41,48,42)
#151B1A
(21,27,26)
#000000
(0,0,0)

Tints of #DDEDBA

#DDEDBA
(221,237,186)
#E0EEC0
(224,238,192)
#E3EFC6
(227,239,198)
#E6F0CC
(230,240,204)
#E9F1D2
(233,241,210)
#ECF2D8
(236,242,216)
#EFF3DE
(239,243,222)
#F2F4E4
(242,244,228)
#F5F5EA
(245,245,234)
#F8F6F0
(248,246,240)
#FBF7F6
(251,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDEDBA; }

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

This text font color is #DDEDBA.

Background Color

.myBgColor { background-color: #DDEDBA; }

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

This div background color is #DDEDBA.

Border color

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

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

This div border color is #DDEDBA.

Opacity

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

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

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

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

This text has shadow with #DDEDBA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDEDBA.

Preview

Color preview on black background

This text has color #DDEDBA on black background.


Color preview on white background

This text has color #DDEDBA on white background.


Black color preview on #DDEDBA background

This text has black color on #DDEDBA background.


White color preview on #DDEDBA background

This text has white color on #DDEDBA background.


Related colors

Complementary color

Complementary color for #hex is #221245.


I love getcolorcode.com

Triadic colors

1 #BADDED and #EDBADD with #DDEDBA are triadic colors.

2 #BAEDDD and #EDDDBA with #DDEDBA are triadic colors.