COLOR #DDCAC3

HEX: #DDCAC3 RGB: (221,202,195)

Color info

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

RGB color model

#DDCAC3 color RGB value is (221,202,195).

RGB: (221,202,195) (87%, 79%, 76%)

RGB channels and saturation

R 221 of 255 = 87%
G 202 of 255 = 79%
B 195 of 255 = 76%

221
202
195

R + G + B ~ 81%. #DDCAC3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 221 + 202 + 195 = 618 (100%)
R 221 of 618 ~ 35.76%
G 202 of 618 ~ 32.69%
B 195 of 618 ~ 31.55'%

%35.76
%32.69
%31.55

CMYK color model

#DDCAC3 color CMYK value is (0,9,12,13).

  • cyan value is 0.00%
  • magenta value is 8.60%
  • yellow value is 11.76%
  • key color value is 13.33%
CMYK: (0,9,12,13) C0M9Y12K13 (0%,9%,12%,13%) (0.00/0.09/0.12/0.13) 

CMYK percentages

%0
%8.6
%11.76
%13.33

Codes

Color #DDCAC3 in popluar color models

DD CA C3
RGB 221 202 195
HSL 16° 27.66% 81.57%
HSB/HSV 16° 11.76% 86.67%
CMYK 0.00% 8.60% 11.76%
13.33%

Color #DDCAC3 in popluar number systems.

HEX DD CA C3
Decimal 221 202 195
Binary 11011101 11001010 11000011
Octal 335 312 303

Shades and tints

Shades of #DDCAC3

#DDCAC3
(221,202,195)
#C9B8B2
(201,184,178)
#B5A6A1
(181,166,161)
#A19490
(161,148,144)
#8D827F
(141,130,127)
#79706E
(121,112,110)
#655E5D
(101,94,93)
#514C4C
(81,76,76)
#3D3A3B
(61,58,59)
#29282A
(41,40,42)
#151619
(21,22,25)
#000000
(0,0,0)

Tints of #DDCAC3

#DDCAC3
(221,202,195)
#E0CEC8
(224,206,200)
#E3D2CD
(227,210,205)
#E6D6D2
(230,214,210)
#E9DAD7
(233,218,215)
#ECDEDC
(236,222,220)
#EFE2E1
(239,226,225)
#F2E6E6
(242,230,230)
#F5EAEB
(245,234,235)
#F8EEF0
(248,238,240)
#FBF2F5
(251,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDCAC3; }

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

This text font color is #DDCAC3.

Background Color

.myBgColor { background-color: #DDCAC3; }

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

This div background color is #DDCAC3.

Border color

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

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

This div border color is #DDCAC3.

Opacity

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

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

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

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

This text has shadow with #DDCAC3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDCAC3.

Preview

Color preview on black background

This text has color #DDCAC3 on black background.


Color preview on white background

This text has color #DDCAC3 on white background.


Black color preview on #DDCAC3 background

This text has black color on #DDCAC3 background.


White color preview on #DDCAC3 background

This text has white color on #DDCAC3 background.


Related colors

Complementary color

Complementary color for #hex is #22353C.


I love getcolorcode.com

Triadic colors

1 #C3DDCA and #CAC3DD with #DDCAC3 are triadic colors.

2 #C3CADD and #CADDC3 with #DDCAC3 are triadic colors.