COLOR #DDB8C4

HEX: #DDB8C4
RGB: (221,184,196)

Color info

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

RGB color model

#DDB8C4 color RGB value is (221,184,196).

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

RGB channels and saturation

R 221 of 255 = 87%
G 184 of 255 = 72%
B 196 of 255 = 77%

221
184
196

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

Portions of RGB colors in percentages

R + G + B =
221 + 184 + 196 = 601 (100%)
R 221 of 601 ~ 36.77%
G 184 of 601 ~ 30.62%
B 196 of 601 ~ 32.61%

%36.77
%30.62
%32.61

CMYK color model

#DDB8C4 color CMYK value is (0,17,11,13).

  • cyan value is 0.00%
  • magenta value is 16.74%
  • yellow value is 11.31%
  • key color value is 13.33%
CMYK: (0,17,11,13) C0M17Y11K13 (0%,17%,11%,13%) (0.00/0.17/0.11/0.13)

CMYK percentages

%0
%16.74
%11.31
%13.33

Codes

Color #DDB8C4 in popluar color models

DDB8C4
RGB221184196
HSL341°35.24%79.41%
HSB/HSV341°16.74%86.67%
CMYK0.00%16.74%11.31%
13.33%

Color #DDB8C4 in popluar number systems.

HEXDDB8C4
Decimal221184196
Binary110111011011100011000100
Octal335270304

Shades and tints

Shades of #DDB8C4

#DDB8C4
(221,184,196)
#C9A8B3
(201,168,179)
#B598A2
(181,152,162)
#A18891
(161,136,145)
#8D7880
(141,120,128)
#79686F
(121,104,111)
#65585E
(101,88,94)
#51484D
(81,72,77)
#3D383C
(61,56,60)
#29282B
(41,40,43)
#15181A
(21,24,26)
#000000
(0,0,0)

Tints of #DDB8C4

#DDB8C4
(221,184,196)
#E0BEC9
(224,190,201)
#E3C4CE
(227,196,206)
#E6CAD3
(230,202,211)
#E9D0D8
(233,208,216)
#ECD6DD
(236,214,221)
#EFDCE2
(239,220,226)
#F2E2E7
(242,226,231)
#F5E8EC
(245,232,236)
#F8EEF1
(248,238,241)
#FBF4F6
(251,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDB8C4; }

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

This text font color is #DDB8C4.


Background Color

.myBgColor { background-color: #DDB8C4; }

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

This div background color is #DDB8C4.


Border color

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

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

This div border color is #DDB8C4.


Opacity

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

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

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

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

This text has shadow with #DDB8C4 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #DDB8C4 on black background.


Color preview on white background

This text has color #DDB8C4 on white background.



Black color preview on #DDB8C4 background

This text has black color on #DDB8C4 background.


White color preview on #DDB8C4 background

This text has white color on #DDB8C4 background.