COLOR #DDB2BB

HEX: #DDB2BB RGB: (221,178,187)

Color info

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

RGB color model

#DDB2BB color RGB value is (221,178,187).

RGB: (221,178,187) (87%, 70%, 73%)

RGB channels and saturation

R 221 of 255 = 87%
G 178 of 255 = 70%
B 187 of 255 = 73%

221
178
187

R + G + B ~ 77%. #DDB2BB is quite light color.

Portions of RGB colors in percentages

R + G + B = 221 + 178 + 187 = 586 (100%)
R 221 of 586 ~ 37.71%
G 178 of 586 ~ 30.38%
B 187 of 586 ~ 31.91'%

%37.71
%30.38
%31.91

CMYK color model

#DDB2BB color CMYK value is (0,19,15,13).

  • cyan value is 0.00%
  • magenta value is 19.46%
  • yellow value is 15.38%
  • key color value is 13.33%

CMYK: (0,19,15,13)
C0M19Y15K13 (0%, 19%, 15%, 13%)
(0.00 / 0.19 / 0.15 / 0.13)

CMYK percentages

%0
%19.46
%15.38
%13.33

Codes

Color #DDB2BB in popluar color models

DD B2 BB
RGB 221 178 187
HSL 347° 38.74% 78.24%
HSB/HSV 347° 19.46% 86.67%
CMYK 0.00% 19.46% 15.38%
13.33%

Color #DDB2BB in popluar number systems.

HEX DD B2 BB
Decimal 221 178 187
Binary 11011101 10110010 10111011
Octal 335 262 273

Shades and tints

Shades of #DDB2BB

#DDB2BB
(221,178,187)
#C9A2AA
(201,162,170)
#B59299
(181,146,153)
#A18288
(161,130,136)
#8D7277
(141,114,119)
#796266
(121,98,102)
#655255
(101,82,85)
#514244
(81,66,68)
#3D3233
(61,50,51)
#292222
(41,34,34)
#151211
(21,18,17)
#000000
(0,0,0)

Tints of #DDB2BB

#DDB2BB
(221,178,187)
#E0B9C1
(224,185,193)
#E3C0C7
(227,192,199)
#E6C7CD
(230,199,205)
#E9CED3
(233,206,211)
#ECD5D9
(236,213,217)
#EFDCDF
(239,220,223)
#F2E3E5
(242,227,229)
#F5EAEB
(245,234,235)
#F8F1F1
(248,241,241)
#FBF8F7
(251,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDB2BB color. Also use rgb(221,178,187) instead hex code.

Text Font Color

.myTextColor { color: #DDB2BB; }

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

This text font color is #DDB2BB.

Background Color

.myBgColor { background-color: #DDB2BB; }

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

This div background color is #DDB2BB.

Border color

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

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

This div border color is #DDB2BB.

Opacity

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

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

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

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

This text has shadow with #DDB2BB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDB2BB.

Preview

Color preview on black background

This text has color #DDB2BB on black background.


Color preview on white background

This text has color #DDB2BB on white background.


Black color preview on #DDB2BB background

This text has black color on #DDB2BB background.


White color preview on #DDB2BB background

This text has white color on #DDB2BB background.


Related colors

Complementary color

Complementary color for #hex is #224D44.


I love getcolorcode.com

Triadic colors

1 #BBDDB2 and #B2BBDD with #DDB2BB are triadic colors.

2 #BBB2DD and #B2DDBB with #DDB2BB are triadic colors.