COLOR #DDD6C3

HEX: #DDD6C3 RGB: (221,214,195)

Color info

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

RGB color model

#DDD6C3 color RGB value is (221,214,195).

RGB: (221,214,195) (87%, 84%, 76%)

RGB channels and saturation

R 221 of 255 = 87%
G 214 of 255 = 84%
B 195 of 255 = 76%

221
214
195

R + G + B ~ 82%. #DDD6C3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 221 + 214 + 195 = 630 (100%)
R 221 of 630 ~ 35.08%
G 214 of 630 ~ 33.97%
B 195 of 630 ~ 30.95'%

%35.08
%33.97
%30.95

CMYK color model

#DDD6C3 color CMYK value is (0,3,12,13).

  • cyan value is 0.00%
  • magenta value is 3.17%
  • yellow value is 11.76%
  • key color value is 13.33%

CMYK: (0,3,12,13)
C0M3Y12K13 (0%, 3%, 12%, 13%)
(0.00 / 0.03 / 0.12 / 0.13)

CMYK percentages

%0
%3.17
%11.76
%13.33

Codes

Color #DDD6C3 in popluar color models

DD D6 C3
RGB 221 214 195
HSL 44° 27.66% 81.57%
HSB/HSV 44° 11.76% 86.67%
CMYK 0.00% 3.17% 11.76%
13.33%

Color #DDD6C3 in popluar number systems.

HEX DD D6 C3
Decimal 221 214 195
Binary 11011101 11010110 11000011
Octal 335 326 303

Shades and tints

Shades of #DDD6C3

#DDD6C3
(221,214,195)
#C9C3B2
(201,195,178)
#B5B0A1
(181,176,161)
#A19D90
(161,157,144)
#8D8A7F
(141,138,127)
#79776E
(121,119,110)
#65645D
(101,100,93)
#51514C
(81,81,76)
#3D3E3B
(61,62,59)
#292B2A
(41,43,42)
#151819
(21,24,25)
#000000
(0,0,0)

Tints of #DDD6C3

#DDD6C3
(221,214,195)
#E0D9C8
(224,217,200)
#E3DCCD
(227,220,205)
#E6DFD2
(230,223,210)
#E9E2D7
(233,226,215)
#ECE5DC
(236,229,220)
#EFE8E1
(239,232,225)
#F2EBE6
(242,235,230)
#F5EEEB
(245,238,235)
#F8F1F0
(248,241,240)
#FBF4F5
(251,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDD6C3; }

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

This text font color is #DDD6C3.

Background Color

.myBgColor { background-color: #DDD6C3; }

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

This div background color is #DDD6C3.

Border color

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

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

This div border color is #DDD6C3.

Opacity

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

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

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

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

This text has shadow with #DDD6C3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDD6C3.

Preview

Color preview on black background

This text has color #DDD6C3 on black background.


Color preview on white background

This text has color #DDD6C3 on white background.


Black color preview on #DDD6C3 background

This text has black color on #DDD6C3 background.


White color preview on #DDD6C3 background

This text has white color on #DDD6C3 background.


Related colors

Complementary color

Complementary color for #hex is #22293C.


I love getcolorcode.com

Triadic colors

1 #C3DDD6 and #D6C3DD with #DDD6C3 are triadic colors.

2 #C3D6DD and #D6DDC3 with #DDD6C3 are triadic colors.