COLOR #DDE5CF

HEX: #DDE5CF RGB: (221,229,207)

Color info

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

RGB color model

#DDE5CF color RGB value is (221,229,207).

RGB: (221,229,207) (87%, 90%, 81%)

RGB channels and saturation

R 221 of 255 = 87%
G 229 of 255 = 90%
B 207 of 255 = 81%

221
229
207

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

Portions of RGB colors in percentages

R + G + B = 221 + 229 + 207 = 657 (100%)
R 221 of 657 ~ 33.64%
G 229 of 657 ~ 34.86%
B 207 of 657 ~ 31.51'%

%33.64
%34.86
%31.51

CMYK color model

#DDE5CF color CMYK value is (3,0,10,10).

  • cyan value is 3.49%
  • magenta value is 0.00%
  • yellow value is 9.61%
  • key color value is 10.20%
CMYK: (3,0,10,10) C3M0Y10K10 (3%,0%,10%,10%) (0.03/0.00/0.10/0.10) 

CMYK percentages

%3.49
%0
%9.61
%10.2

Codes

Color #DDE5CF in popluar color models

DD E5 CF
RGB 221 229 207
HSL 82° 29.73% 85.49%
HSB/HSV 82° 9.61% 89.80%
CMYK 3.49% 0.00% 9.61%
10.20%

Color #DDE5CF in popluar number systems.

HEX DD E5 CF
Decimal 221 229 207
Binary 11011101 11100101 11001111
Octal 335 345 317

Shades and tints

Shades of #DDE5CF

#DDE5CF
(221,229,207)
#C9D1BD
(201,209,189)
#B5BDAB
(181,189,171)
#A1A999
(161,169,153)
#8D9587
(141,149,135)
#798175
(121,129,117)
#656D63
(101,109,99)
#515951
(81,89,81)
#3D453F
(61,69,63)
#29312D
(41,49,45)
#151D1B
(21,29,27)
#000000
(0,0,0)

Tints of #DDE5CF

#DDE5CF
(221,229,207)
#E0E7D3
(224,231,211)
#E3E9D7
(227,233,215)
#E6EBDB
(230,235,219)
#E9EDDF
(233,237,223)
#ECEFE3
(236,239,227)
#EFF1E7
(239,241,231)
#F2F3EB
(242,243,235)
#F5F5EF
(245,245,239)
#F8F7F3
(248,247,243)
#FBF9F7
(251,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDE5CF color. Also use rgb(221,229,207) instead hex code.

Text Font Color

.myTextColor { color: #DDE5CF; }

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

This text font color is #DDE5CF.

Background Color

.myBgColor { background-color: #DDE5CF; }

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

This div background color is #DDE5CF.

Border color

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

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

This div border color is #DDE5CF.

Opacity

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

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

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

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

This text has shadow with #DDE5CF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDE5CF.

Preview

Color preview on black background

This text has color #DDE5CF on black background.


Color preview on white background

This text has color #DDE5CF on white background.


Black color preview on #DDE5CF background

This text has black color on #DDE5CF background.


White color preview on #DDE5CF background

This text has white color on #DDE5CF background.


Related colors

Complementary color

Complementary color for #hex is #221A30.


I love getcolorcode.com

Triadic colors

1 #CFDDE5 and #E5CFDD with #DDE5CF are triadic colors.

2 #CFE5DD and #E5DDCF with #DDE5CF are triadic colors.