COLOR #DDC4DB

HEX: #DDC4DB
RGB: (221,196,219)

Color info

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

RGB color model

#DDC4DB color RGB value is (221,196,219).

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

RGB channels and saturation

R 221 of 255 = 87%
G 196 of 255 = 77%
B 219 of 255 = 86%

221
196
219

R + G + B ~ 83%. #DDC4DB is quite light color.

Portions of RGB colors in percentages

R + G + B =
221 + 196 + 219 = 636 (100%)
R 221 of 636 ~ 34.75%
G 196 of 636 ~ 30.82%
B 219 of 636 ~ 34.43%

%34.75
%30.82
%34.43

CMYK color model

#DDC4DB color CMYK value is (0,11,1,13).

  • cyan value is 0.00%
  • magenta value is 11.31%
  • yellow value is 0.90%
  • key color value is 13.33%
CMYK:
(0,11,1,13)
C0M11Y1K13 
(0%,11%,1%,13%)
(0.00/0.11/0.01/0.13)	

CMYK percentages

%0
%11.31
%0.9
%13.33

Codes

Color #DDC4DB in popluar color models

DDC4DB
RGB221196219
HSL305°26.88%81.76%
HSB/HSV305°11.31%86.67%
CMYK0.00%11.31%0.90%
13.33%

Color #DDC4DB in popluar number systems.

HEXDDC4DB
Decimal221196219
Binary110111011100010011011011
Octal335304333

Shades and tints

Shades of #DDC4DB

#DDC4DB
(221,196,219)
#C9B3C8
(201,179,200)
#B5A2B5
(181,162,181)
#A191A2
(161,145,162)
#8D808F
(141,128,143)
#796F7C
(121,111,124)
#655E69
(101,94,105)
#514D56
(81,77,86)
#3D3C43
(61,60,67)
#292B30
(41,43,48)
#151A1D
(21,26,29)
#000000
(0,0,0)

Tints of #DDC4DB

#DDC4DB
(221,196,219)
#E0C9DE
(224,201,222)
#E3CEE1
(227,206,225)
#E6D3E4
(230,211,228)
#E9D8E7
(233,216,231)
#ECDDEA
(236,221,234)
#EFE2ED
(239,226,237)
#F2E7F0
(242,231,240)
#F5ECF3
(245,236,243)
#F8F1F6
(248,241,246)
#FBF6F9
(251,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDC4DB; }

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

This text font color is #DDC4DB.


Background Color

.myBgColor { background-color: #DDC4DB; }

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

This div background color is #DDC4DB.


Border color

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

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

This div border color is #DDC4DB.


Opacity

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

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

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

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

This text has shadow with #DDC4DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDC4DB on black background.


Color preview on white background

This text has color #DDC4DB on white background.



Black color preview on #DDC4DB background

This text has black color on #DDC4DB background.


White color preview on #DDC4DB background

This text has white color on #DDC4DB background.