COLOR #DDBCCD

HEX: #DDBCCD
RGB: (221,188,205)

Color info

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

RGB color model

#DDBCCD color RGB value is (221,188,205).

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

RGB channels and saturation

R 221 of 255 = 87%
G 188 of 255 = 74%
B 205 of 255 = 80%

221
188
205

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

Portions of RGB colors in percentages

R + G + B =
221 + 188 + 205 = 614 (100%)
R 221 of 614 ~ 35.99%
G 188 of 614 ~ 30.62%
B 205 of 614 ~ 33.39%

%35.99
%30.62
%33.39

CMYK color model

#DDBCCD color CMYK value is (0,15,7,13).

  • cyan value is 0.00%
  • magenta value is 14.93%
  • yellow value is 7.24%
  • key color value is 13.33%
CMYK:
(0,15,7,13)
C0M15Y7K13 
(0%,15%,7%,13%)
(0.00/0.15/0.07/0.13)	

CMYK percentages

%0
%14.93
%7.24
%13.33

Codes

Color #DDBCCD in popluar color models

DDBCCD
RGB221188205
HSL329°32.67%80.20%
HSB/HSV329°14.93%86.67%
CMYK0.00%14.93%7.24%
13.33%

Color #DDBCCD in popluar number systems.

HEXDDBCCD
Decimal221188205
Binary110111011011110011001101
Octal335274315

Shades and tints

Shades of #DDBCCD

#DDBCCD
(221,188,205)
#C9ABBB
(201,171,187)
#B59AA9
(181,154,169)
#A18997
(161,137,151)
#8D7885
(141,120,133)
#796773
(121,103,115)
#655661
(101,86,97)
#51454F
(81,69,79)
#3D343D
(61,52,61)
#29232B
(41,35,43)
#151219
(21,18,25)
#000000
(0,0,0)

Tints of #DDBCCD

#DDBCCD
(221,188,205)
#E0C2D1
(224,194,209)
#E3C8D5
(227,200,213)
#E6CED9
(230,206,217)
#E9D4DD
(233,212,221)
#ECDAE1
(236,218,225)
#EFE0E5
(239,224,229)
#F2E6E9
(242,230,233)
#F5ECED
(245,236,237)
#F8F2F1
(248,242,241)
#FBF8F5
(251,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDBCCD; }

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

This text font color is #DDBCCD.


Background Color

.myBgColor { background-color: #DDBCCD; }

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

This div background color is #DDBCCD.


Border color

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

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

This div border color is #DDBCCD.


Opacity

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

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

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

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

This text has shadow with #DDBCCD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDBCCD on black background.


Color preview on white background

This text has color #DDBCCD on white background.



Black color preview on #DDBCCD background

This text has black color on #DDBCCD background.


White color preview on #DDBCCD background

This text has white color on #DDBCCD background.