COLOR #DDC3BE

HEX: #DDC3BE RGB: (221,195,190)

Color info

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

RGB color model

#DDC3BE color RGB value is (221,195,190).

RGB: (221,195,190) (87%, 76%, 75%)

RGB channels and saturation

R 221 of 255 = 87%
G 195 of 255 = 76%
B 190 of 255 = 75%

221
195
190

R + G + B ~ 79%. #DDC3BE is quite light color.

Portions of RGB colors in percentages

R + G + B = 221 + 195 + 190 = 606 (100%)
R 221 of 606 ~ 36.47%
G 195 of 606 ~ 32.18%
B 190 of 606 ~ 31.35'%

%36.47
%32.18
%31.35

CMYK color model

#DDC3BE color CMYK value is (0,12,14,13).

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

CMYK: (0,12,14,13)
C0M12Y14K13 (0%, 12%, 14%, 13%)
(0.00 / 0.12 / 0.14 / 0.13)

CMYK percentages

%0
%11.76
%14.03
%13.33

Codes

Color #DDC3BE in popluar color models

DD C3 BE
RGB 221 195 190
HSL 10° 31.31% 80.59%
HSB/HSV 10° 14.03% 86.67%
CMYK 0.00% 11.76% 14.03%
13.33%

Color #DDC3BE in popluar number systems.

HEX DD C3 BE
Decimal 221 195 190
Binary 11011101 11000011 10111110
Octal 335 303 276

Shades and tints

Shades of #DDC3BE

#DDC3BE
(221,195,190)
#C9B2AD
(201,178,173)
#B5A19C
(181,161,156)
#A1908B
(161,144,139)
#8D7F7A
(141,127,122)
#796E69
(121,110,105)
#655D58
(101,93,88)
#514C47
(81,76,71)
#3D3B36
(61,59,54)
#292A25
(41,42,37)
#151914
(21,25,20)
#000000
(0,0,0)

Tints of #DDC3BE

#DDC3BE
(221,195,190)
#E0C8C3
(224,200,195)
#E3CDC8
(227,205,200)
#E6D2CD
(230,210,205)
#E9D7D2
(233,215,210)
#ECDCD7
(236,220,215)
#EFE1DC
(239,225,220)
#F2E6E1
(242,230,225)
#F5EBE6
(245,235,230)
#F8F0EB
(248,240,235)
#FBF5F0
(251,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDC3BE; }

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

This text font color is #DDC3BE.

Background Color

.myBgColor { background-color: #DDC3BE; }

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

This div background color is #DDC3BE.

Border color

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

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

This div border color is #DDC3BE.

Opacity

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

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

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

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

This text has shadow with #DDC3BE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDC3BE.

Preview

Color preview on black background

This text has color #DDC3BE on black background.


Color preview on white background

This text has color #DDC3BE on white background.


Black color preview on #DDC3BE background

This text has black color on #DDC3BE background.


White color preview on #DDC3BE background

This text has white color on #DDC3BE background.


Related colors

Complementary color

Complementary color for #hex is #223C41.


I love getcolorcode.com

Triadic colors

1 #BEDDC3 and #C3BEDD with #DDC3BE are triadic colors.

2 #BEC3DD and #C3DDBE with #DDC3BE are triadic colors.