COLOR #DDBCD0

HEX: #DDBCD0
RGB: (221,188,208)

Color info

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

RGB color model

#DDBCD0 color RGB value is (221,188,208).

  • red value is 221;
  • green value is 188;
  • blue value is 208.
RGB:
(221,188,208)
(87%,74%,82%)

RGB channels and saturation

R 221 of 255 = 87%
G 188 of 255 = 74%
B 208 of 255 = 82%

221
188
208

R + G + B ~ 81%. #DDBCD0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
221 + 188 + 208 = 617 (100%)
R 221 of 617 ~ 35.82%
G 188 of 617 ~ 30.47%
B 208 of 617 ~ 33.71%

%35.82
%30.47
%33.71

CMYK color model

#DDBCD0 color CMYK value is (0,15,6,13).

  • cyan value is 0.00%
  • magenta value is 14.93%
  • yellow value is 5.88%
  • key color value is 13.33%
CMYK:
(0,15,6,13)
C0M15Y6K13 
(0%,15%,6%,13%)
(0.00/0.15/0.06/0.13)	

CMYK percentages

%0
%14.93
%5.88
%13.33

Codes

Color #DDBCD0 in popluar color models

DDBCD0
RGB221188208
HSL324°32.67%80.20%
HSB/HSV324°14.93%86.67%
CMYK0.00%14.93%5.88%
13.33%

Color #DDBCD0 in popluar number systems.

HEXDDBCD0
Decimal221188208
Binary110111011011110011010000
Octal335274320

Shades and tints

Shades of #DDBCD0

#DDBCD0
(221,188,208)
#C9ABBE
(201,171,190)
#B59AAC
(181,154,172)
#A1899A
(161,137,154)
#8D7888
(141,120,136)
#796776
(121,103,118)
#655664
(101,86,100)
#514552
(81,69,82)
#3D3440
(61,52,64)
#29232E
(41,35,46)
#15121C
(21,18,28)
#000000
(0,0,0)

Tints of #DDBCD0

#DDBCD0
(221,188,208)
#E0C2D4
(224,194,212)
#E3C8D8
(227,200,216)
#E6CEDC
(230,206,220)
#E9D4E0
(233,212,224)
#ECDAE4
(236,218,228)
#EFE0E8
(239,224,232)
#F2E6EC
(242,230,236)
#F5ECF0
(245,236,240)
#F8F2F4
(248,242,244)
#FBF8F8
(251,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDBCD0; }

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

This text font color is #DDBCD0.


Background Color

.myBgColor { background-color: #DDBCD0; }

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

This div background color is #DDBCD0.


Border color

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

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

This div border color is #DDBCD0.


Opacity

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

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

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

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

This text has shadow with #DDBCD0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDBCD0 on black background.


Color preview on white background

This text has color #DDBCD0 on white background.



Black color preview on #DDBCD0 background

This text has black color on #DDBCD0 background.


White color preview on #DDBCD0 background

This text has white color on #DDBCD0 background.