COLOR #DDE0C1

HEX: #DDE0C1
RGB: (221,224,193)

Color info

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

RGB color model

#DDE0C1 color RGB value is (221,224,193).

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

RGB channels and saturation

R 221 of 255 = 87%
G 224 of 255 = 88%
B 193 of 255 = 76%

221
224
193

R + G + B ~ 84%. #DDE0C1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
221 + 224 + 193 = 638 (100%)
R 221 of 638 ~ 34.64%
G 224 of 638 ~ 35.11%
B 193 of 638 ~ 30.25%

%34.64
%35.11
%30.25

CMYK color model

#DDE0C1 color CMYK value is (1,0,14,12).

  • cyan value is 1.34%
  • magenta value is 0.00%
  • yellow value is 13.84%
  • key color value is 12.16%
CMYK:
(1,0,14,12)
C1M0Y14K12 
(1%,0%,14%,12%)
(0.01/0.00/0.14/0.12)	

CMYK percentages

%1.34
%0
%13.84
%12.16

Codes

Color #DDE0C1 in popluar color models

DDE0C1
RGB221224193
HSL66°33.33%81.76%
HSB/HSV66°13.84%87.84%
CMYK1.34%0.00%13.84%
12.16%

Color #DDE0C1 in popluar number systems.

HEXDDE0C1
Decimal221224193
Binary110111011110000011000001
Octal335340301

Shades and tints

Shades of #DDE0C1

#DDE0C1
(221,224,193)
#C9CCB0
(201,204,176)
#B5B89F
(181,184,159)
#A1A48E
(161,164,142)
#8D907D
(141,144,125)
#797C6C
(121,124,108)
#65685B
(101,104,91)
#51544A
(81,84,74)
#3D4039
(61,64,57)
#292C28
(41,44,40)
#151817
(21,24,23)
#000000
(0,0,0)

Tints of #DDE0C1

#DDE0C1
(221,224,193)
#E0E2C6
(224,226,198)
#E3E4CB
(227,228,203)
#E6E6D0
(230,230,208)
#E9E8D5
(233,232,213)
#ECEADA
(236,234,218)
#EFECDF
(239,236,223)
#F2EEE4
(242,238,228)
#F5F0E9
(245,240,233)
#F8F2EE
(248,242,238)
#FBF4F3
(251,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDE0C1; }

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

This text font color is #DDE0C1.


Background Color

.myBgColor { background-color: #DDE0C1; }

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

This div background color is #DDE0C1.


Border color

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

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

This div border color is #DDE0C1.


Opacity

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

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

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

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

This text has shadow with #DDE0C1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDE0C1 on black background.


Color preview on white background

This text has color #DDE0C1 on white background.



Black color preview on #DDE0C1 background

This text has black color on #DDE0C1 background.


White color preview on #DDE0C1 background

This text has white color on #DDE0C1 background.