COLOR #DDE1CF

HEX: #DDE1CF
RGB: (221,225,207)

Color info

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

RGB color model

#DDE1CF color RGB value is (221,225,207).

  • red value is 221;
  • green value is 225;
  • blue value is 207.
RGB:
(221,225,207)
(87%,88%,81%)

RGB channels and saturation

R 221 of 255 = 87%
G 225 of 255 = 88%
B 207 of 255 = 81%

221
225
207

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

Portions of RGB colors in percentages

R + G + B =
221 + 225 + 207 = 653 (100%)
R 221 of 653 ~ 33.84%
G 225 of 653 ~ 34.46%
B 207 of 653 ~ 31.7%

%33.84
%34.46
%31.7

CMYK color model

#DDE1CF color CMYK value is (2,0,8,12).

  • cyan value is 1.78%
  • magenta value is 0.00%
  • yellow value is 8.00%
  • key color value is 11.76%
CMYK:
(2,0,8,12)
C2M0Y8K12 
(2%,0%,8%,12%)
(0.02/0.00/0.08/0.12)	

CMYK percentages

%1.78
%0
%8
%11.76

Codes

Color #DDE1CF in popluar color models

DDE1CF
RGB221225207
HSL73°23.08%84.71%
HSB/HSV73°8.00%88.24%
CMYK1.78%0.00%8.00%
11.76%

Color #DDE1CF in popluar number systems.

HEXDDE1CF
Decimal221225207
Binary110111011110000111001111
Octal335341317

Shades and tints

Shades of #DDE1CF

#DDE1CF
(221,225,207)
#C9CDBD
(201,205,189)
#B5B9AB
(181,185,171)
#A1A599
(161,165,153)
#8D9187
(141,145,135)
#797D75
(121,125,117)
#656963
(101,105,99)
#515551
(81,85,81)
#3D413F
(61,65,63)
#292D2D
(41,45,45)
#15191B
(21,25,27)
#000000
(0,0,0)

Tints of #DDE1CF

#DDE1CF
(221,225,207)
#E0E3D3
(224,227,211)
#E3E5D7
(227,229,215)
#E6E7DB
(230,231,219)
#E9E9DF
(233,233,223)
#ECEBE3
(236,235,227)
#EFEDE7
(239,237,231)
#F2EFEB
(242,239,235)
#F5F1EF
(245,241,239)
#F8F3F3
(248,243,243)
#FBF5F7
(251,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDE1CF; }

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

This text font color is #DDE1CF.


Background Color

.myBgColor { background-color: #DDE1CF; }

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

This div background color is #DDE1CF.


Border color

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

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

This div border color is #DDE1CF.


Opacity

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

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

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

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

This text has shadow with #DDE1CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDE1CF on black background.


Color preview on white background

This text has color #DDE1CF on white background.



Black color preview on #DDE1CF background

This text has black color on #DDE1CF background.


White color preview on #DDE1CF background

This text has white color on #DDE1CF background.