COLOR #DDE5DB

HEX: #DDE5DB
RGB: (221,229,219)

Color info

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

RGB color model

#DDE5DB color RGB value is (221,229,219).

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

RGB channels and saturation

R 221 of 255 = 87%
G 229 of 255 = 90%
B 219 of 255 = 86%

221
229
219

R + G + B ~ 88%. #DDE5DB is light color.

Portions of RGB colors in percentages

R + G + B =
221 + 229 + 219 = 669 (100%)
R 221 of 669 ~ 33.03%
G 229 of 669 ~ 34.23%
B 219 of 669 ~ 32.74%

%33.03
%34.23
%32.74

CMYK color model

#DDE5DB color CMYK value is (3,0,4,10).

  • cyan value is 3.49%
  • magenta value is 0.00%
  • yellow value is 4.37%
  • key color value is 10.20%
CMYK:
(3,0,4,10)
C3M0Y4K10 
(3%,0%,4%,10%)
(0.03/0.00/0.04/0.10)	

CMYK percentages

%3.49
%0
%4.37
%10.2

Codes

Color #DDE5DB in popluar color models

DDE5DB
RGB221229219
HSL108°16.13%87.84%
HSB/HSV108°4.37%89.80%
CMYK3.49%0.00%4.37%
10.20%

Color #DDE5DB in popluar number systems.

HEXDDE5DB
Decimal221229219
Binary110111011110010111011011
Octal335345333

Shades and tints

Shades of #DDE5DB

#DDE5DB
(221,229,219)
#C9D1C8
(201,209,200)
#B5BDB5
(181,189,181)
#A1A9A2
(161,169,162)
#8D958F
(141,149,143)
#79817C
(121,129,124)
#656D69
(101,109,105)
#515956
(81,89,86)
#3D4543
(61,69,67)
#293130
(41,49,48)
#151D1D
(21,29,29)
#000000
(0,0,0)

Tints of #DDE5DB

#DDE5DB
(221,229,219)
#E0E7DE
(224,231,222)
#E3E9E1
(227,233,225)
#E6EBE4
(230,235,228)
#E9EDE7
(233,237,231)
#ECEFEA
(236,239,234)
#EFF1ED
(239,241,237)
#F2F3F0
(242,243,240)
#F5F5F3
(245,245,243)
#F8F7F6
(248,247,246)
#FBF9F9
(251,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDE5DB; }

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

This text font color is #DDE5DB.


Background Color

.myBgColor { background-color: #DDE5DB; }

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

This div background color is #DDE5DB.


Border color

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

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

This div border color is #DDE5DB.


Opacity

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

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

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

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

This text has shadow with #DDE5DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDE5DB on black background.


Color preview on white background

This text has color #DDE5DB on white background.



Black color preview on #DDE5DB background

This text has black color on #DDE5DB background.


White color preview on #DDE5DB background

This text has white color on #DDE5DB background.