COLOR #DDADBF

HEX: #DDADBF
RGB: (221,173,191)

Color info

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

RGB color model

#DDADBF color RGB value is (221,173,191).

  • red value is 221;
  • green value is 173;
  • blue value is 191.
RGB:
(221,173,191)
(87%,68%,75%)

RGB channels and saturation

R 221 of 255 = 87%
G 173 of 255 = 68%
B 191 of 255 = 75%

221
173
191

R + G + B ~ 77%. #DDADBF is quite light color.

Portions of RGB colors in percentages

R + G + B =
221 + 173 + 191 = 585 (100%)
R 221 of 585 ~ 37.78%
G 173 of 585 ~ 29.57%
B 191 of 585 ~ 32.65%

%37.78
%29.57
%32.65

CMYK color model

#DDADBF color CMYK value is (0,22,14,13).

  • cyan value is 0.00%
  • magenta value is 21.72%
  • yellow value is 13.57%
  • key color value is 13.33%
CMYK:
(0,22,14,13)
C0M22Y14K13 
(0%,22%,14%,13%)
(0.00/0.22/0.14/0.13)	

CMYK percentages

%0
%21.72
%13.57
%13.33

Codes

Color #DDADBF in popluar color models

DDADBF
RGB221173191
HSL338°41.38%77.25%
HSB/HSV338°21.72%86.67%
CMYK0.00%21.72%13.57%
13.33%

Color #DDADBF in popluar number systems.

HEXDDADBF
Decimal221173191
Binary110111011010110110111111
Octal335255277

Shades and tints

Shades of #DDADBF

#DDADBF
(221,173,191)
#C99EAE
(201,158,174)
#B58F9D
(181,143,157)
#A1808C
(161,128,140)
#8D717B
(141,113,123)
#79626A
(121,98,106)
#655359
(101,83,89)
#514448
(81,68,72)
#3D3537
(61,53,55)
#292626
(41,38,38)
#151715
(21,23,21)
#000000
(0,0,0)

Tints of #DDADBF

#DDADBF
(221,173,191)
#E0B4C4
(224,180,196)
#E3BBC9
(227,187,201)
#E6C2CE
(230,194,206)
#E9C9D3
(233,201,211)
#ECD0D8
(236,208,216)
#EFD7DD
(239,215,221)
#F2DEE2
(242,222,226)
#F5E5E7
(245,229,231)
#F8ECEC
(248,236,236)
#FBF3F1
(251,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDADBF color. Also use rgb(221,173,191) instead hex code.

Text Font Color

.myTextColor { color: #DDADBF; }

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

This text font color is #DDADBF.


Background Color

.myBgColor { background-color: #DDADBF; }

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

This div background color is #DDADBF.


Border color

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

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

This div border color is #DDADBF.


Opacity

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

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

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

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

This text has shadow with #DDADBF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDADBF on black background.


Color preview on white background

This text has color #DDADBF on white background.



Black color preview on #DDADBF background

This text has black color on #DDADBF background.


White color preview on #DDADBF background

This text has white color on #DDADBF background.