COLOR #DDB2DB

HEX: #DDB2DB
RGB: (221,178,219)

Color info

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

RGB color model

#DDB2DB color RGB value is (221,178,219).

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

RGB channels and saturation

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

221
178
219

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

Portions of RGB colors in percentages

R + G + B =
221 + 178 + 219 = 618 (100%)
R 221 of 618 ~ 35.76%
G 178 of 618 ~ 28.8%
B 219 of 618 ~ 35.44%

%35.76
%28.8
%35.44

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 19.46%
  • yellow value is 0.90%
  • key color value is 13.33%
CMYK:
(0,19,1,13)
C0M19Y1K13 
(0%,19%,1%,13%)
(0.00/0.19/0.01/0.13)	

CMYK percentages

%0
%19.46
%0.9
%13.33

Codes

Color #DDB2DB in popluar color models

DDB2DB
RGB221178219
HSL303°38.74%78.24%
HSB/HSV303°19.46%86.67%
CMYK0.00%19.46%0.90%
13.33%

Color #DDB2DB in popluar number systems.

HEXDDB2DB
Decimal221178219
Binary110111011011001011011011
Octal335262333

Shades and tints

Shades of #DDB2DB

#DDB2DB
(221,178,219)
#C9A2C8
(201,162,200)
#B592B5
(181,146,181)
#A182A2
(161,130,162)
#8D728F
(141,114,143)
#79627C
(121,98,124)
#655269
(101,82,105)
#514256
(81,66,86)
#3D3243
(61,50,67)
#292230
(41,34,48)
#15121D
(21,18,29)
#000000
(0,0,0)

Tints of #DDB2DB

#DDB2DB
(221,178,219)
#E0B9DE
(224,185,222)
#E3C0E1
(227,192,225)
#E6C7E4
(230,199,228)
#E9CEE7
(233,206,231)
#ECD5EA
(236,213,234)
#EFDCED
(239,220,237)
#F2E3F0
(242,227,240)
#F5EAF3
(245,234,243)
#F8F1F6
(248,241,246)
#FBF8F9
(251,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDB2DB; }

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

This text font color is #DDB2DB.


Background Color

.myBgColor { background-color: #DDB2DB; }

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

This div background color is #DDB2DB.


Border color

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

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

This div border color is #DDB2DB.


Opacity

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

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

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

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

This text has shadow with #DDB2DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDB2DB on black background.


Color preview on white background

This text has color #DDB2DB on white background.



Black color preview on #DDB2DB background

This text has black color on #DDB2DB background.


White color preview on #DDB2DB background

This text has white color on #DDB2DB background.