COLOR #DDB3C5

HEX: #DDB3C5
RGB: (221,179,197)

Color info

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

RGB color model

#DDB3C5 color RGB value is (221,179,197).

  • red value is 221;
  • green value is 179;
  • blue value is 197.
RGB:
(221,179,197)
(87%,70%,77%)

RGB channels and saturation

R 221 of 255 = 87%
G 179 of 255 = 70%
B 197 of 255 = 77%

221
179
197

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

Portions of RGB colors in percentages

R + G + B =
221 + 179 + 197 = 597 (100%)
R 221 of 597 ~ 37.02%
G 179 of 597 ~ 29.98%
B 197 of 597 ~ 33%

%37.02
%29.98
%33

CMYK color model

#DDB3C5 color CMYK value is (0,19,11,13).

  • cyan value is 0.00%
  • magenta value is 19.00%
  • yellow value is 10.86%
  • key color value is 13.33%
CMYK:
(0,19,11,13)
C0M19Y11K13 
(0%,19%,11%,13%)
(0.00/0.19/0.11/0.13)	

CMYK percentages

%0
%19
%10.86
%13.33

Codes

Color #DDB3C5 in popluar color models

DDB3C5
RGB221179197
HSL334°38.18%78.43%
HSB/HSV334°19.00%86.67%
CMYK0.00%19.00%10.86%
13.33%

Color #DDB3C5 in popluar number systems.

HEXDDB3C5
Decimal221179197
Binary110111011011001111000101
Octal335263305

Shades and tints

Shades of #DDB3C5

#DDB3C5
(221,179,197)
#C9A3B4
(201,163,180)
#B593A3
(181,147,163)
#A18392
(161,131,146)
#8D7381
(141,115,129)
#796370
(121,99,112)
#65535F
(101,83,95)
#51434E
(81,67,78)
#3D333D
(61,51,61)
#29232C
(41,35,44)
#15131B
(21,19,27)
#000000
(0,0,0)

Tints of #DDB3C5

#DDB3C5
(221,179,197)
#E0B9CA
(224,185,202)
#E3BFCF
(227,191,207)
#E6C5D4
(230,197,212)
#E9CBD9
(233,203,217)
#ECD1DE
(236,209,222)
#EFD7E3
(239,215,227)
#F2DDE8
(242,221,232)
#F5E3ED
(245,227,237)
#F8E9F2
(248,233,242)
#FBEFF7
(251,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDB3C5 color. Also use rgb(221,179,197) instead hex code.

Text Font Color

.myTextColor { color: #DDB3C5; }

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

This text font color is #DDB3C5.


Background Color

.myBgColor { background-color: #DDB3C5; }

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

This div background color is #DDB3C5.


Border color

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

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

This div border color is #DDB3C5.


Opacity

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

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

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

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

This text has shadow with #DDB3C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDB3C5 on black background.


Color preview on white background

This text has color #DDB3C5 on white background.



Black color preview on #DDB3C5 background

This text has black color on #DDB3C5 background.


White color preview on #DDB3C5 background

This text has white color on #DDB3C5 background.