COLOR #DDA7C1

HEX: #DDA7C1 RGB: (221,167,193)

Color info

#DDA7C1 contains red, green and blue colors in about the same proportion. Web safe color of #DDA7C1 is #CC99CC (or #C9C).

RGB color model

#DDA7C1 color RGB value is (221,167,193).

RGB: (221,167,193) (87%, 65%, 76%)

RGB channels and saturation

R 221 of 255 = 87%
G 167 of 255 = 65%
B 193 of 255 = 76%

221
167
193

R + G + B ~ 76%. #DDA7C1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 221 + 167 + 193 = 581 (100%)
R 221 of 581 ~ 38.04%
G 167 of 581 ~ 28.74%
B 193 of 581 ~ 33.22'%

%38.04
%28.74
%33.22

CMYK color model

#DDA7C1 color CMYK value is (0,24,13,13).

  • cyan value is 0.00%
  • magenta value is 24.43%
  • yellow value is 12.67%
  • key color value is 13.33%

CMYK: (0,24,13,13)
C0M24Y13K13 (0%, 24%, 13%, 13%)
(0.00 / 0.24 / 0.13 / 0.13)

CMYK percentages

%0
%24.43
%12.67
%13.33

Codes

Color #DDA7C1 in popluar color models

DD A7 C1
RGB 221 167 193
HSL 331° 44.26% 76.08%
HSB/HSV 331° 24.43% 86.67%
CMYK 0.00% 24.43% 12.67%
13.33%

Color #DDA7C1 in popluar number systems.

HEX DD A7 C1
Decimal 221 167 193
Binary 11011101 10100111 11000001
Octal 335 247 301

Shades and tints

Shades of #DDA7C1

#DDA7C1
(221,167,193)
#C998B0
(201,152,176)
#B5899F
(181,137,159)
#A17A8E
(161,122,142)
#8D6B7D
(141,107,125)
#795C6C
(121,92,108)
#654D5B
(101,77,91)
#513E4A
(81,62,74)
#3D2F39
(61,47,57)
#292028
(41,32,40)
#151117
(21,17,23)
#000000
(0,0,0)

Tints of #DDA7C1

#DDA7C1
(221,167,193)
#E0AFC6
(224,175,198)
#E3B7CB
(227,183,203)
#E6BFD0
(230,191,208)
#E9C7D5
(233,199,213)
#ECCFDA
(236,207,218)
#EFD7DF
(239,215,223)
#F2DFE4
(242,223,228)
#F5E7E9
(245,231,233)
#F8EFEE
(248,239,238)
#FBF7F3
(251,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDA7C1 color. Also use rgb(221,167,193) instead hex code.

Text Font Color

.myTextColor { color: #DDA7C1; }

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

This text font color is #DDA7C1.

Background Color

.myBgColor { background-color: #DDA7C1; }

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

This div background color is #DDA7C1.

Border color

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

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

This div border color is #DDA7C1.

Opacity

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

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

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

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

This text has shadow with #DDA7C1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDA7C1.

Preview

Color preview on black background

This text has color #DDA7C1 on black background.


Color preview on white background

This text has color #DDA7C1 on white background.


Black color preview on #DDA7C1 background

This text has black color on #DDA7C1 background.


White color preview on #DDA7C1 background

This text has white color on #DDA7C1 background.


Related colors

Complementary color

Complementary color for #hex is #22583E.


I love getcolorcode.com

Triadic colors

1 #C1DDA7 and #A7C1DD with #DDA7C1 are triadic colors.

2 #C1A7DD and #A7DDC1 with #DDA7C1 are triadic colors.