COLOR #DDE0CC

HEX: #DDE0CC
RGB: (221,224,204)

Color info

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

RGB color model

#DDE0CC color RGB value is (221,224,204).

  • red value is 221;
  • green value is 224;
  • blue value is 204.
RGB:
(221,224,204)
(87%,88%,80%)

RGB channels and saturation

R 221 of 255 = 87%
G 224 of 255 = 88%
B 204 of 255 = 80%

221
224
204

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

Portions of RGB colors in percentages

R + G + B =
221 + 224 + 204 = 649 (100%)
R 221 of 649 ~ 34.05%
G 224 of 649 ~ 34.51%
B 204 of 649 ~ 31.43%

%34.05
%34.51
%31.43

CMYK color model

#DDE0CC color CMYK value is (1,0,9,12).

  • cyan value is 1.34%
  • magenta value is 0.00%
  • yellow value is 8.93%
  • key color value is 12.16%
CMYK:
(1,0,9,12)
C1M0Y9K12 
(1%,0%,9%,12%)
(0.01/0.00/0.09/0.12)	

CMYK percentages

%1.34
%0
%8.93
%12.16

Codes

Color #DDE0CC in popluar color models

DDE0CC
RGB221224204
HSL69°24.39%83.92%
HSB/HSV69°8.93%87.84%
CMYK1.34%0.00%8.93%
12.16%

Color #DDE0CC in popluar number systems.

HEXDDE0CC
Decimal221224204
Binary110111011110000011001100
Octal335340314

Shades and tints

Shades of #DDE0CC

#DDE0CC
(221,224,204)
#C9CCBA
(201,204,186)
#B5B8A8
(181,184,168)
#A1A496
(161,164,150)
#8D9084
(141,144,132)
#797C72
(121,124,114)
#656860
(101,104,96)
#51544E
(81,84,78)
#3D403C
(61,64,60)
#292C2A
(41,44,42)
#151818
(21,24,24)
#000000
(0,0,0)

Tints of #DDE0CC

#DDE0CC
(221,224,204)
#E0E2D0
(224,226,208)
#E3E4D4
(227,228,212)
#E6E6D8
(230,230,216)
#E9E8DC
(233,232,220)
#ECEAE0
(236,234,224)
#EFECE4
(239,236,228)
#F2EEE8
(242,238,232)
#F5F0EC
(245,240,236)
#F8F2F0
(248,242,240)
#FBF4F4
(251,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDE0CC; }

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

This text font color is #DDE0CC.


Background Color

.myBgColor { background-color: #DDE0CC; }

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

This div background color is #DDE0CC.


Border color

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

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

This div border color is #DDE0CC.


Opacity

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

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

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

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

This text has shadow with #DDE0CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDE0CC on black background.


Color preview on white background

This text has color #DDE0CC on white background.



Black color preview on #DDE0CC background

This text has black color on #DDE0CC background.


White color preview on #DDE0CC background

This text has white color on #DDE0CC background.