COLOR #DDC1DF

HEX: #DDC1DF
RGB: (221,193,223)

Color info

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

RGB color model

#DDC1DF color RGB value is (221,193,223).

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

RGB channels and saturation

R 221 of 255 = 87%
G 193 of 255 = 76%
B 223 of 255 = 87%

221
193
223

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

Portions of RGB colors in percentages

R + G + B =
221 + 193 + 223 = 637 (100%)
R 221 of 637 ~ 34.69%
G 193 of 637 ~ 30.3%
B 223 of 637 ~ 35.01%

%34.69
%30.3
%35.01

CMYK color model

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

  • cyan value is 0.90%
  • magenta value is 13.45%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK:
(1,13,0,13)
C1M13Y0K13 
(1%,13%,0%,13%)
(0.01/0.13/0.00/0.13)	

CMYK percentages

%0.9
%13.45
%0
%12.55

Codes

Color #DDC1DF in popluar color models

DDC1DF
RGB221193223
HSL296°31.91%81.57%
HSB/HSV296°13.45%87.45%
CMYK0.90%13.45%0.00%
12.55%

Color #DDC1DF in popluar number systems.

HEXDDC1DF
Decimal221193223
Binary110111011100000111011111
Octal335301337

Shades and tints

Shades of #DDC1DF

#DDC1DF
(221,193,223)
#C9B0CB
(201,176,203)
#B59FB7
(181,159,183)
#A18EA3
(161,142,163)
#8D7D8F
(141,125,143)
#796C7B
(121,108,123)
#655B67
(101,91,103)
#514A53
(81,74,83)
#3D393F
(61,57,63)
#29282B
(41,40,43)
#151717
(21,23,23)
#000000
(0,0,0)

Tints of #DDC1DF

#DDC1DF
(221,193,223)
#E0C6E1
(224,198,225)
#E3CBE3
(227,203,227)
#E6D0E5
(230,208,229)
#E9D5E7
(233,213,231)
#ECDAE9
(236,218,233)
#EFDFEB
(239,223,235)
#F2E4ED
(242,228,237)
#F5E9EF
(245,233,239)
#F8EEF1
(248,238,241)
#FBF3F3
(251,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDC1DF; }

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

This text font color is #DDC1DF.


Background Color

.myBgColor { background-color: #DDC1DF; }

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

This div background color is #DDC1DF.


Border color

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

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

This div border color is #DDC1DF.


Opacity

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

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

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

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

This text has shadow with #DDC1DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDC1DF on black background.


Color preview on white background

This text has color #DDC1DF on white background.



Black color preview on #DDC1DF background

This text has black color on #DDC1DF background.


White color preview on #DDC1DF background

This text has white color on #DDC1DF background.