COLOR #DDE4CD

HEX: #DDE4CD
RGB: (221,228,205)

Color info

#DDE4CD contains red, green and blue colors in about the same proportion. Web safe color of #DDE4CD is #CCCCCC (or #CCC).

RGB color model

#DDE4CD color RGB value is (221,228,205).

  • red value is 221;
  • green value is 228;
  • blue value is 205.
RGB:
(221,228,205)
(87%,89%,80%)

RGB channels and saturation

R 221 of 255 = 87%
G 228 of 255 = 89%
B 205 of 255 = 80%

221
228
205

R + G + B ~ 85%. #DDE4CD is quite light color.

Portions of RGB colors in percentages

R + G + B =
221 + 228 + 205 = 654 (100%)
R 221 of 654 ~ 33.79%
G 228 of 654 ~ 34.86%
B 205 of 654 ~ 31.35%

%33.79
%34.86
%31.35

CMYK color model

#DDE4CD color CMYK value is (3,0,10,11).

  • cyan value is 3.07%
  • magenta value is 0.00%
  • yellow value is 10.09%
  • key color value is 10.59%
CMYK:
(3,0,10,11)
C3M0Y10K11 
(3%,0%,10%,11%)
(0.03/0.00/0.10/0.11)	

CMYK percentages

%3.07
%0
%10.09
%10.59

Codes

Color #DDE4CD in popluar color models

DDE4CD
RGB221228205
HSL78°29.87%84.90%
HSB/HSV78°10.09%89.41%
CMYK3.07%0.00%10.09%
10.59%

Color #DDE4CD in popluar number systems.

HEXDDE4CD
Decimal221228205
Binary110111011110010011001101
Octal335344315

Shades and tints

Shades of #DDE4CD

#DDE4CD
(221,228,205)
#C9D0BB
(201,208,187)
#B5BCA9
(181,188,169)
#A1A897
(161,168,151)
#8D9485
(141,148,133)
#798073
(121,128,115)
#656C61
(101,108,97)
#51584F
(81,88,79)
#3D443D
(61,68,61)
#29302B
(41,48,43)
#151C19
(21,28,25)
#000000
(0,0,0)

Tints of #DDE4CD

#DDE4CD
(221,228,205)
#E0E6D1
(224,230,209)
#E3E8D5
(227,232,213)
#E6EAD9
(230,234,217)
#E9ECDD
(233,236,221)
#ECEEE1
(236,238,225)
#EFF0E5
(239,240,229)
#F2F2E9
(242,242,233)
#F5F4ED
(245,244,237)
#F8F6F1
(248,246,241)
#FBF8F5
(251,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDE4CD color. Also use rgb(221,228,205) instead hex code.

Text Font Color

.myTextColor { color: #DDE4CD; }

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

This text font color is #DDE4CD.


Background Color

.myBgColor { background-color: #DDE4CD; }

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

This div background color is #DDE4CD.


Border color

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

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

This div border color is #DDE4CD.


Opacity

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

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

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

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

This text has shadow with #DDE4CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDE4CD on black background.


Color preview on white background

This text has color #DDE4CD on white background.



Black color preview on #DDE4CD background

This text has black color on #DDE4CD background.


White color preview on #DDE4CD background

This text has white color on #DDE4CD background.