COLOR #DDDED3

HEX: #DDDED3 RGB: (221,222,211)

Color info

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

RGB color model

#DDDED3 color RGB value is (221,222,211).

RGB: (221,222,211) (87%, 87%, 83%)

RGB channels and saturation

R 221 of 255 = 87%
G 222 of 255 = 87%
B 211 of 255 = 83%

221
222
211

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

Portions of RGB colors in percentages

R + G + B = 221 + 222 + 211 = 654 (100%)
R 221 of 654 ~ 33.79%
G 222 of 654 ~ 33.94%
B 211 of 654 ~ 32.26'%

%33.79
%33.94
%32.26

CMYK color model

#DDDED3 color CMYK value is (0,0,5,13).

  • cyan value is 0.45%
  • magenta value is 0.00%
  • yellow value is 4.95%
  • key color value is 12.94%

CMYK: (0,0,5,13)
C0M0Y5K13 (0%, 0%, 5%, 13%)
(0.00 / 0.00 / 0.05 / 0.13)

CMYK percentages

%0.45
%0
%4.95
%12.94

Codes

Color #DDDED3 in popluar color models

DD DE D3
RGB 221 222 211
HSL 65° 14.29% 84.90%
HSB/HSV 65° 4.95% 87.06%
CMYK 0.45% 0.00% 4.95%
12.94%

Color #DDDED3 in popluar number systems.

HEX DD DE D3
Decimal 221 222 211
Binary 11011101 11011110 11010011
Octal 335 336 323

Shades and tints

Shades of #DDDED3

#DDDED3
(221,222,211)
#C9CAC0
(201,202,192)
#B5B6AD
(181,182,173)
#A1A29A
(161,162,154)
#8D8E87
(141,142,135)
#797A74
(121,122,116)
#656661
(101,102,97)
#51524E
(81,82,78)
#3D3E3B
(61,62,59)
#292A28
(41,42,40)
#151615
(21,22,21)
#000000
(0,0,0)

Tints of #DDDED3

#DDDED3
(221,222,211)
#E0E1D7
(224,225,215)
#E3E4DB
(227,228,219)
#E6E7DF
(230,231,223)
#E9EAE3
(233,234,227)
#ECEDE7
(236,237,231)
#EFF0EB
(239,240,235)
#F2F3EF
(242,243,239)
#F5F6F3
(245,246,243)
#F8F9F7
(248,249,247)
#FBFCFB
(251,252,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDDED3; }

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

This text font color is #DDDED3.

Background Color

.myBgColor { background-color: #DDDED3; }

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

This div background color is #DDDED3.

Border color

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

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

This div border color is #DDDED3.

Opacity

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

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

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

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

This text has shadow with #DDDED3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDDED3.

Preview

Color preview on black background

This text has color #DDDED3 on black background.


Color preview on white background

This text has color #DDDED3 on white background.


Black color preview on #DDDED3 background

This text has black color on #DDDED3 background.


White color preview on #DDDED3 background

This text has white color on #DDDED3 background.


Related colors

Complementary color

Complementary color for #hex is #22212C.


I love getcolorcode.com

Triadic colors

1 #D3DDDE and #DED3DD with #DDDED3 are triadic colors.

2 #D3DEDD and #DEDDD3 with #DDDED3 are triadic colors.