COLOR #DDB6DB

HEX: #DDB6DB RGB: (221,182,219)

Color info

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

RGB color model

#DDB6DB color RGB value is (221,182,219).

RGB: (221,182,219) (87%, 71%, 86%)

RGB channels and saturation

R 221 of 255 = 87%
G 182 of 255 = 71%
B 219 of 255 = 86%

221
182
219

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

Portions of RGB colors in percentages

R + G + B = 221 + 182 + 219 = 622 (100%)
R 221 of 622 ~ 35.53%
G 182 of 622 ~ 29.26%
B 219 of 622 ~ 35.21'%

%35.53
%29.26
%35.21

CMYK color model

#DDB6DB color CMYK value is (0,18,1,13).

  • cyan value is 0.00%
  • magenta value is 17.65%
  • yellow value is 0.90%
  • key color value is 13.33%
CMYK: (0,18,1,13) C0M18Y1K13 (0%,18%,1%,13%) (0.00/0.18/0.01/0.13) 

CMYK percentages

%0
%17.65
%0.9
%13.33

Codes

Color #DDB6DB in popluar color models

DD B6 DB
RGB 221 182 219
HSL 303° 36.45% 79.02%
HSB/HSV 303° 17.65% 86.67%
CMYK 0.00% 17.65% 0.90%
13.33%

Color #DDB6DB in popluar number systems.

HEX DD B6 DB
Decimal 221 182 219
Binary 11011101 10110110 11011011
Octal 335 266 333

Shades and tints

Shades of #DDB6DB

#DDB6DB
(221,182,219)
#C9A6C8
(201,166,200)
#B596B5
(181,150,181)
#A186A2
(161,134,162)
#8D768F
(141,118,143)
#79667C
(121,102,124)
#655669
(101,86,105)
#514656
(81,70,86)
#3D3643
(61,54,67)
#292630
(41,38,48)
#15161D
(21,22,29)
#000000
(0,0,0)

Tints of #DDB6DB

#DDB6DB
(221,182,219)
#E0BCDE
(224,188,222)
#E3C2E1
(227,194,225)
#E6C8E4
(230,200,228)
#E9CEE7
(233,206,231)
#ECD4EA
(236,212,234)
#EFDAED
(239,218,237)
#F2E0F0
(242,224,240)
#F5E6F3
(245,230,243)
#F8ECF6
(248,236,246)
#FBF2F9
(251,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDB6DB; }

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

This text font color is #DDB6DB.

Background Color

.myBgColor { background-color: #DDB6DB; }

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

This div background color is #DDB6DB.

Border color

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

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

This div border color is #DDB6DB.

Opacity

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

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

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

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

This text has shadow with #DDB6DB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDB6DB.

Preview

Color preview on black background

This text has color #DDB6DB on black background.


Color preview on white background

This text has color #DDB6DB on white background.


Black color preview on #DDB6DB background

This text has black color on #DDB6DB background.


White color preview on #DDB6DB background

This text has white color on #DDB6DB background.


Related colors

Complementary color

Complementary color for #hex is #224924.


I love getcolorcode.com

Triadic colors

1 #DBDDB6 and #B6DBDD with #DDB6DB are triadic colors.

2 #DBB6DD and #B6DDDB with #DDB6DB are triadic colors.