COLOR #DDE0DB

HEX: #DDE0DB RGB: (221,224,219)

Color info

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

RGB color model

#DDE0DB color RGB value is (221,224,219).

RGB: (221,224,219) (87%, 88%, 86%)

RGB channels and saturation

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

221
224
219

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

Portions of RGB colors in percentages

R + G + B = 221 + 224 + 219 = 664 (100%)
R 221 of 664 ~ 33.28%
G 224 of 664 ~ 33.73%
B 219 of 664 ~ 32.98'%

%33.28
%33.73
%32.98

CMYK color model

#DDE0DB color CMYK value is (1,0,2,12).

  • cyan value is 1.34%
  • magenta value is 0.00%
  • yellow value is 2.23%
  • key color value is 12.16%
CMYK: (1,0,2,12) C1M0Y2K12 (1%,0%,2%,12%) (0.01/0.00/0.02/0.12) 

CMYK percentages

%1.34
%0
%2.23
%12.16

Codes

Color #DDE0DB in popluar color models

DD E0 DB
RGB 221 224 219
HSL 96° 7.46% 86.86%
HSB/HSV 96° 2.23% 87.84%
CMYK 1.34% 0.00% 2.23%
12.16%

Color #DDE0DB in popluar number systems.

HEX DD E0 DB
Decimal 221 224 219
Binary 11011101 11100000 11011011
Octal 335 340 333

Shades and tints

Shades of #DDE0DB

#DDE0DB
(221,224,219)
#C9CCC8
(201,204,200)
#B5B8B5
(181,184,181)
#A1A4A2
(161,164,162)
#8D908F
(141,144,143)
#797C7C
(121,124,124)
#656869
(101,104,105)
#515456
(81,84,86)
#3D4043
(61,64,67)
#292C30
(41,44,48)
#15181D
(21,24,29)
#000000
(0,0,0)

Tints of #DDE0DB

#DDE0DB
(221,224,219)
#E0E2DE
(224,226,222)
#E3E4E1
(227,228,225)
#E6E6E4
(230,230,228)
#E9E8E7
(233,232,231)
#ECEAEA
(236,234,234)
#EFECED
(239,236,237)
#F2EEF0
(242,238,240)
#F5F0F3
(245,240,243)
#F8F2F6
(248,242,246)
#FBF4F9
(251,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDE0DB; }

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

This text font color is #DDE0DB.

Background Color

.myBgColor { background-color: #DDE0DB; }

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

This div background color is #DDE0DB.

Border color

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

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

This div border color is #DDE0DB.

Opacity

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

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

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

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

This text has shadow with #DDE0DB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDE0DB.

Preview

Color preview on black background

This text has color #DDE0DB on black background.


Color preview on white background

This text has color #DDE0DB on white background.


Black color preview on #DDE0DB background

This text has black color on #DDE0DB background.


White color preview on #DDE0DB background

This text has white color on #DDE0DB background.


Related colors

Complementary color

Complementary color for #hex is #221F24.


I love getcolorcode.com

Triadic colors

1 #DBDDE0 and #E0DBDD with #DDE0DB are triadic colors.

2 #DBE0DD and #E0DDDB with #DDE0DB are triadic colors.