COLOR #DDAFAB

HEX: #DDAFAB
RGB: (221,175,171)

Color info

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

RGB color model

#DDAFAB color RGB value is (221,175,171).

  • red value is 221;
  • green value is 175;
  • blue value is 171.
RGB:
(221,175,171)
(87%,69%,67%)

RGB channels and saturation

R 221 of 255 = 87%
G 175 of 255 = 69%
B 171 of 255 = 67%

221
175
171

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

Portions of RGB colors in percentages

R + G + B =
221 + 175 + 171 = 567 (100%)
R 221 of 567 ~ 38.98%
G 175 of 567 ~ 30.86%
B 171 of 567 ~ 30.16%

%38.98
%30.86
%30.16

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 20.81%
  • yellow value is 22.62%
  • key color value is 13.33%
CMYK:
(0,21,23,13)
C0M21Y23K13 
(0%,21%,23%,13%)
(0.00/0.21/0.23/0.13)	

CMYK percentages

%0
%20.81
%22.62
%13.33

Codes

Color #DDAFAB in popluar color models

DDAFAB
RGB221175171
HSL42.37%76.86%
HSB/HSV22.62%86.67%
CMYK0.00%20.81%22.62%
13.33%

Color #DDAFAB in popluar number systems.

HEXDDAFAB
Decimal221175171
Binary110111011010111110101011
Octal335257253

Shades and tints

Shades of #DDAFAB

#DDAFAB
(221,175,171)
#C9A09C
(201,160,156)
#B5918D
(181,145,141)
#A1827E
(161,130,126)
#8D736F
(141,115,111)
#796460
(121,100,96)
#655551
(101,85,81)
#514642
(81,70,66)
#3D3733
(61,55,51)
#292824
(41,40,36)
#151915
(21,25,21)
#000000
(0,0,0)

Tints of #DDAFAB

#DDAFAB
(221,175,171)
#E0B6B2
(224,182,178)
#E3BDB9
(227,189,185)
#E6C4C0
(230,196,192)
#E9CBC7
(233,203,199)
#ECD2CE
(236,210,206)
#EFD9D5
(239,217,213)
#F2E0DC
(242,224,220)
#F5E7E3
(245,231,227)
#F8EEEA
(248,238,234)
#FBF5F1
(251,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDAFAB; }

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

This text font color is #DDAFAB.


Background Color

.myBgColor { background-color: #DDAFAB; }

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

This div background color is #DDAFAB.


Border color

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

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

This div border color is #DDAFAB.


Opacity

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

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

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

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

This text has shadow with #DDAFAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDAFAB on black background.


Color preview on white background

This text has color #DDAFAB on white background.



Black color preview on #DDAFAB background

This text has black color on #DDAFAB background.


White color preview on #DDAFAB background

This text has white color on #DDAFAB background.