COLOR #DDEBBA

HEX: #DDEBBA RGB: (221,235,186)

Color info

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

RGB color model

#DDEBBA color RGB value is (221,235,186).

RGB: (221,235,186) (87%, 92%, 73%)

RGB channels and saturation

R 221 of 255 = 87%
G 235 of 255 = 92%
B 186 of 255 = 73%

221
235
186

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

Portions of RGB colors in percentages

R + G + B = 221 + 235 + 186 = 642 (100%)
R 221 of 642 ~ 34.42%
G 235 of 642 ~ 36.6%
B 186 of 642 ~ 28.97'%

%34.42
%36.6
%28.97

CMYK color model

#DDEBBA color CMYK value is (6,0,21,8).

  • cyan value is 5.96%
  • magenta value is 0.00%
  • yellow value is 20.85%
  • key color value is 7.84%

CMYK: (6,0,21,8)
C6M0Y21K8 (6%, 0%, 21%, 8%)
(0.06 / 0.00 / 0.21 / 0.08)

CMYK percentages

%5.96
%0
%20.85
%7.84

Codes

Color #DDEBBA in popluar color models

DD EB BA
RGB 221 235 186
HSL 77° 55.06% 82.55%
HSB/HSV 77° 20.85% 92.16%
CMYK 5.96% 0.00% 20.85%
7.84%

Color #DDEBBA in popluar number systems.

HEX DD EB BA
Decimal 221 235 186
Binary 11011101 11101011 10111010
Octal 335 353 272

Shades and tints

Shades of #DDEBBA

#DDEBBA
(221,235,186)
#C9D6AA
(201,214,170)
#B5C19A
(181,193,154)
#A1AC8A
(161,172,138)
#8D977A
(141,151,122)
#79826A
(121,130,106)
#656D5A
(101,109,90)
#51584A
(81,88,74)
#3D433A
(61,67,58)
#292E2A
(41,46,42)
#15191A
(21,25,26)
#000000
(0,0,0)

Tints of #DDEBBA

#DDEBBA
(221,235,186)
#E0ECC0
(224,236,192)
#E3EDC6
(227,237,198)
#E6EECC
(230,238,204)
#E9EFD2
(233,239,210)
#ECF0D8
(236,240,216)
#EFF1DE
(239,241,222)
#F2F2E4
(242,242,228)
#F5F3EA
(245,243,234)
#F8F4F0
(248,244,240)
#FBF5F6
(251,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDEBBA; }

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

This text font color is #DDEBBA.

Background Color

.myBgColor { background-color: #DDEBBA; }

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

This div background color is #DDEBBA.

Border color

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

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

This div border color is #DDEBBA.

Opacity

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

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

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

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

This text has shadow with #DDEBBA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDEBBA.

Preview

Color preview on black background

This text has color #DDEBBA on black background.


Color preview on white background

This text has color #DDEBBA on white background.


Black color preview on #DDEBBA background

This text has black color on #DDEBBA background.


White color preview on #DDEBBA background

This text has white color on #DDEBBA background.


Related colors

Complementary color

Complementary color for #hex is #221445.


I love getcolorcode.com

Triadic colors

1 #BADDEB and #EBBADD with #DDEBBA are triadic colors.

2 #BAEBDD and #EBDDBA with #DDEBBA are triadic colors.