COLOR #DDDED1

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

221
222
209

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

Portions of RGB colors in percentages

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

%33.9
%34.05
%32.06

CMYK color model

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

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

CMYK percentages

%0.45
%0
%5.86
%12.94

Codes

Color #DDDED1 in popluar color models

DDDED1
RGB221222209
HSL65°16.46%84.51%
HSB/HSV65°5.86%87.06%
CMYK0.45%0.00%5.86%
12.94%

Color #DDDED1 in popluar number systems.

HEXDDDED1
Decimal221222209
Binary110111011101111011010001
Octal335336321

Shades and tints

Shades of #DDDED1

#DDDED1
(221,222,209)
#C9CABE
(201,202,190)
#B5B6AB
(181,182,171)
#A1A298
(161,162,152)
#8D8E85
(141,142,133)
#797A72
(121,122,114)
#65665F
(101,102,95)
#51524C
(81,82,76)
#3D3E39
(61,62,57)
#292A26
(41,42,38)
#151613
(21,22,19)
#000000
(0,0,0)

Tints of #DDDED1

#DDDED1
(221,222,209)
#E0E1D5
(224,225,213)
#E3E4D9
(227,228,217)
#E6E7DD
(230,231,221)
#E9EAE1
(233,234,225)
#ECEDE5
(236,237,229)
#EFF0E9
(239,240,233)
#F2F3ED
(242,243,237)
#F5F6F1
(245,246,241)
#F8F9F5
(248,249,245)
#FBFCF9
(251,252,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDDED1; }

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

This text font color is #DDDED1.


Background Color

.myBgColor { background-color: #DDDED1; }

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

This div background color is #DDDED1.


Border color

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

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

This div border color is #DDDED1.


Opacity

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

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

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

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

This text has shadow with #DDDED1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDDED1 on black background.


Color preview on white background

This text has color #DDDED1 on white background.



Black color preview on #DDDED1 background

This text has black color on #DDDED1 background.


White color preview on #DDDED1 background

This text has white color on #DDDED1 background.