COLOR #DDC8C3

HEX: #DDC8C3 RGB: (221,200,195)

Color info

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

RGB color model

#DDC8C3 color RGB value is (221,200,195).

RGB: (221,200,195) (87%, 78%, 76%)

RGB channels and saturation

R 221 of 255 = 87%
G 200 of 255 = 78%
B 195 of 255 = 76%

221
200
195

R + G + B ~ 80%. #DDC8C3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 221 + 200 + 195 = 616 (100%)
R 221 of 616 ~ 35.88%
G 200 of 616 ~ 32.47%
B 195 of 616 ~ 31.66'%

%35.88
%32.47
%31.66

CMYK color model

#DDC8C3 color CMYK value is (0,10,12,13).

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

CMYK: (0,10,12,13)
C0M10Y12K13 (0%, 10%, 12%, 13%)
(0.00 / 0.10 / 0.12 / 0.13)

CMYK percentages

%0
%9.5
%11.76
%13.33

Codes

Color #DDC8C3 in popluar color models

DD C8 C3
RGB 221 200 195
HSL 12° 27.66% 81.57%
HSB/HSV 12° 11.76% 86.67%
CMYK 0.00% 9.50% 11.76%
13.33%

Color #DDC8C3 in popluar number systems.

HEX DD C8 C3
Decimal 221 200 195
Binary 11011101 11001000 11000011
Octal 335 310 303

Shades and tints

Shades of #DDC8C3

#DDC8C3
(221,200,195)
#C9B6B2
(201,182,178)
#B5A4A1
(181,164,161)
#A19290
(161,146,144)
#8D807F
(141,128,127)
#796E6E
(121,110,110)
#655C5D
(101,92,93)
#514A4C
(81,74,76)
#3D383B
(61,56,59)
#29262A
(41,38,42)
#151419
(21,20,25)
#000000
(0,0,0)

Tints of #DDC8C3

#DDC8C3
(221,200,195)
#E0CDC8
(224,205,200)
#E3D2CD
(227,210,205)
#E6D7D2
(230,215,210)
#E9DCD7
(233,220,215)
#ECE1DC
(236,225,220)
#EFE6E1
(239,230,225)
#F2EBE6
(242,235,230)
#F5F0EB
(245,240,235)
#F8F5F0
(248,245,240)
#FBFAF5
(251,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDC8C3; }

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

This text font color is #DDC8C3.

Background Color

.myBgColor { background-color: #DDC8C3; }

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

This div background color is #DDC8C3.

Border color

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

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

This div border color is #DDC8C3.

Opacity

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

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

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

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

This text has shadow with #DDC8C3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDC8C3.

Preview

Color preview on black background

This text has color #DDC8C3 on black background.


Color preview on white background

This text has color #DDC8C3 on white background.


Black color preview on #DDC8C3 background

This text has black color on #DDC8C3 background.


White color preview on #DDC8C3 background

This text has white color on #DDC8C3 background.


Related colors

Complementary color

Complementary color for #hex is #22373C.


I love getcolorcode.com

Triadic colors

1 #C3DDC8 and #C8C3DD with #DDC8C3 are triadic colors.

2 #C3C8DD and #C8DDC3 with #DDC8C3 are triadic colors.