COLOR #DDBCC9

HEX: #DDBCC9 RGB: (221,188,201)

Color info

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

RGB color model

#DDBCC9 color RGB value is (221,188,201).

RGB: (221,188,201) (87%, 74%, 79%)

RGB channels and saturation

R 221 of 255 = 87%
G 188 of 255 = 74%
B 201 of 255 = 79%

221
188
201

R + G + B ~ 80%. #DDBCC9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 221 + 188 + 201 = 610 (100%)
R 221 of 610 ~ 36.23%
G 188 of 610 ~ 30.82%
B 201 of 610 ~ 32.95'%

%36.23
%30.82
%32.95

CMYK color model

#DDBCC9 color CMYK value is (0,15,9,13).

  • cyan value is 0.00%
  • magenta value is 14.93%
  • yellow value is 9.05%
  • key color value is 13.33%
CMYK: (0,15,9,13) C0M15Y9K13 (0%,15%,9%,13%) (0.00/0.15/0.09/0.13) 

CMYK percentages

%0
%14.93
%9.05
%13.33

Codes

Color #DDBCC9 in popluar color models

DD BC C9
RGB 221 188 201
HSL 336° 32.67% 80.20%
HSB/HSV 336° 14.93% 86.67%
CMYK 0.00% 14.93% 9.05%
13.33%

Color #DDBCC9 in popluar number systems.

HEX DD BC C9
Decimal 221 188 201
Binary 11011101 10111100 11001001
Octal 335 274 311

Shades and tints

Shades of #DDBCC9

#DDBCC9
(221,188,201)
#C9ABB7
(201,171,183)
#B59AA5
(181,154,165)
#A18993
(161,137,147)
#8D7881
(141,120,129)
#79676F
(121,103,111)
#65565D
(101,86,93)
#51454B
(81,69,75)
#3D3439
(61,52,57)
#292327
(41,35,39)
#151215
(21,18,21)
#000000
(0,0,0)

Tints of #DDBCC9

#DDBCC9
(221,188,201)
#E0C2CD
(224,194,205)
#E3C8D1
(227,200,209)
#E6CED5
(230,206,213)
#E9D4D9
(233,212,217)
#ECDADD
(236,218,221)
#EFE0E1
(239,224,225)
#F2E6E5
(242,230,229)
#F5ECE9
(245,236,233)
#F8F2ED
(248,242,237)
#FBF8F1
(251,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDBCC9 color. Also use rgb(221,188,201) instead hex code.

Text Font Color

.myTextColor { color: #DDBCC9; }

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

This text font color is #DDBCC9.

Background Color

.myBgColor { background-color: #DDBCC9; }

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

This div background color is #DDBCC9.

Border color

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

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

This div border color is #DDBCC9.

Opacity

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

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

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

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

This text has shadow with #DDBCC9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDBCC9.

Preview

Color preview on black background

This text has color #DDBCC9 on black background.


Color preview on white background

This text has color #DDBCC9 on white background.


Black color preview on #DDBCC9 background

This text has black color on #DDBCC9 background.


White color preview on #DDBCC9 background

This text has white color on #DDBCC9 background.


Related colors

Complementary color

Complementary color for #hex is #224336.


I love getcolorcode.com

Triadic colors

1 #C9DDBC and #BCC9DD with #DDBCC9 are triadic colors.

2 #C9BCDD and #BCDDC9 with #DDBCC9 are triadic colors.