COLOR #DDB3B8

HEX: #DDB3B8 RGB: (221,179,184)

Color info

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

RGB color model

#DDB3B8 color RGB value is (221,179,184).

RGB: (221,179,184) (87%, 70%, 72%)

RGB channels and saturation

R 221 of 255 = 87%
G 179 of 255 = 70%
B 184 of 255 = 72%

221
179
184

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

Portions of RGB colors in percentages

R + G + B = 221 + 179 + 184 = 584 (100%)
R 221 of 584 ~ 37.84%
G 179 of 584 ~ 30.65%
B 184 of 584 ~ 31.51'%

%37.84
%30.65
%31.51

CMYK color model

#DDB3B8 color CMYK value is (0,19,17,13).

  • cyan value is 0.00%
  • magenta value is 19.00%
  • yellow value is 16.74%
  • key color value is 13.33%

CMYK: (0,19,17,13)
C0M19Y17K13 (0%, 19%, 17%, 13%)
(0.00 / 0.19 / 0.17 / 0.13)

CMYK percentages

%0
%19
%16.74
%13.33

Codes

Color #DDB3B8 in popluar color models

DD B3 B8
RGB 221 179 184
HSL 353° 38.18% 78.43%
HSB/HSV 353° 19.00% 86.67%
CMYK 0.00% 19.00% 16.74%
13.33%

Color #DDB3B8 in popluar number systems.

HEX DD B3 B8
Decimal 221 179 184
Binary 11011101 10110011 10111000
Octal 335 263 270

Shades and tints

Shades of #DDB3B8

#DDB3B8
(221,179,184)
#C9A3A8
(201,163,168)
#B59398
(181,147,152)
#A18388
(161,131,136)
#8D7378
(141,115,120)
#796368
(121,99,104)
#655358
(101,83,88)
#514348
(81,67,72)
#3D3338
(61,51,56)
#292328
(41,35,40)
#151318
(21,19,24)
#000000
(0,0,0)

Tints of #DDB3B8

#DDB3B8
(221,179,184)
#E0B9BE
(224,185,190)
#E3BFC4
(227,191,196)
#E6C5CA
(230,197,202)
#E9CBD0
(233,203,208)
#ECD1D6
(236,209,214)
#EFD7DC
(239,215,220)
#F2DDE2
(242,221,226)
#F5E3E8
(245,227,232)
#F8E9EE
(248,233,238)
#FBEFF4
(251,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDB3B8 color. Also use rgb(221,179,184) instead hex code.

Text Font Color

.myTextColor { color: #DDB3B8; }

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

This text font color is #DDB3B8.

Background Color

.myBgColor { background-color: #DDB3B8; }

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

This div background color is #DDB3B8.

Border color

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

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

This div border color is #DDB3B8.

Opacity

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

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

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

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

This text has shadow with #DDB3B8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDB3B8.

Preview

Color preview on black background

This text has color #DDB3B8 on black background.


Color preview on white background

This text has color #DDB3B8 on white background.


Black color preview on #DDB3B8 background

This text has black color on #DDB3B8 background.


White color preview on #DDB3B8 background

This text has white color on #DDB3B8 background.


Related colors

Complementary color

Complementary color for #hex is #224C47.


I love getcolorcode.com

Triadic colors

1 #B8DDB3 and #B3B8DD with #DDB3B8 are triadic colors.

2 #B8B3DD and #B3DDB8 with #DDB3B8 are triadic colors.