COLOR #DDBCC7

HEX: #DDBCC7 RGB: (221,188,199)

Color info

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

RGB color model

#DDBCC7 color RGB value is (221,188,199).

RGB: (221,188,199) (87%, 74%, 78%)

RGB channels and saturation

R 221 of 255 = 87%
G 188 of 255 = 74%
B 199 of 255 = 78%

221
188
199

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

Portions of RGB colors in percentages

R + G + B = 221 + 188 + 199 = 608 (100%)
R 221 of 608 ~ 36.35%
G 188 of 608 ~ 30.92%
B 199 of 608 ~ 32.73'%

%36.35
%30.92
%32.73

CMYK color model

#DDBCC7 color CMYK value is (0,15,10,13).

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

CMYK: (0,15,10,13)
C0M15Y10K13 (0%, 15%, 10%, 13%)
(0.00 / 0.15 / 0.10 / 0.13)

CMYK percentages

%0
%14.93
%9.95
%13.33

Codes

Color #DDBCC7 in popluar color models

DD BC C7
RGB 221 188 199
HSL 340° 32.67% 80.20%
HSB/HSV 340° 14.93% 86.67%
CMYK 0.00% 14.93% 9.95%
13.33%

Color #DDBCC7 in popluar number systems.

HEX DD BC C7
Decimal 221 188 199
Binary 11011101 10111100 11000111
Octal 335 274 307

Shades and tints

Shades of #DDBCC7

#DDBCC7
(221,188,199)
#C9ABB5
(201,171,181)
#B59AA3
(181,154,163)
#A18991
(161,137,145)
#8D787F
(141,120,127)
#79676D
(121,103,109)
#65565B
(101,86,91)
#514549
(81,69,73)
#3D3437
(61,52,55)
#292325
(41,35,37)
#151213
(21,18,19)
#000000
(0,0,0)

Tints of #DDBCC7

#DDBCC7
(221,188,199)
#E0C2CC
(224,194,204)
#E3C8D1
(227,200,209)
#E6CED6
(230,206,214)
#E9D4DB
(233,212,219)
#ECDAE0
(236,218,224)
#EFE0E5
(239,224,229)
#F2E6EA
(242,230,234)
#F5ECEF
(245,236,239)
#F8F2F4
(248,242,244)
#FBF8F9
(251,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDBCC7; }

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

This text font color is #DDBCC7.

Background Color

.myBgColor { background-color: #DDBCC7; }

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

This div background color is #DDBCC7.

Border color

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

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

This div border color is #DDBCC7.

Opacity

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

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

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

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

This text has shadow with #DDBCC7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDBCC7.

Preview

Color preview on black background

This text has color #DDBCC7 on black background.


Color preview on white background

This text has color #DDBCC7 on white background.


Black color preview on #DDBCC7 background

This text has black color on #DDBCC7 background.


White color preview on #DDBCC7 background

This text has white color on #DDBCC7 background.


Related colors

Complementary color

Complementary color for #hex is #224338.


I love getcolorcode.com

Triadic colors

1 #C7DDBC and #BCC7DD with #DDBCC7 are triadic colors.

2 #C7BCDD and #BCDDC7 with #DDBCC7 are triadic colors.