COLOR #DDE1DA

HEX: #DDE1DA
RGB: (221,225,218)

Color info

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

RGB color model

#DDE1DA color RGB value is (221,225,218).

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

RGB channels and saturation

R 221 of 255 = 87%
G 225 of 255 = 88%
B 218 of 255 = 85%

221
225
218

R + G + B ~ 87%. #DDE1DA is light color.

Portions of RGB colors in percentages

R + G + B =
221 + 225 + 218 = 664 (100%)
R 221 of 664 ~ 33.28%
G 225 of 664 ~ 33.89%
B 218 of 664 ~ 32.83%

%33.28
%33.89
%32.83

CMYK color model

#DDE1DA color CMYK value is (2,0,3,12).

  • cyan value is 1.78%
  • magenta value is 0.00%
  • yellow value is 3.11%
  • key color value is 11.76%
CMYK:
(2,0,3,12)
C2M0Y3K12 
(2%,0%,3%,12%)
(0.02/0.00/0.03/0.12)	

CMYK percentages

%1.78
%0
%3.11
%11.76

Codes

Color #DDE1DA in popluar color models

DDE1DA
RGB221225218
HSL94°10.45%86.86%
HSB/HSV94°3.11%88.24%
CMYK1.78%0.00%3.11%
11.76%

Color #DDE1DA in popluar number systems.

HEXDDE1DA
Decimal221225218
Binary110111011110000111011010
Octal335341332

Shades and tints

Shades of #DDE1DA

#DDE1DA
(221,225,218)
#C9CDC7
(201,205,199)
#B5B9B4
(181,185,180)
#A1A5A1
(161,165,161)
#8D918E
(141,145,142)
#797D7B
(121,125,123)
#656968
(101,105,104)
#515555
(81,85,85)
#3D4142
(61,65,66)
#292D2F
(41,45,47)
#15191C
(21,25,28)
#000000
(0,0,0)

Tints of #DDE1DA

#DDE1DA
(221,225,218)
#E0E3DD
(224,227,221)
#E3E5E0
(227,229,224)
#E6E7E3
(230,231,227)
#E9E9E6
(233,233,230)
#ECEBE9
(236,235,233)
#EFEDEC
(239,237,236)
#F2EFEF
(242,239,239)
#F5F1F2
(245,241,242)
#F8F3F5
(248,243,245)
#FBF5F8
(251,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDE1DA; }

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

This text font color is #DDE1DA.


Background Color

.myBgColor { background-color: #DDE1DA; }

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

This div background color is #DDE1DA.


Border color

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

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

This div border color is #DDE1DA.


Opacity

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

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

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

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

This text has shadow with #DDE1DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDE1DA on black background.


Color preview on white background

This text has color #DDE1DA on white background.



Black color preview on #DDE1DA background

This text has black color on #DDE1DA background.


White color preview on #DDE1DA background

This text has white color on #DDE1DA background.