COLOR #DDE1CD

HEX: #DDE1CD
RGB: (221,225,205)

Color info

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

RGB color model

#DDE1CD color RGB value is (221,225,205).

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

RGB channels and saturation

R 221 of 255 = 87%
G 225 of 255 = 88%
B 205 of 255 = 80%

221
225
205

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

Portions of RGB colors in percentages

R + G + B =
221 + 225 + 205 = 651 (100%)
R 221 of 651 ~ 33.95%
G 225 of 651 ~ 34.56%
B 205 of 651 ~ 31.49%

%33.95
%34.56
%31.49

CMYK color model

#DDE1CD color CMYK value is (2,0,9,12).

  • cyan value is 1.78%
  • magenta value is 0.00%
  • yellow value is 8.89%
  • key color value is 11.76%
CMYK:
(2,0,9,12)
C2M0Y9K12 
(2%,0%,9%,12%)
(0.02/0.00/0.09/0.12)	

CMYK percentages

%1.78
%0
%8.89
%11.76

Codes

Color #DDE1CD in popluar color models

DDE1CD
RGB221225205
HSL72°25.00%84.31%
HSB/HSV72°8.89%88.24%
CMYK1.78%0.00%8.89%
11.76%

Color #DDE1CD in popluar number systems.

HEXDDE1CD
Decimal221225205
Binary110111011110000111001101
Octal335341315

Shades and tints

Shades of #DDE1CD

#DDE1CD
(221,225,205)
#C9CDBB
(201,205,187)
#B5B9A9
(181,185,169)
#A1A597
(161,165,151)
#8D9185
(141,145,133)
#797D73
(121,125,115)
#656961
(101,105,97)
#51554F
(81,85,79)
#3D413D
(61,65,61)
#292D2B
(41,45,43)
#151919
(21,25,25)
#000000
(0,0,0)

Tints of #DDE1CD

#DDE1CD
(221,225,205)
#E0E3D1
(224,227,209)
#E3E5D5
(227,229,213)
#E6E7D9
(230,231,217)
#E9E9DD
(233,233,221)
#ECEBE1
(236,235,225)
#EFEDE5
(239,237,229)
#F2EFE9
(242,239,233)
#F5F1ED
(245,241,237)
#F8F3F1
(248,243,241)
#FBF5F5
(251,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDE1CD; }

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

This text font color is #DDE1CD.


Background Color

.myBgColor { background-color: #DDE1CD; }

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

This div background color is #DDE1CD.


Border color

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

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

This div border color is #DDE1CD.


Opacity

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

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

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

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

This text has shadow with #DDE1CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDE1CD on black background.


Color preview on white background

This text has color #DDE1CD on white background.



Black color preview on #DDE1CD background

This text has black color on #DDE1CD background.


White color preview on #DDE1CD background

This text has white color on #DDE1CD background.