COLOR #DDD6DE

HEX: #DDD6DE
RGB: (221,214,222)

Color info

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

RGB color model

#DDD6DE color RGB value is (221,214,222).

  • red value is 221;
  • green value is 214;
  • blue value is 222.
RGB:
(221,214,222)
(87%,84%,87%)

RGB channels and saturation

R 221 of 255 = 87%
G 214 of 255 = 84%
B 222 of 255 = 87%

221
214
222

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

Portions of RGB colors in percentages

R + G + B =
221 + 214 + 222 = 657 (100%)
R 221 of 657 ~ 33.64%
G 214 of 657 ~ 32.57%
B 222 of 657 ~ 33.79%

%33.64
%32.57
%33.79

CMYK color model

#DDD6DE color CMYK value is (0,4,0,13).

  • cyan value is 0.45%
  • magenta value is 3.60%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK:
(0,4,0,13)
C0M4Y0K13 
(0%,4%,0%,13%)
(0.00/0.04/0.00/0.13)	

CMYK percentages

%0.45
%3.6
%0
%12.94

Codes

Color #DDD6DE in popluar color models

DDD6DE
RGB221214222
HSL293°10.81%85.49%
HSB/HSV293°3.60%87.06%
CMYK0.45%3.60%0.00%
12.94%

Color #DDD6DE in popluar number systems.

HEXDDD6DE
Decimal221214222
Binary110111011101011011011110
Octal335326336

Shades and tints

Shades of #DDD6DE

#DDD6DE
(221,214,222)
#C9C3CA
(201,195,202)
#B5B0B6
(181,176,182)
#A19DA2
(161,157,162)
#8D8A8E
(141,138,142)
#79777A
(121,119,122)
#656466
(101,100,102)
#515152
(81,81,82)
#3D3E3E
(61,62,62)
#292B2A
(41,43,42)
#151816
(21,24,22)
#000000
(0,0,0)

Tints of #DDD6DE

#DDD6DE
(221,214,222)
#E0D9E1
(224,217,225)
#E3DCE4
(227,220,228)
#E6DFE7
(230,223,231)
#E9E2EA
(233,226,234)
#ECE5ED
(236,229,237)
#EFE8F0
(239,232,240)
#F2EBF3
(242,235,243)
#F5EEF6
(245,238,246)
#F8F1F9
(248,241,249)
#FBF4FC
(251,244,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDD6DE color. Also use rgb(221,214,222) instead hex code.

Text Font Color

.myTextColor { color: #DDD6DE; }

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

This text font color is #DDD6DE.


Background Color

.myBgColor { background-color: #DDD6DE; }

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

This div background color is #DDD6DE.


Border color

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

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

This div border color is #DDD6DE.


Opacity

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

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

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

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

This text has shadow with #DDD6DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDD6DE on black background.


Color preview on white background

This text has color #DDD6DE on white background.



Black color preview on #DDD6DE background

This text has black color on #DDD6DE background.


White color preview on #DDD6DE background

This text has white color on #DDD6DE background.