COLOR #DDB5C8

HEX: #DDB5C8
RGB: (221,181,200)

Color info

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

RGB color model

#DDB5C8 color RGB value is (221,181,200).

  • red value is 221;
  • green value is 181;
  • blue value is 200.
RGB:
(221,181,200)
(87%,71%,78%)

RGB channels and saturation

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

221
181
200

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

Portions of RGB colors in percentages

R + G + B =
221 + 181 + 200 = 602 (100%)
R 221 of 602 ~ 36.71%
G 181 of 602 ~ 30.07%
B 200 of 602 ~ 33.22%

%36.71
%30.07
%33.22

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 18.10%
  • 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
%18.1
%9.5
%13.33

Codes

Color #DDB5C8 in popluar color models

DDB5C8
RGB221181200
HSL332°37.04%78.82%
HSB/HSV332°18.10%86.67%
CMYK0.00%18.10%9.50%
13.33%

Color #DDB5C8 in popluar number systems.

HEXDDB5C8
Decimal221181200
Binary110111011011010111001000
Octal335265310

Shades and tints

Shades of #DDB5C8

#DDB5C8
(221,181,200)
#C9A5B6
(201,165,182)
#B595A4
(181,149,164)
#A18592
(161,133,146)
#8D7580
(141,117,128)
#79656E
(121,101,110)
#65555C
(101,85,92)
#51454A
(81,69,74)
#3D3538
(61,53,56)
#292526
(41,37,38)
#151514
(21,21,20)
#000000
(0,0,0)

Tints of #DDB5C8

#DDB5C8
(221,181,200)
#E0BBCD
(224,187,205)
#E3C1D2
(227,193,210)
#E6C7D7
(230,199,215)
#E9CDDC
(233,205,220)
#ECD3E1
(236,211,225)
#EFD9E6
(239,217,230)
#F2DFEB
(242,223,235)
#F5E5F0
(245,229,240)
#F8EBF5
(248,235,245)
#FBF1FA
(251,241,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDB5C8; }

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

This text font color is #DDB5C8.


Background Color

.myBgColor { background-color: #DDB5C8; }

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

This div background color is #DDB5C8.


Border color

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

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

This div border color is #DDB5C8.


Opacity

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

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

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

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

This text has shadow with #DDB5C8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDB5C8 on black background.


Color preview on white background

This text has color #DDB5C8 on white background.



Black color preview on #DDB5C8 background

This text has black color on #DDB5C8 background.


White color preview on #DDB5C8 background

This text has white color on #DDB5C8 background.