COLOR #DDDAC5

HEX: #DDDAC5 RGB: (221,218,197)

Color info

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

RGB color model

#DDDAC5 color RGB value is (221,218,197).

RGB: (221,218,197) (87%, 85%, 77%)

RGB channels and saturation

R 221 of 255 = 87%
G 218 of 255 = 85%
B 197 of 255 = 77%

221
218
197

R + G + B ~ 83%. #DDDAC5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 221 + 218 + 197 = 636 (100%)
R 221 of 636 ~ 34.75%
G 218 of 636 ~ 34.28%
B 197 of 636 ~ 30.97'%

%34.75
%34.28
%30.97

CMYK color model

#DDDAC5 color CMYK value is (0,1,11,13).

  • cyan value is 0.00%
  • magenta value is 1.36%
  • yellow value is 10.86%
  • key color value is 13.33%

CMYK: (0,1,11,13)
C0M1Y11K13 (0%, 1%, 11%, 13%)
(0.00 / 0.01 / 0.11 / 0.13)

CMYK percentages

%0
%1.36
%10.86
%13.33

Codes

Color #DDDAC5 in popluar color models

DD DA C5
RGB 221 218 197
HSL 53° 26.09% 81.96%
HSB/HSV 53° 10.86% 86.67%
CMYK 0.00% 1.36% 10.86%
13.33%

Color #DDDAC5 in popluar number systems.

HEX DD DA C5
Decimal 221 218 197
Binary 11011101 11011010 11000101
Octal 335 332 305

Shades and tints

Shades of #DDDAC5

#DDDAC5
(221,218,197)
#C9C7B4
(201,199,180)
#B5B4A3
(181,180,163)
#A1A192
(161,161,146)
#8D8E81
(141,142,129)
#797B70
(121,123,112)
#65685F
(101,104,95)
#51554E
(81,85,78)
#3D423D
(61,66,61)
#292F2C
(41,47,44)
#151C1B
(21,28,27)
#000000
(0,0,0)

Tints of #DDDAC5

#DDDAC5
(221,218,197)
#E0DDCA
(224,221,202)
#E3E0CF
(227,224,207)
#E6E3D4
(230,227,212)
#E9E6D9
(233,230,217)
#ECE9DE
(236,233,222)
#EFECE3
(239,236,227)
#F2EFE8
(242,239,232)
#F5F2ED
(245,242,237)
#F8F5F2
(248,245,242)
#FBF8F7
(251,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDDAC5 color. Also use rgb(221,218,197) instead hex code.

Text Font Color

.myTextColor { color: #DDDAC5; }

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

This text font color is #DDDAC5.

Background Color

.myBgColor { background-color: #DDDAC5; }

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

This div background color is #DDDAC5.

Border color

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

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

This div border color is #DDDAC5.

Opacity

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

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

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

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

This text has shadow with #DDDAC5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDDAC5.

Preview

Color preview on black background

This text has color #DDDAC5 on black background.


Color preview on white background

This text has color #DDDAC5 on white background.


Black color preview on #DDDAC5 background

This text has black color on #DDDAC5 background.


White color preview on #DDDAC5 background

This text has white color on #DDDAC5 background.


Related colors

Complementary color

Complementary color for #hex is #22253A.


I love getcolorcode.com

Triadic colors

1 #C5DDDA and #DAC5DD with #DDDAC5 are triadic colors.

2 #C5DADD and #DADDC5 with #DDDAC5 are triadic colors.