COLOR #DDABAA

HEX: #DDABAA RGB: (221,171,170)

Color info

#DDABAA contains red, green and blue colors in about the same proportion. Web safe color of #DDABAA is #CC9999 (or #C99).

RGB color model

#DDABAA color RGB value is (221,171,170).

RGB: (221,171,170) (87%, 67%, 67%)

RGB channels and saturation

R 221 of 255 = 87%
G 171 of 255 = 67%
B 170 of 255 = 67%

221
171
170

R + G + B ~ 74%. #DDABAA is quite light color.

Portions of RGB colors in percentages

R + G + B = 221 + 171 + 170 = 562 (100%)
R 221 of 562 ~ 39.32%
G 171 of 562 ~ 30.43%
B 170 of 562 ~ 30.25'%

%39.32
%30.43
%30.25

CMYK color model

#DDABAA color CMYK value is (0,23,23,13).

  • cyan value is 0.00%
  • magenta value is 22.62%
  • yellow value is 23.08%
  • key color value is 13.33%

CMYK: (0,23,23,13)
C0M23Y23K13 (0%, 23%, 23%, 13%)
(0.00 / 0.23 / 0.23 / 0.13)

CMYK percentages

%0
%22.62
%23.08
%13.33

Codes

Color #DDABAA in popluar color models

DD AB AA
RGB 221 171 170
HSL 42.86% 76.67%
HSB/HSV 23.08% 86.67%
CMYK 0.00% 22.62% 23.08%
13.33%

Color #DDABAA in popluar number systems.

HEX DD AB AA
Decimal 221 171 170
Binary 11011101 10101011 10101010
Octal 335 253 252

Shades and tints

Shades of #DDABAA

#DDABAA
(221,171,170)
#C99C9B
(201,156,155)
#B58D8C
(181,141,140)
#A17E7D
(161,126,125)
#8D6F6E
(141,111,110)
#79605F
(121,96,95)
#655150
(101,81,80)
#514241
(81,66,65)
#3D3332
(61,51,50)
#292423
(41,36,35)
#151514
(21,21,20)
#000000
(0,0,0)

Tints of #DDABAA

#DDABAA
(221,171,170)
#E0B2B1
(224,178,177)
#E3B9B8
(227,185,184)
#E6C0BF
(230,192,191)
#E9C7C6
(233,199,198)
#ECCECD
(236,206,205)
#EFD5D4
(239,213,212)
#F2DCDB
(242,220,219)
#F5E3E2
(245,227,226)
#F8EAE9
(248,234,233)
#FBF1F0
(251,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDABAA color. Also use rgb(221,171,170) instead hex code.

Text Font Color

.myTextColor { color: #DDABAA; }

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

This text font color is #DDABAA.

Background Color

.myBgColor { background-color: #DDABAA; }

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

This div background color is #DDABAA.

Border color

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

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

This div border color is #DDABAA.

Opacity

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

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

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

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

This text has shadow with #DDABAA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDABAA.

Preview

Color preview on black background

This text has color #DDABAA on black background.


Color preview on white background

This text has color #DDABAA on white background.


Black color preview on #DDABAA background

This text has black color on #DDABAA background.


White color preview on #DDABAA background

This text has white color on #DDABAA background.


Related colors

Complementary color

Complementary color for #hex is #225455.


I love getcolorcode.com

Triadic colors

1 #AADDAB and #ABAADD with #DDABAA are triadic colors.

2 #AAABDD and #ABDDAA with #DDABAA are triadic colors.