COLOR #DDB6CF

HEX: #DDB6CF RGB: (221,182,207)

Color info

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

RGB color model

#DDB6CF color RGB value is (221,182,207).

RGB: (221,182,207) (87%, 71%, 81%)

RGB channels and saturation

R 221 of 255 = 87%
G 182 of 255 = 71%
B 207 of 255 = 81%

221
182
207

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

Portions of RGB colors in percentages

R + G + B = 221 + 182 + 207 = 610 (100%)
R 221 of 610 ~ 36.23%
G 182 of 610 ~ 29.84%
B 207 of 610 ~ 33.93'%

%36.23
%29.84
%33.93

CMYK color model

#DDB6CF color CMYK value is (0,18,6,13).

  • cyan value is 0.00%
  • magenta value is 17.65%
  • yellow value is 6.33%
  • key color value is 13.33%

CMYK: (0,18,6,13)
C0M18Y6K13 (0%, 18%, 6%, 13%)
(0.00 / 0.18 / 0.06 / 0.13)

CMYK percentages

%0
%17.65
%6.33
%13.33

Codes

Color #DDB6CF in popluar color models

DD B6 CF
RGB 221 182 207
HSL 322° 36.45% 79.02%
HSB/HSV 322° 17.65% 86.67%
CMYK 0.00% 17.65% 6.33%
13.33%

Color #DDB6CF in popluar number systems.

HEX DD B6 CF
Decimal 221 182 207
Binary 11011101 10110110 11001111
Octal 335 266 317

Shades and tints

Shades of #DDB6CF

#DDB6CF
(221,182,207)
#C9A6BD
(201,166,189)
#B596AB
(181,150,171)
#A18699
(161,134,153)
#8D7687
(141,118,135)
#796675
(121,102,117)
#655663
(101,86,99)
#514651
(81,70,81)
#3D363F
(61,54,63)
#29262D
(41,38,45)
#15161B
(21,22,27)
#000000
(0,0,0)

Tints of #DDB6CF

#DDB6CF
(221,182,207)
#E0BCD3
(224,188,211)
#E3C2D7
(227,194,215)
#E6C8DB
(230,200,219)
#E9CEDF
(233,206,223)
#ECD4E3
(236,212,227)
#EFDAE7
(239,218,231)
#F2E0EB
(242,224,235)
#F5E6EF
(245,230,239)
#F8ECF3
(248,236,243)
#FBF2F7
(251,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDB6CF; }

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

This text font color is #DDB6CF.

Background Color

.myBgColor { background-color: #DDB6CF; }

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

This div background color is #DDB6CF.

Border color

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

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

This div border color is #DDB6CF.

Opacity

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

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

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

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

This text has shadow with #DDB6CF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDB6CF.

Preview

Color preview on black background

This text has color #DDB6CF on black background.


Color preview on white background

This text has color #DDB6CF on white background.


Black color preview on #DDB6CF background

This text has black color on #DDB6CF background.


White color preview on #DDB6CF background

This text has white color on #DDB6CF background.


Related colors

Complementary color

Complementary color for #hex is #224930.


I love getcolorcode.com

Triadic colors

1 #CFDDB6 and #B6CFDD with #DDB6CF are triadic colors.

2 #CFB6DD and #B6DDCF with #DDB6CF are triadic colors.