COLOR #DDE6CF

HEX: #DDE6CF RGB: (221,230,207)

Color info

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

RGB color model

#DDE6CF color RGB value is (221,230,207).

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

RGB channels and saturation

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

221
230
207

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

Portions of RGB colors in percentages

R + G + B = 221 + 230 + 207 = 658 (100%)
R 221 of 658 ~ 33.59%
G 230 of 658 ~ 34.95%
B 207 of 658 ~ 31.46'%

%33.59
%34.95
%31.46

CMYK color model

#DDE6CF color CMYK value is (4,0,10,10).

  • cyan value is 3.91%
  • magenta value is 0.00%
  • yellow value is 10.00%
  • key color value is 9.80%

CMYK: (4,0,10,10)
C4M0Y10K10 (4%, 0%, 10%, 10%)
(0.04 / 0.00 / 0.10 / 0.10)

CMYK percentages

%3.91
%0
%10
%9.8

Codes

Color #DDE6CF in popluar color models

DD E6 CF
RGB 221 230 207
HSL 83° 31.51% 85.69%
HSB/HSV 83° 10.00% 90.20%
CMYK 3.91% 0.00% 10.00%
9.80%

Color #DDE6CF in popluar number systems.

HEX DD E6 CF
Decimal 221 230 207
Binary 11011101 11100110 11001111
Octal 335 346 317

Shades and tints

Shades of #DDE6CF

#DDE6CF
(221,230,207)
#C9D2BD
(201,210,189)
#B5BEAB
(181,190,171)
#A1AA99
(161,170,153)
#8D9687
(141,150,135)
#798275
(121,130,117)
#656E63
(101,110,99)
#515A51
(81,90,81)
#3D463F
(61,70,63)
#29322D
(41,50,45)
#151E1B
(21,30,27)
#000000
(0,0,0)

Tints of #DDE6CF

#DDE6CF
(221,230,207)
#E0E8D3
(224,232,211)
#E3EAD7
(227,234,215)
#E6ECDB
(230,236,219)
#E9EEDF
(233,238,223)
#ECF0E3
(236,240,227)
#EFF2E7
(239,242,231)
#F2F4EB
(242,244,235)
#F5F6EF
(245,246,239)
#F8F8F3
(248,248,243)
#FBFAF7
(251,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDE6CF; }

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

This text font color is #DDE6CF.

Background Color

.myBgColor { background-color: #DDE6CF; }

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

This div background color is #DDE6CF.

Border color

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

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

This div border color is #DDE6CF.

Opacity

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

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

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

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

This text has shadow with #DDE6CF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDE6CF.

Preview

Color preview on black background

This text has color #DDE6CF on black background.


Color preview on white background

This text has color #DDE6CF on white background.


Black color preview on #DDE6CF background

This text has black color on #DDE6CF background.


White color preview on #DDE6CF background

This text has white color on #DDE6CF background.


Related colors

Complementary color

Complementary color for #hex is #221930.


I love getcolorcode.com

Triadic colors

1 #CFDDE6 and #E6CFDD with #DDE6CF are triadic colors.

2 #CFE6DD and #E6DDCF with #DDE6CF are triadic colors.