COLOR #DDE3D0

HEX: #DDE3D0
RGB: (221,227,208)

Color info

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

RGB color model

#DDE3D0 color RGB value is (221,227,208).

  • red value is 221;
  • green value is 227;
  • blue value is 208.
RGB:
(221,227,208)
(87%,89%,82%)

RGB channels and saturation

R 221 of 255 = 87%
G 227 of 255 = 89%
B 208 of 255 = 82%

221
227
208

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

Portions of RGB colors in percentages

R + G + B =
221 + 227 + 208 = 656 (100%)
R 221 of 656 ~ 33.69%
G 227 of 656 ~ 34.6%
B 208 of 656 ~ 31.71%

%33.69
%34.6
%31.71

CMYK color model

#DDE3D0 color CMYK value is (3,0,8,11).

  • cyan value is 2.64%
  • magenta value is 0.00%
  • yellow value is 8.37%
  • key color value is 10.98%
CMYK:
(3,0,8,11)
C3M0Y8K11 
(3%,0%,8%,11%)
(0.03/0.00/0.08/0.11)	

CMYK percentages

%2.64
%0
%8.37
%10.98

Codes

Color #DDE3D0 in popluar color models

DDE3D0
RGB221227208
HSL79°25.33%85.29%
HSB/HSV79°8.37%89.02%
CMYK2.64%0.00%8.37%
10.98%

Color #DDE3D0 in popluar number systems.

HEXDDE3D0
Decimal221227208
Binary110111011110001111010000
Octal335343320

Shades and tints

Shades of #DDE3D0

#DDE3D0
(221,227,208)
#C9CFBE
(201,207,190)
#B5BBAC
(181,187,172)
#A1A79A
(161,167,154)
#8D9388
(141,147,136)
#797F76
(121,127,118)
#656B64
(101,107,100)
#515752
(81,87,82)
#3D4340
(61,67,64)
#292F2E
(41,47,46)
#151B1C
(21,27,28)
#000000
(0,0,0)

Tints of #DDE3D0

#DDE3D0
(221,227,208)
#E0E5D4
(224,229,212)
#E3E7D8
(227,231,216)
#E6E9DC
(230,233,220)
#E9EBE0
(233,235,224)
#ECEDE4
(236,237,228)
#EFEFE8
(239,239,232)
#F2F1EC
(242,241,236)
#F5F3F0
(245,243,240)
#F8F5F4
(248,245,244)
#FBF7F8
(251,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDE3D0 color. Also use rgb(221,227,208) instead hex code.

Text Font Color

.myTextColor { color: #DDE3D0; }

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

This text font color is #DDE3D0.


Background Color

.myBgColor { background-color: #DDE3D0; }

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

This div background color is #DDE3D0.


Border color

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

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

This div border color is #DDE3D0.


Opacity

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

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

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

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

This text has shadow with #DDE3D0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDE3D0 on black background.


Color preview on white background

This text has color #DDE3D0 on white background.



Black color preview on #DDE3D0 background

This text has black color on #DDE3D0 background.


White color preview on #DDE3D0 background

This text has white color on #DDE3D0 background.