COLOR #DDD1DE

HEX: #DDD1DE
RGB: (221,209,222)

Color info

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

RGB color model

#DDD1DE color RGB value is (221,209,222).

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

RGB channels and saturation

R 221 of 255 = 87%
G 209 of 255 = 82%
B 222 of 255 = 87%

221
209
222

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

Portions of RGB colors in percentages

R + G + B =
221 + 209 + 222 = 652 (100%)
R 221 of 652 ~ 33.9%
G 209 of 652 ~ 32.06%
B 222 of 652 ~ 34.05%

%33.9
%32.06
%34.05

CMYK color model

#DDD1DE color CMYK value is (0,6,0,13).

  • cyan value is 0.45%
  • magenta value is 5.86%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK:
(0,6,0,13)
C0M6Y0K13 
(0%,6%,0%,13%)
(0.00/0.06/0.00/0.13)	

CMYK percentages

%0.45
%5.86
%0
%12.94

Codes

Color #DDD1DE in popluar color models

DDD1DE
RGB221209222
HSL295°16.46%84.51%
HSB/HSV295°5.86%87.06%
CMYK0.45%5.86%0.00%
12.94%

Color #DDD1DE in popluar number systems.

HEXDDD1DE
Decimal221209222
Binary110111011101000111011110
Octal335321336

Shades and tints

Shades of #DDD1DE

#DDD1DE
(221,209,222)
#C9BECA
(201,190,202)
#B5ABB6
(181,171,182)
#A198A2
(161,152,162)
#8D858E
(141,133,142)
#79727A
(121,114,122)
#655F66
(101,95,102)
#514C52
(81,76,82)
#3D393E
(61,57,62)
#29262A
(41,38,42)
#151316
(21,19,22)
#000000
(0,0,0)

Tints of #DDD1DE

#DDD1DE
(221,209,222)
#E0D5E1
(224,213,225)
#E3D9E4
(227,217,228)
#E6DDE7
(230,221,231)
#E9E1EA
(233,225,234)
#ECE5ED
(236,229,237)
#EFE9F0
(239,233,240)
#F2EDF3
(242,237,243)
#F5F1F6
(245,241,246)
#F8F5F9
(248,245,249)
#FBF9FC
(251,249,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDD1DE; }

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

This text font color is #DDD1DE.


Background Color

.myBgColor { background-color: #DDD1DE; }

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

This div background color is #DDD1DE.


Border color

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

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

This div border color is #DDD1DE.


Opacity

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

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

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

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

This text has shadow with #DDD1DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDD1DE on black background.


Color preview on white background

This text has color #DDD1DE on white background.



Black color preview on #DDD1DE background

This text has black color on #DDD1DE background.


White color preview on #DDD1DE background

This text has white color on #DDD1DE background.