COLOR #DDB0C7

HEX: #DDB0C7 RGB: (221,176,199)

Color info

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

RGB color model

#DDB0C7 color RGB value is (221,176,199).

RGB: (221,176,199) (87%, 69%, 78%)

RGB channels and saturation

R 221 of 255 = 87%
G 176 of 255 = 69%
B 199 of 255 = 78%

221
176
199

R + G + B ~ 78%. #DDB0C7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 221 + 176 + 199 = 596 (100%)
R 221 of 596 ~ 37.08%
G 176 of 596 ~ 29.53%
B 199 of 596 ~ 33.39'%

%37.08
%29.53
%33.39

CMYK color model

#DDB0C7 color CMYK value is (0,20,10,13).

  • cyan value is 0.00%
  • magenta value is 20.36%
  • yellow value is 9.95%
  • key color value is 13.33%

CMYK: (0,20,10,13)
C0M20Y10K13 (0%, 20%, 10%, 13%)
(0.00 / 0.20 / 0.10 / 0.13)

CMYK percentages

%0
%20.36
%9.95
%13.33

Codes

Color #DDB0C7 in popluar color models

DD B0 C7
RGB 221 176 199
HSL 329° 39.82% 77.84%
HSB/HSV 329° 20.36% 86.67%
CMYK 0.00% 20.36% 9.95%
13.33%

Color #DDB0C7 in popluar number systems.

HEX DD B0 C7
Decimal 221 176 199
Binary 11011101 10110000 11000111
Octal 335 260 307

Shades and tints

Shades of #DDB0C7

#DDB0C7
(221,176,199)
#C9A0B5
(201,160,181)
#B590A3
(181,144,163)
#A18091
(161,128,145)
#8D707F
(141,112,127)
#79606D
(121,96,109)
#65505B
(101,80,91)
#514049
(81,64,73)
#3D3037
(61,48,55)
#292025
(41,32,37)
#151013
(21,16,19)
#000000
(0,0,0)

Tints of #DDB0C7

#DDB0C7
(221,176,199)
#E0B7CC
(224,183,204)
#E3BED1
(227,190,209)
#E6C5D6
(230,197,214)
#E9CCDB
(233,204,219)
#ECD3E0
(236,211,224)
#EFDAE5
(239,218,229)
#F2E1EA
(242,225,234)
#F5E8EF
(245,232,239)
#F8EFF4
(248,239,244)
#FBF6F9
(251,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDB0C7 color. Also use rgb(221,176,199) instead hex code.

Text Font Color

.myTextColor { color: #DDB0C7; }

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

This text font color is #DDB0C7.

Background Color

.myBgColor { background-color: #DDB0C7; }

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

This div background color is #DDB0C7.

Border color

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

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

This div border color is #DDB0C7.

Opacity

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

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

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

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

This text has shadow with #DDB0C7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDB0C7.

Preview

Color preview on black background

This text has color #DDB0C7 on black background.


Color preview on white background

This text has color #DDB0C7 on white background.


Black color preview on #DDB0C7 background

This text has black color on #DDB0C7 background.


White color preview on #DDB0C7 background

This text has white color on #DDB0C7 background.


Related colors

Complementary color

Complementary color for #hex is #224F38.


I love getcolorcode.com

Triadic colors

1 #C7DDB0 and #B0C7DD with #DDB0C7 are triadic colors.

2 #C7B0DD and #B0DDC7 with #DDB0C7 are triadic colors.