COLOR #DDE8B4

HEX: #DDE8B4
RGB: (221,232,180)

Color info

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

RGB color model

#DDE8B4 color RGB value is (221,232,180).

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

RGB channels and saturation

R 221 of 255 = 87%
G 232 of 255 = 91%
B 180 of 255 = 71%

221
232
180

R + G + B ~ 83%. #DDE8B4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
221 + 232 + 180 = 633 (100%)
R 221 of 633 ~ 34.91%
G 232 of 633 ~ 36.65%
B 180 of 633 ~ 28.44%

%34.91
%36.65
%28.44

CMYK color model

#DDE8B4 color CMYK value is (5,0,22,9).

  • cyan value is 4.74%
  • magenta value is 0.00%
  • yellow value is 22.41%
  • key color value is 9.02%
CMYK:
(5,0,22,9)
C5M0Y22K9 
(5%,0%,22%,9%)
(0.05/0.00/0.22/0.09)	

CMYK percentages

%4.74
%0
%22.41
%9.02

Codes

Color #DDE8B4 in popluar color models

DDE8B4
RGB221232180
HSL73°53.06%80.78%
HSB/HSV73°22.41%90.98%
CMYK4.74%0.00%22.41%
9.02%

Color #DDE8B4 in popluar number systems.

HEXDDE8B4
Decimal221232180
Binary110111011110100010110100
Octal335350264

Shades and tints

Shades of #DDE8B4

#DDE8B4
(221,232,180)
#C9D3A4
(201,211,164)
#B5BE94
(181,190,148)
#A1A984
(161,169,132)
#8D9474
(141,148,116)
#797F64
(121,127,100)
#656A54
(101,106,84)
#515544
(81,85,68)
#3D4034
(61,64,52)
#292B24
(41,43,36)
#151614
(21,22,20)
#000000
(0,0,0)

Tints of #DDE8B4

#DDE8B4
(221,232,180)
#E0EABA
(224,234,186)
#E3ECC0
(227,236,192)
#E6EEC6
(230,238,198)
#E9F0CC
(233,240,204)
#ECF2D2
(236,242,210)
#EFF4D8
(239,244,216)
#F2F6DE
(242,246,222)
#F5F8E4
(245,248,228)
#F8FAEA
(248,250,234)
#FBFCF0
(251,252,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDE8B4; }

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

This text font color is #DDE8B4.


Background Color

.myBgColor { background-color: #DDE8B4; }

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

This div background color is #DDE8B4.


Border color

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

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

This div border color is #DDE8B4.


Opacity

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

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

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

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

This text has shadow with #DDE8B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDE8B4 on black background.


Color preview on white background

This text has color #DDE8B4 on white background.



Black color preview on #DDE8B4 background

This text has black color on #DDE8B4 background.


White color preview on #DDE8B4 background

This text has white color on #DDE8B4 background.