COLOR #DDEDB4

HEX: #DDEDB4
RGB: (221,237,180)

Color info

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

RGB color model

#DDEDB4 color RGB value is (221,237,180).

  • red value is 221;
  • green value is 237;
  • blue value is 180.
RGB:
(221,237,180)
(87%,93%,71%)

RGB channels and saturation

R 221 of 255 = 87%
G 237 of 255 = 93%
B 180 of 255 = 71%

221
237
180

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

Portions of RGB colors in percentages

R + G + B =
221 + 237 + 180 = 638 (100%)
R 221 of 638 ~ 34.64%
G 237 of 638 ~ 37.15%
B 180 of 638 ~ 28.21%

%34.64
%37.15
%28.21

CMYK color model

#DDEDB4 color CMYK value is (7,0,24,7).

  • cyan value is 6.75%
  • magenta value is 0.00%
  • yellow value is 24.05%
  • key color value is 7.06%
CMYK:
(7,0,24,7)
C7M0Y24K7 
(7%,0%,24%,7%)
(0.07/0.00/0.24/0.07)	

CMYK percentages

%6.75
%0
%24.05
%7.06

Codes

Color #DDEDB4 in popluar color models

DDEDB4
RGB221237180
HSL77°61.29%81.76%
HSB/HSV77°24.05%92.94%
CMYK6.75%0.00%24.05%
7.06%

Color #DDEDB4 in popluar number systems.

HEXDDEDB4
Decimal221237180
Binary110111011110110110110100
Octal335355264

Shades and tints

Shades of #DDEDB4

#DDEDB4
(221,237,180)
#C9D8A4
(201,216,164)
#B5C394
(181,195,148)
#A1AE84
(161,174,132)
#8D9974
(141,153,116)
#798464
(121,132,100)
#656F54
(101,111,84)
#515A44
(81,90,68)
#3D4534
(61,69,52)
#293024
(41,48,36)
#151B14
(21,27,20)
#000000
(0,0,0)

Tints of #DDEDB4

#DDEDB4
(221,237,180)
#E0EEBA
(224,238,186)
#E3EFC0
(227,239,192)
#E6F0C6
(230,240,198)
#E9F1CC
(233,241,204)
#ECF2D2
(236,242,210)
#EFF3D8
(239,243,216)
#F2F4DE
(242,244,222)
#F5F5E4
(245,245,228)
#F8F6EA
(248,246,234)
#FBF7F0
(251,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDEDB4; }

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

This text font color is #DDEDB4.


Background Color

.myBgColor { background-color: #DDEDB4; }

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

This div background color is #DDEDB4.


Border color

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

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

This div border color is #DDEDB4.


Opacity

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

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

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

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

This text has shadow with #DDEDB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDEDB4 on black background.


Color preview on white background

This text has color #DDEDB4 on white background.



Black color preview on #DDEDB4 background

This text has black color on #DDEDB4 background.


White color preview on #DDEDB4 background

This text has white color on #DDEDB4 background.