COLOR #DDB4DF

HEX: #DDB4DF
RGB: (221,180,223)

Color info

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

RGB color model

#DDB4DF color RGB value is (221,180,223).

  • red value is 221;
  • green value is 180;
  • blue value is 223.
RGB:
(221,180,223)
(87%,71%,87%)

RGB channels and saturation

R 221 of 255 = 87%
G 180 of 255 = 71%
B 223 of 255 = 87%

221
180
223

R + G + B ~ 82%. #DDB4DF is quite light color.

Portions of RGB colors in percentages

R + G + B =
221 + 180 + 223 = 624 (100%)
R 221 of 624 ~ 35.42%
G 180 of 624 ~ 28.85%
B 223 of 624 ~ 35.74%

%35.42
%28.85
%35.74

CMYK color model

#DDB4DF color CMYK value is (1,19,0,13).

  • cyan value is 0.90%
  • magenta value is 19.28%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK:
(1,19,0,13)
C1M19Y0K13 
(1%,19%,0%,13%)
(0.01/0.19/0.00/0.13)	

CMYK percentages

%0.9
%19.28
%0
%12.55

Codes

Color #DDB4DF in popluar color models

DDB4DF
RGB221180223
HSL297°40.19%79.02%
HSB/HSV297°19.28%87.45%
CMYK0.90%19.28%0.00%
12.55%

Color #DDB4DF in popluar number systems.

HEXDDB4DF
Decimal221180223
Binary110111011011010011011111
Octal335264337

Shades and tints

Shades of #DDB4DF

#DDB4DF
(221,180,223)
#C9A4CB
(201,164,203)
#B594B7
(181,148,183)
#A184A3
(161,132,163)
#8D748F
(141,116,143)
#79647B
(121,100,123)
#655467
(101,84,103)
#514453
(81,68,83)
#3D343F
(61,52,63)
#29242B
(41,36,43)
#151417
(21,20,23)
#000000
(0,0,0)

Tints of #DDB4DF

#DDB4DF
(221,180,223)
#E0BAE1
(224,186,225)
#E3C0E3
(227,192,227)
#E6C6E5
(230,198,229)
#E9CCE7
(233,204,231)
#ECD2E9
(236,210,233)
#EFD8EB
(239,216,235)
#F2DEED
(242,222,237)
#F5E4EF
(245,228,239)
#F8EAF1
(248,234,241)
#FBF0F3
(251,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDB4DF color. Also use rgb(221,180,223) instead hex code.

Text Font Color

.myTextColor { color: #DDB4DF; }

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

This text font color is #DDB4DF.


Background Color

.myBgColor { background-color: #DDB4DF; }

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

This div background color is #DDB4DF.


Border color

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

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

This div border color is #DDB4DF.


Opacity

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

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

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

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

This text has shadow with #DDB4DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDB4DF on black background.


Color preview on white background

This text has color #DDB4DF on white background.



Black color preview on #DDB4DF background

This text has black color on #DDB4DF background.


White color preview on #DDB4DF background

This text has white color on #DDB4DF background.