COLOR #DDE8CB

HEX: #DDE8CB RGB: (221,232,203)

Color info

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

RGB color model

#DDE8CB color RGB value is (221,232,203).

RGB: (221,232,203) (87%, 91%, 80%)

RGB channels and saturation

R 221 of 255 = 87%
G 232 of 255 = 91%
B 203 of 255 = 80%

221
232
203

R + G + B ~ 86%. #DDE8CB is light color.

Portions of RGB colors in percentages

R + G + B = 221 + 232 + 203 = 656 (100%)
R 221 of 656 ~ 33.69%
G 232 of 656 ~ 35.37%
B 203 of 656 ~ 30.95'%

%33.69
%35.37
%30.95

CMYK color model

#DDE8CB color CMYK value is (5,0,13,9).

  • cyan value is 4.74%
  • magenta value is 0.00%
  • yellow value is 12.50%
  • key color value is 9.02%
CMYK: (5,0,13,9) C5M0Y13K9 (5%,0%,13%,9%) (0.05/0.00/0.13/0.09) 

CMYK percentages

%4.74
%0
%12.5
%9.02

Codes

Color #DDE8CB in popluar color models

DD E8 CB
RGB 221 232 203
HSL 83° 38.67% 85.29%
HSB/HSV 83° 12.50% 90.98%
CMYK 4.74% 0.00% 12.50%
9.02%

Color #DDE8CB in popluar number systems.

HEX DD E8 CB
Decimal 221 232 203
Binary 11011101 11101000 11001011
Octal 335 350 313

Shades and tints

Shades of #DDE8CB

#DDE8CB
(221,232,203)
#C9D3B9
(201,211,185)
#B5BEA7
(181,190,167)
#A1A995
(161,169,149)
#8D9483
(141,148,131)
#797F71
(121,127,113)
#656A5F
(101,106,95)
#51554D
(81,85,77)
#3D403B
(61,64,59)
#292B29
(41,43,41)
#151617
(21,22,23)
#000000
(0,0,0)

Tints of #DDE8CB

#DDE8CB
(221,232,203)
#E0EACF
(224,234,207)
#E3ECD3
(227,236,211)
#E6EED7
(230,238,215)
#E9F0DB
(233,240,219)
#ECF2DF
(236,242,223)
#EFF4E3
(239,244,227)
#F2F6E7
(242,246,231)
#F5F8EB
(245,248,235)
#F8FAEF
(248,250,239)
#FBFCF3
(251,252,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDE8CB; }

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

This text font color is #DDE8CB.

Background Color

.myBgColor { background-color: #DDE8CB; }

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

This div background color is #DDE8CB.

Border color

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

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

This div border color is #DDE8CB.

Opacity

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

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

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

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

This text has shadow with #DDE8CB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDE8CB.

Preview

Color preview on black background

This text has color #DDE8CB on black background.


Color preview on white background

This text has color #DDE8CB on white background.


Black color preview on #DDE8CB background

This text has black color on #DDE8CB background.


White color preview on #DDE8CB background

This text has white color on #DDE8CB background.


Related colors

Complementary color

Complementary color for #hex is #221734.


I love getcolorcode.com

Triadic colors

1 #CBDDE8 and #E8CBDD with #DDE8CB are triadic colors.

2 #CBE8DD and #E8DDCB with #DDE8CB are triadic colors.