COLOR #DDB2DC

HEX: #DDB2DC
RGB: (221,178,220)

Color info

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

RGB color model

#DDB2DC color RGB value is (221,178,220).

  • red value is 221;
  • green value is 178;
  • blue value is 220.
RGB:
(221,178,220)
(87%,70%,86%)

RGB channels and saturation

R 221 of 255 = 87%
G 178 of 255 = 70%
B 220 of 255 = 86%

221
178
220

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

Portions of RGB colors in percentages

R + G + B =
221 + 178 + 220 = 619 (100%)
R 221 of 619 ~ 35.7%
G 178 of 619 ~ 28.76%
B 220 of 619 ~ 35.54%

%35.7
%28.76
%35.54

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 19.46%
  • yellow value is 0.45%
  • key color value is 13.33%
CMYK:
(0,19,0,13)
C0M19Y0K13 
(0%,19%,0%,13%)
(0.00/0.19/0.00/0.13)	

CMYK percentages

%0
%19.46
%0.45
%13.33

Codes

Color #DDB2DC in popluar color models

DDB2DC
RGB221178220
HSL301°38.74%78.24%
HSB/HSV301°19.46%86.67%
CMYK0.00%19.46%0.45%
13.33%

Color #DDB2DC in popluar number systems.

HEXDDB2DC
Decimal221178220
Binary110111011011001011011100
Octal335262334

Shades and tints

Shades of #DDB2DC

#DDB2DC
(221,178,220)
#C9A2C8
(201,162,200)
#B592B4
(181,146,180)
#A182A0
(161,130,160)
#8D728C
(141,114,140)
#796278
(121,98,120)
#655264
(101,82,100)
#514250
(81,66,80)
#3D323C
(61,50,60)
#292228
(41,34,40)
#151214
(21,18,20)
#000000
(0,0,0)

Tints of #DDB2DC

#DDB2DC
(221,178,220)
#E0B9DF
(224,185,223)
#E3C0E2
(227,192,226)
#E6C7E5
(230,199,229)
#E9CEE8
(233,206,232)
#ECD5EB
(236,213,235)
#EFDCEE
(239,220,238)
#F2E3F1
(242,227,241)
#F5EAF4
(245,234,244)
#F8F1F7
(248,241,247)
#FBF8FA
(251,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDB2DC; }

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

This text font color is #DDB2DC.


Background Color

.myBgColor { background-color: #DDB2DC; }

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

This div background color is #DDB2DC.


Border color

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

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

This div border color is #DDB2DC.


Opacity

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

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

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

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

This text has shadow with #DDB2DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDB2DC on black background.


Color preview on white background

This text has color #DDB2DC on white background.



Black color preview on #DDB2DC background

This text has black color on #DDB2DC background.


White color preview on #DDB2DC background

This text has white color on #DDB2DC background.