COLOR #DDB4CB

HEX: #DDB4CB
RGB: (221,180,203)

Color info

#DDB4CB contains red, green and blue colors in about the same proportion. Web safe color of #DDB4CB is #CCCCCC (or #CCC).

RGB color model

#DDB4CB color RGB value is (221,180,203).

  • red value is 221;
  • green value is 180;
  • blue value is 203.
RGB: (221,180,203) (87%,71%,80%)

RGB channels and saturation

R 221 of 255 = 87%
G 180 of 255 = 71%
B 203 of 255 = 80%

221
180
203

R + G + B ~ 79%. #DDB4CB is quite light color.

Portions of RGB colors in percentages

R + G + B =
221 + 180 + 203 = 604 (100%)
R 221 of 604 ~ 36.59%
G 180 of 604 ~ 29.8%
B 203 of 604 ~ 33.61%

%36.59
%29.8
%33.61

CMYK color model

#DDB4CB color CMYK value is (0,19,8,13).

  • cyan value is 0.00%
  • magenta value is 18.55%
  • yellow value is 8.14%
  • key color value is 13.33%
CMYK: (0,19,8,13) C0M19Y8K13 (0%,19%,8%,13%) (0.00/0.19/0.08/0.13)

CMYK percentages

%0
%18.55
%8.14
%13.33

Codes

Color #DDB4CB in popluar color models

DDB4CB
RGB221180203
HSL326°37.61%78.63%
HSB/HSV326°18.55%86.67%
CMYK0.00%18.55%8.14%
13.33%

Color #DDB4CB in popluar number systems.

HEXDDB4CB
Decimal221180203
Binary110111011011010011001011
Octal335264313

Shades and tints

Shades of #DDB4CB

#DDB4CB
(221,180,203)
#C9A4B9
(201,164,185)
#B594A7
(181,148,167)
#A18495
(161,132,149)
#8D7483
(141,116,131)
#796471
(121,100,113)
#65545F
(101,84,95)
#51444D
(81,68,77)
#3D343B
(61,52,59)
#292429
(41,36,41)
#151417
(21,20,23)
#000000
(0,0,0)

Tints of #DDB4CB

#DDB4CB
(221,180,203)
#E0BACF
(224,186,207)
#E3C0D3
(227,192,211)
#E6C6D7
(230,198,215)
#E9CCDB
(233,204,219)
#ECD2DF
(236,210,223)
#EFD8E3
(239,216,227)
#F2DEE7
(242,222,231)
#F5E4EB
(245,228,235)
#F8EAEF
(248,234,239)
#FBF0F3
(251,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDB4CB color. Also use rgb(221,180,203) instead hex code.

Text Font Color

.myTextColor { color: #DDB4CB; }

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

This text font color is #DDB4CB.


Background Color

.myBgColor { background-color: #DDB4CB; }

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

This div background color is #DDB4CB.


Border color

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

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

This div border color is #DDB4CB.


Opacity

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

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

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

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

This text has shadow with #DDB4CB color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #DDB4CB on black background.


Color preview on white background

This text has color #DDB4CB on white background.



Black color preview on #DDB4CB background

This text has black color on #DDB4CB background.


White color preview on #DDB4CB background

This text has white color on #DDB4CB background.