COLOR #DDBBDB

HEX: #DDBBDB
RGB: (221,187,219)

Color info

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

RGB color model

#DDBBDB color RGB value is (221,187,219).

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

RGB channels and saturation

R 221 of 255 = 87%
G 187 of 255 = 73%
B 219 of 255 = 86%

221
187
219

R + G + B ~ 82%. #DDBBDB is quite light color.

Portions of RGB colors in percentages

R + G + B =
221 + 187 + 219 = 627 (100%)
R 221 of 627 ~ 35.25%
G 187 of 627 ~ 29.82%
B 219 of 627 ~ 34.93%

%35.25
%29.82
%34.93

CMYK color model

#DDBBDB color CMYK value is (0,15,1,13).

  • cyan value is 0.00%
  • magenta value is 15.38%
  • yellow value is 0.90%
  • key color value is 13.33%
CMYK:
(0,15,1,13)
C0M15Y1K13 
(0%,15%,1%,13%)
(0.00/0.15/0.01/0.13)	

CMYK percentages

%0
%15.38
%0.9
%13.33

Codes

Color #DDBBDB in popluar color models

DDBBDB
RGB221187219
HSL304°33.33%80.00%
HSB/HSV304°15.38%86.67%
CMYK0.00%15.38%0.90%
13.33%

Color #DDBBDB in popluar number systems.

HEXDDBBDB
Decimal221187219
Binary110111011011101111011011
Octal335273333

Shades and tints

Shades of #DDBBDB

#DDBBDB
(221,187,219)
#C9AAC8
(201,170,200)
#B599B5
(181,153,181)
#A188A2
(161,136,162)
#8D778F
(141,119,143)
#79667C
(121,102,124)
#655569
(101,85,105)
#514456
(81,68,86)
#3D3343
(61,51,67)
#292230
(41,34,48)
#15111D
(21,17,29)
#000000
(0,0,0)

Tints of #DDBBDB

#DDBBDB
(221,187,219)
#E0C1DE
(224,193,222)
#E3C7E1
(227,199,225)
#E6CDE4
(230,205,228)
#E9D3E7
(233,211,231)
#ECD9EA
(236,217,234)
#EFDFED
(239,223,237)
#F2E5F0
(242,229,240)
#F5EBF3
(245,235,243)
#F8F1F6
(248,241,246)
#FBF7F9
(251,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDBBDB; }

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

This text font color is #DDBBDB.


Background Color

.myBgColor { background-color: #DDBBDB; }

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

This div background color is #DDBBDB.


Border color

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

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

This div border color is #DDBBDB.


Opacity

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

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

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

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

This text has shadow with #DDBBDB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDBBDB on black background.


Color preview on white background

This text has color #DDBBDB on white background.



Black color preview on #DDBBDB background

This text has black color on #DDBBDB background.


White color preview on #DDBBDB background

This text has white color on #DDBBDB background.