COLOR #DDB6C8

HEX: #DDB6C8 RGB: (221,182,200)

Color info

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

RGB color model

#DDB6C8 color RGB value is (221,182,200).

RGB: (221,182,200) (87%, 71%, 78%)

RGB channels and saturation

R 221 of 255 = 87%
G 182 of 255 = 71%
B 200 of 255 = 78%

221
182
200

R + G + B ~ 79%. #DDB6C8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 221 + 182 + 200 = 603 (100%)
R 221 of 603 ~ 36.65%
G 182 of 603 ~ 30.18%
B 200 of 603 ~ 33.17'%

%36.65
%30.18
%33.17

CMYK color model

#DDB6C8 color CMYK value is (0,18,10,13).

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

CMYK: (0,18,10,13)
C0M18Y10K13 (0%, 18%, 10%, 13%)
(0.00 / 0.18 / 0.10 / 0.13)

CMYK percentages

%0
%17.65
%9.5
%13.33

Codes

Color #DDB6C8 in popluar color models

DD B6 C8
RGB 221 182 200
HSL 332° 36.45% 79.02%
HSB/HSV 332° 17.65% 86.67%
CMYK 0.00% 17.65% 9.50%
13.33%

Color #DDB6C8 in popluar number systems.

HEX DD B6 C8
Decimal 221 182 200
Binary 11011101 10110110 11001000
Octal 335 266 310

Shades and tints

Shades of #DDB6C8

#DDB6C8
(221,182,200)
#C9A6B6
(201,166,182)
#B596A4
(181,150,164)
#A18692
(161,134,146)
#8D7680
(141,118,128)
#79666E
(121,102,110)
#65565C
(101,86,92)
#51464A
(81,70,74)
#3D3638
(61,54,56)
#292626
(41,38,38)
#151614
(21,22,20)
#000000
(0,0,0)

Tints of #DDB6C8

#DDB6C8
(221,182,200)
#E0BCCD
(224,188,205)
#E3C2D2
(227,194,210)
#E6C8D7
(230,200,215)
#E9CEDC
(233,206,220)
#ECD4E1
(236,212,225)
#EFDAE6
(239,218,230)
#F2E0EB
(242,224,235)
#F5E6F0
(245,230,240)
#F8ECF5
(248,236,245)
#FBF2FA
(251,242,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDB6C8; }

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

This text font color is #DDB6C8.

Background Color

.myBgColor { background-color: #DDB6C8; }

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

This div background color is #DDB6C8.

Border color

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

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

This div border color is #DDB6C8.

Opacity

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

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

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

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

This text has shadow with #DDB6C8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDB6C8.

Preview

Color preview on black background

This text has color #DDB6C8 on black background.


Color preview on white background

This text has color #DDB6C8 on white background.


Black color preview on #DDB6C8 background

This text has black color on #DDB6C8 background.


White color preview on #DDB6C8 background

This text has white color on #DDB6C8 background.


Related colors

Complementary color

Complementary color for #hex is #224937.


I love getcolorcode.com

Triadic colors

1 #C8DDB6 and #B6C8DD with #DDB6C8 are triadic colors.

2 #C8B6DD and #B6DDC8 with #DDB6C8 are triadic colors.