COLOR #DDE1DB

HEX: #DDE1DB
RGB: (221,225,219)

Color info

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

RGB color model

#DDE1DB color RGB value is (221,225,219).

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

RGB channels and saturation

R 221 of 255 = 87%
G 225 of 255 = 88%
B 219 of 255 = 86%

221
225
219

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

Portions of RGB colors in percentages

R + G + B =
221 + 225 + 219 = 665 (100%)
R 221 of 665 ~ 33.23%
G 225 of 665 ~ 33.83%
B 219 of 665 ~ 32.93%

%33.23
%33.83
%32.93

CMYK color model

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

  • cyan value is 1.78%
  • magenta value is 0.00%
  • yellow value is 2.67%
  • 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
%2.67
%11.76

Codes

Color #DDE1DB in popluar color models

DDE1DB
RGB221225219
HSL100°9.09%87.06%
HSB/HSV100°2.67%88.24%
CMYK1.78%0.00%2.67%
11.76%

Color #DDE1DB in popluar number systems.

HEXDDE1DB
Decimal221225219
Binary110111011110000111011011
Octal335341333

Shades and tints

Shades of #DDE1DB

#DDE1DB
(221,225,219)
#C9CDC8
(201,205,200)
#B5B9B5
(181,185,181)
#A1A5A2
(161,165,162)
#8D918F
(141,145,143)
#797D7C
(121,125,124)
#656969
(101,105,105)
#515556
(81,85,86)
#3D4143
(61,65,67)
#292D30
(41,45,48)
#15191D
(21,25,29)
#000000
(0,0,0)

Tints of #DDE1DB

#DDE1DB
(221,225,219)
#E0E3DE
(224,227,222)
#E3E5E1
(227,229,225)
#E6E7E4
(230,231,228)
#E9E9E7
(233,233,231)
#ECEBEA
(236,235,234)
#EFEDED
(239,237,237)
#F2EFF0
(242,239,240)
#F5F1F3
(245,241,243)
#F8F3F6
(248,243,246)
#FBF5F9
(251,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDE1DB; }

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

This text font color is #DDE1DB.


Background Color

.myBgColor { background-color: #DDE1DB; }

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

This div background color is #DDE1DB.


Border color

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

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

This div border color is #DDE1DB.


Opacity

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

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

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

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

This text has shadow with #DDE1DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDE1DB on black background.


Color preview on white background

This text has color #DDE1DB on white background.



Black color preview on #DDE1DB background

This text has black color on #DDE1DB background.


White color preview on #DDE1DB background

This text has white color on #DDE1DB background.