COLOR #DDB5D2

HEX: #DDB5D2
RGB: (221,181,210)

Color info

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

RGB color model

#DDB5D2 color RGB value is (221,181,210).

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

RGB channels and saturation

R 221 of 255 = 87%
G 181 of 255 = 71%
B 210 of 255 = 82%

221
181
210

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

Portions of RGB colors in percentages

R + G + B =
221 + 181 + 210 = 612 (100%)
R 221 of 612 ~ 36.11%
G 181 of 612 ~ 29.58%
B 210 of 612 ~ 34.31%

%36.11
%29.58
%34.31

CMYK color model

#DDB5D2 color CMYK value is (0,18,5,13).

  • cyan value is 0.00%
  • magenta value is 18.10%
  • yellow value is 4.98%
  • key color value is 13.33%
CMYK:
(0,18,5,13)
C0M18Y5K13 
(0%,18%,5%,13%)
(0.00/0.18/0.05/0.13)	

CMYK percentages

%0
%18.1
%4.98
%13.33

Codes

Color #DDB5D2 in popluar color models

DDB5D2
RGB221181210
HSL317°37.04%78.82%
HSB/HSV317°18.10%86.67%
CMYK0.00%18.10%4.98%
13.33%

Color #DDB5D2 in popluar number systems.

HEXDDB5D2
Decimal221181210
Binary110111011011010111010010
Octal335265322

Shades and tints

Shades of #DDB5D2

#DDB5D2
(221,181,210)
#C9A5BF
(201,165,191)
#B595AC
(181,149,172)
#A18599
(161,133,153)
#8D7586
(141,117,134)
#796573
(121,101,115)
#655560
(101,85,96)
#51454D
(81,69,77)
#3D353A
(61,53,58)
#292527
(41,37,39)
#151514
(21,21,20)
#000000
(0,0,0)

Tints of #DDB5D2

#DDB5D2
(221,181,210)
#E0BBD6
(224,187,214)
#E3C1DA
(227,193,218)
#E6C7DE
(230,199,222)
#E9CDE2
(233,205,226)
#ECD3E6
(236,211,230)
#EFD9EA
(239,217,234)
#F2DFEE
(242,223,238)
#F5E5F2
(245,229,242)
#F8EBF6
(248,235,246)
#FBF1FA
(251,241,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDB5D2; }

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

This text font color is #DDB5D2.


Background Color

.myBgColor { background-color: #DDB5D2; }

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

This div background color is #DDB5D2.


Border color

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

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

This div border color is #DDB5D2.


Opacity

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

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

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

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

This text has shadow with #DDB5D2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDB5D2 on black background.


Color preview on white background

This text has color #DDB5D2 on white background.



Black color preview on #DDB5D2 background

This text has black color on #DDB5D2 background.


White color preview on #DDB5D2 background

This text has white color on #DDB5D2 background.