COLOR #DDEBA4

HEX: #DDEBA4 RGB: (221,235,164)

Color info

#DDEBA4 contains mainly red and green colors. Web safe color of #DDEBA4 is #CCFF99 (or #CF9).

RGB color model

#DDEBA4 color RGB value is (221,235,164).

RGB: (221,235,164) (87%, 92%, 64%)

RGB channels and saturation

R 221 of 255 = 87%
G 235 of 255 = 92%
B 164 of 255 = 64%

221
235
164

R + G + B ~ 81%. #DDEBA4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 221 + 235 + 164 = 620 (100%)
R 221 of 620 ~ 35.65%
G 235 of 620 ~ 37.9%
B 164 of 620 ~ 26.45'%

%35.65
%37.9
%26.45

CMYK color model

#DDEBA4 color CMYK value is (6,0,30,8).

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

CMYK: (6,0,30,8)
C6M0Y30K8 (6%, 0%, 30%, 8%)
(0.06 / 0.00 / 0.30 / 0.08)

CMYK percentages

%5.96
%0
%30.21
%7.84

Codes

Color #DDEBA4 in popluar color models

DD EB A4
RGB 221 235 164
HSL 72° 63.96% 78.24%
HSB/HSV 72° 30.21% 92.16%
CMYK 5.96% 0.00% 30.21%
7.84%

Color #DDEBA4 in popluar number systems.

HEX DD EB A4
Decimal 221 235 164
Binary 11011101 11101011 10100100
Octal 335 353 244

Shades and tints

Shades of #DDEBA4

#DDEBA4
(221,235,164)
#C9D696
(201,214,150)
#B5C188
(181,193,136)
#A1AC7A
(161,172,122)
#8D976C
(141,151,108)
#79825E
(121,130,94)
#656D50
(101,109,80)
#515842
(81,88,66)
#3D4334
(61,67,52)
#292E26
(41,46,38)
#151918
(21,25,24)
#000000
(0,0,0)

Tints of #DDEBA4

#DDEBA4
(221,235,164)
#E0ECAC
(224,236,172)
#E3EDB4
(227,237,180)
#E6EEBC
(230,238,188)
#E9EFC4
(233,239,196)
#ECF0CC
(236,240,204)
#EFF1D4
(239,241,212)
#F2F2DC
(242,242,220)
#F5F3E4
(245,243,228)
#F8F4EC
(248,244,236)
#FBF5F4
(251,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDEBA4; }

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

This text font color is #DDEBA4.

Background Color

.myBgColor { background-color: #DDEBA4; }

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

This div background color is #DDEBA4.

Border color

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

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

This div border color is #DDEBA4.

Opacity

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

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

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

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

This text has shadow with #DDEBA4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDEBA4.

Preview

Color preview on black background

This text has color #DDEBA4 on black background.


Color preview on white background

This text has color #DDEBA4 on white background.


Black color preview on #DDEBA4 background

This text has black color on #DDEBA4 background.


White color preview on #DDEBA4 background

This text has white color on #DDEBA4 background.


Related colors

Complementary color

Complementary color for #hex is #22145B.


I love getcolorcode.com

Triadic colors

1 #A4DDEB and #EBA4DD with #DDEBA4 are triadic colors.

2 #A4EBDD and #EBDDA4 with #DDEBA4 are triadic colors.