COLOR #DDE8DB

HEX: #DDE8DB RGB: (221,232,219)

Color info

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

RGB color model

#DDE8DB color RGB value is (221,232,219).

RGB: (221,232,219) (87%, 91%, 86%)

RGB channels and saturation

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

221
232
219

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

Portions of RGB colors in percentages

R + G + B = 221 + 232 + 219 = 672 (100%)
R 221 of 672 ~ 32.89%
G 232 of 672 ~ 34.52%
B 219 of 672 ~ 32.59'%

%32.89
%34.52
%32.59

CMYK color model

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

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

CMYK percentages

%4.74
%0
%5.6
%9.02

Codes

Color #DDE8DB in popluar color models

DD E8 DB
RGB 221 232 219
HSL 111° 22.03% 88.43%
HSB/HSV 111° 5.60% 90.98%
CMYK 4.74% 0.00% 5.60%
9.02%

Color #DDE8DB in popluar number systems.

HEX DD E8 DB
Decimal 221 232 219
Binary 11011101 11101000 11011011
Octal 335 350 333

Shades and tints

Shades of #DDE8DB

#DDE8DB
(221,232,219)
#C9D3C8
(201,211,200)
#B5BEB5
(181,190,181)
#A1A9A2
(161,169,162)
#8D948F
(141,148,143)
#797F7C
(121,127,124)
#656A69
(101,106,105)
#515556
(81,85,86)
#3D4043
(61,64,67)
#292B30
(41,43,48)
#15161D
(21,22,29)
#000000
(0,0,0)

Tints of #DDE8DB

#DDE8DB
(221,232,219)
#E0EADE
(224,234,222)
#E3ECE1
(227,236,225)
#E6EEE4
(230,238,228)
#E9F0E7
(233,240,231)
#ECF2EA
(236,242,234)
#EFF4ED
(239,244,237)
#F2F6F0
(242,246,240)
#F5F8F3
(245,248,243)
#F8FAF6
(248,250,246)
#FBFCF9
(251,252,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDE8DB; }

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

This text font color is #DDE8DB.

Background Color

.myBgColor { background-color: #DDE8DB; }

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

This div background color is #DDE8DB.

Border color

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

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

This div border color is #DDE8DB.

Opacity

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

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

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

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

This text has shadow with #DDE8DB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDE8DB.

Preview

Color preview on black background

This text has color #DDE8DB on black background.


Color preview on white background

This text has color #DDE8DB on white background.


Black color preview on #DDE8DB background

This text has black color on #DDE8DB background.


White color preview on #DDE8DB background

This text has white color on #DDE8DB background.


Related colors

Complementary color

Complementary color for #hex is #221724.


I love getcolorcode.com

Triadic colors

1 #DBDDE8 and #E8DBDD with #DDE8DB are triadic colors.

2 #DBE8DD and #E8DDDB with #DDE8DB are triadic colors.