COLOR #DDB8C8

HEX: #DDB8C8
RGB: (221,184,200)

Color info

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

RGB color model

#DDB8C8 color RGB value is (221,184,200).

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

RGB channels and saturation

R 221 of 255 = 87%
G 184 of 255 = 72%
B 200 of 255 = 78%

221
184
200

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

Portions of RGB colors in percentages

R + G + B =
221 + 184 + 200 = 605 (100%)
R 221 of 605 ~ 36.53%
G 184 of 605 ~ 30.41%
B 200 of 605 ~ 33.06%

%36.53
%30.41
%33.06

CMYK color model

#DDB8C8 color CMYK value is (0,17,10,13).

  • cyan value is 0.00%
  • magenta value is 16.74%
  • yellow value is 9.50%
  • key color value is 13.33%
CMYK:
(0,17,10,13)
C0M17Y10K13 
(0%,17%,10%,13%)
(0.00/0.17/0.10/0.13)	

CMYK percentages

%0
%16.74
%9.5
%13.33

Codes

Color #DDB8C8 in popluar color models

DDB8C8
RGB221184200
HSL334°35.24%79.41%
HSB/HSV334°16.74%86.67%
CMYK0.00%16.74%9.50%
13.33%

Color #DDB8C8 in popluar number systems.

HEXDDB8C8
Decimal221184200
Binary110111011011100011001000
Octal335270310

Shades and tints

Shades of #DDB8C8

#DDB8C8
(221,184,200)
#C9A8B6
(201,168,182)
#B598A4
(181,152,164)
#A18892
(161,136,146)
#8D7880
(141,120,128)
#79686E
(121,104,110)
#65585C
(101,88,92)
#51484A
(81,72,74)
#3D3838
(61,56,56)
#292826
(41,40,38)
#151814
(21,24,20)
#000000
(0,0,0)

Tints of #DDB8C8

#DDB8C8
(221,184,200)
#E0BECD
(224,190,205)
#E3C4D2
(227,196,210)
#E6CAD7
(230,202,215)
#E9D0DC
(233,208,220)
#ECD6E1
(236,214,225)
#EFDCE6
(239,220,230)
#F2E2EB
(242,226,235)
#F5E8F0
(245,232,240)
#F8EEF5
(248,238,245)
#FBF4FA
(251,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDB8C8; }

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

This text font color is #DDB8C8.


Background Color

.myBgColor { background-color: #DDB8C8; }

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

This div background color is #DDB8C8.


Border color

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

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

This div border color is #DDB8C8.


Opacity

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

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

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

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

This text has shadow with #DDB8C8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDB8C8 on black background.


Color preview on white background

This text has color #DDB8C8 on white background.



Black color preview on #DDB8C8 background

This text has black color on #DDB8C8 background.


White color preview on #DDB8C8 background

This text has white color on #DDB8C8 background.