COLOR #DDAFB0

HEX: #DDAFB0 RGB: (221,175,176)

Color info

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

RGB color model

#DDAFB0 color RGB value is (221,175,176).

RGB: (221,175,176) (87%, 69%, 69%)

RGB channels and saturation

R 221 of 255 = 87%
G 175 of 255 = 69%
B 176 of 255 = 69%

221
175
176

R + G + B ~ 75%. #DDAFB0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 221 + 175 + 176 = 572 (100%)
R 221 of 572 ~ 38.64%
G 175 of 572 ~ 30.59%
B 176 of 572 ~ 30.77'%

%38.64
%30.59
%30.77

CMYK color model

#DDAFB0 color CMYK value is (0,21,20,13).

  • cyan value is 0.00%
  • magenta value is 20.81%
  • yellow value is 20.36%
  • key color value is 13.33%

CMYK: (0,21,20,13)
C0M21Y20K13 (0%, 21%, 20%, 13%)
(0.00 / 0.21 / 0.20 / 0.13)

CMYK percentages

%0
%20.81
%20.36
%13.33

Codes

Color #DDAFB0 in popluar color models

DD AF B0
RGB 221 175 176
HSL 359° 40.35% 77.65%
HSB/HSV 359° 20.81% 86.67%
CMYK 0.00% 20.81% 20.36%
13.33%

Color #DDAFB0 in popluar number systems.

HEX DD AF B0
Decimal 221 175 176
Binary 11011101 10101111 10110000
Octal 335 257 260

Shades and tints

Shades of #DDAFB0

#DDAFB0
(221,175,176)
#C9A0A0
(201,160,160)
#B59190
(181,145,144)
#A18280
(161,130,128)
#8D7370
(141,115,112)
#796460
(121,100,96)
#655550
(101,85,80)
#514640
(81,70,64)
#3D3730
(61,55,48)
#292820
(41,40,32)
#151910
(21,25,16)
#000000
(0,0,0)

Tints of #DDAFB0

#DDAFB0
(221,175,176)
#E0B6B7
(224,182,183)
#E3BDBE
(227,189,190)
#E6C4C5
(230,196,197)
#E9CBCC
(233,203,204)
#ECD2D3
(236,210,211)
#EFD9DA
(239,217,218)
#F2E0E1
(242,224,225)
#F5E7E8
(245,231,232)
#F8EEEF
(248,238,239)
#FBF5F6
(251,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDAFB0; }

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

This text font color is #DDAFB0.

Background Color

.myBgColor { background-color: #DDAFB0; }

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

This div background color is #DDAFB0.

Border color

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

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

This div border color is #DDAFB0.

Opacity

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

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

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

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

This text has shadow with #DDAFB0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDAFB0.

Preview

Color preview on black background

This text has color #DDAFB0 on black background.


Color preview on white background

This text has color #DDAFB0 on white background.


Black color preview on #DDAFB0 background

This text has black color on #DDAFB0 background.


White color preview on #DDAFB0 background

This text has white color on #DDAFB0 background.


Related colors

Complementary color

Complementary color for #hex is #22504F.


I love getcolorcode.com

Triadic colors

1 #B0DDAF and #AFB0DD with #DDAFB0 are triadic colors.

2 #B0AFDD and #AFDDB0 with #DDAFB0 are triadic colors.