COLOR #DDE2CB

HEX: #DDE2CB RGB: (221,226,203)

Color info

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

RGB color model

#DDE2CB color RGB value is (221,226,203).

RGB: (221,226,203) (87%, 89%, 80%)

RGB channels and saturation

R 221 of 255 = 87%
G 226 of 255 = 89%
B 203 of 255 = 80%

221
226
203

R + G + B ~ 85%. #DDE2CB is quite light color.

Portions of RGB colors in percentages

R + G + B = 221 + 226 + 203 = 650 (100%)
R 221 of 650 ~ 34%
G 226 of 650 ~ 34.77%
B 203 of 650 ~ 31.23'%

%34
%34.77
%31.23

CMYK color model

#DDE2CB color CMYK value is (2,0,10,11).

  • cyan value is 2.21%
  • magenta value is 0.00%
  • yellow value is 10.18%
  • key color value is 11.37%

CMYK: (2,0,10,11)
C2M0Y10K11 (2%, 0%, 10%, 11%)
(0.02 / 0.00 / 0.10 / 0.11)

CMYK percentages

%2.21
%0
%10.18
%11.37

Codes

Color #DDE2CB in popluar color models

DD E2 CB
RGB 221 226 203
HSL 73° 28.40% 84.12%
HSB/HSV 73° 10.18% 88.63%
CMYK 2.21% 0.00% 10.18%
11.37%

Color #DDE2CB in popluar number systems.

HEX DD E2 CB
Decimal 221 226 203
Binary 11011101 11100010 11001011
Octal 335 342 313

Shades and tints

Shades of #DDE2CB

#DDE2CB
(221,226,203)
#C9CEB9
(201,206,185)
#B5BAA7
(181,186,167)
#A1A695
(161,166,149)
#8D9283
(141,146,131)
#797E71
(121,126,113)
#656A5F
(101,106,95)
#51564D
(81,86,77)
#3D423B
(61,66,59)
#292E29
(41,46,41)
#151A17
(21,26,23)
#000000
(0,0,0)

Tints of #DDE2CB

#DDE2CB
(221,226,203)
#E0E4CF
(224,228,207)
#E3E6D3
(227,230,211)
#E6E8D7
(230,232,215)
#E9EADB
(233,234,219)
#ECECDF
(236,236,223)
#EFEEE3
(239,238,227)
#F2F0E7
(242,240,231)
#F5F2EB
(245,242,235)
#F8F4EF
(248,244,239)
#FBF6F3
(251,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDE2CB; }

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

This text font color is #DDE2CB.

Background Color

.myBgColor { background-color: #DDE2CB; }

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

This div background color is #DDE2CB.

Border color

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

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

This div border color is #DDE2CB.

Opacity

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

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

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

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

This text has shadow with #DDE2CB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDE2CB.

Preview

Color preview on black background

This text has color #DDE2CB on black background.


Color preview on white background

This text has color #DDE2CB on white background.


Black color preview on #DDE2CB background

This text has black color on #DDE2CB background.


White color preview on #DDE2CB background

This text has white color on #DDE2CB background.


Related colors

Complementary color

Complementary color for #hex is #221D34.


I love getcolorcode.com

Triadic colors

1 #CBDDE2 and #E2CBDD with #DDE2CB are triadic colors.

2 #CBE2DD and #E2DDCB with #DDE2CB are triadic colors.