COLOR #DDE9DB

HEX: #DDE9DB
RGB: (221,233,219)

Color info

#DDE9DB contains red, green and blue colors in about the same proportion. Web safe color of #DDE9DB is #CCFFCC (or #CFC).

RGB color model

#DDE9DB color RGB value is (221,233,219).

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

RGB channels and saturation

R 221 of 255 = 87%
G 233 of 255 = 91%
B 219 of 255 = 86%

221
233
219

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

Portions of RGB colors in percentages

R + G + B =
221 + 233 + 219 = 673 (100%)
R 221 of 673 ~ 32.84%
G 233 of 673 ~ 34.62%
B 219 of 673 ~ 32.54%

%32.84
%34.62
%32.54

CMYK color model

#DDE9DB color CMYK value is (5,0,6,9).

  • cyan value is 5.15%
  • magenta value is 0.00%
  • yellow value is 6.01%
  • key color value is 8.63%
CMYK:
(5,0,6,9)
C5M0Y6K9 
(5%,0%,6%,9%)
(0.05/0.00/0.06/0.09)	

CMYK percentages

%5.15
%0
%6.01
%8.63

Codes

Color #DDE9DB in popluar color models

DDE9DB
RGB221233219
HSL111°24.14%88.63%
HSB/HSV111°6.01%91.37%
CMYK5.15%0.00%6.01%
8.63%

Color #DDE9DB in popluar number systems.

HEXDDE9DB
Decimal221233219
Binary110111011110100111011011
Octal335351333

Shades and tints

Shades of #DDE9DB

#DDE9DB
(221,233,219)
#C9D4C8
(201,212,200)
#B5BFB5
(181,191,181)
#A1AAA2
(161,170,162)
#8D958F
(141,149,143)
#79807C
(121,128,124)
#656B69
(101,107,105)
#515656
(81,86,86)
#3D4143
(61,65,67)
#292C30
(41,44,48)
#15171D
(21,23,29)
#000000
(0,0,0)

Tints of #DDE9DB

#DDE9DB
(221,233,219)
#E0EBDE
(224,235,222)
#E3EDE1
(227,237,225)
#E6EFE4
(230,239,228)
#E9F1E7
(233,241,231)
#ECF3EA
(236,243,234)
#EFF5ED
(239,245,237)
#F2F7F0
(242,247,240)
#F5F9F3
(245,249,243)
#F8FBF6
(248,251,246)
#FBFDF9
(251,253,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDE9DB; }

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

This text font color is #DDE9DB.


Background Color

.myBgColor { background-color: #DDE9DB; }

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

This div background color is #DDE9DB.


Border color

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

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

This div border color is #DDE9DB.


Opacity

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

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

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

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

This text has shadow with #DDE9DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDE9DB on black background.


Color preview on white background

This text has color #DDE9DB on white background.



Black color preview on #DDE9DB background

This text has black color on #DDE9DB background.


White color preview on #DDE9DB background

This text has white color on #DDE9DB background.