COLOR #DDC6DF

HEX: #DDC6DF
RGB: (221,198,223)

Color info

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

RGB color model

#DDC6DF color RGB value is (221,198,223).

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

RGB channels and saturation

R 221 of 255 = 87%
G 198 of 255 = 78%
B 223 of 255 = 87%

221
198
223

R + G + B ~ 84%. #DDC6DF is quite light color.

Portions of RGB colors in percentages

R + G + B =
221 + 198 + 223 = 642 (100%)
R 221 of 642 ~ 34.42%
G 198 of 642 ~ 30.84%
B 223 of 642 ~ 34.74%

%34.42
%30.84
%34.74

CMYK color model

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

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

CMYK percentages

%0.9
%11.21
%0
%12.55

Codes

Color #DDC6DF in popluar color models

DDC6DF
RGB221198223
HSL295°28.09%82.55%
HSB/HSV295°11.21%87.45%
CMYK0.90%11.21%0.00%
12.55%

Color #DDC6DF in popluar number systems.

HEXDDC6DF
Decimal221198223
Binary110111011100011011011111
Octal335306337

Shades and tints

Shades of #DDC6DF

#DDC6DF
(221,198,223)
#C9B4CB
(201,180,203)
#B5A2B7
(181,162,183)
#A190A3
(161,144,163)
#8D7E8F
(141,126,143)
#796C7B
(121,108,123)
#655A67
(101,90,103)
#514853
(81,72,83)
#3D363F
(61,54,63)
#29242B
(41,36,43)
#151217
(21,18,23)
#000000
(0,0,0)

Tints of #DDC6DF

#DDC6DF
(221,198,223)
#E0CBE1
(224,203,225)
#E3D0E3
(227,208,227)
#E6D5E5
(230,213,229)
#E9DAE7
(233,218,231)
#ECDFE9
(236,223,233)
#EFE4EB
(239,228,235)
#F2E9ED
(242,233,237)
#F5EEEF
(245,238,239)
#F8F3F1
(248,243,241)
#FBF8F3
(251,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDC6DF; }

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

This text font color is #DDC6DF.


Background Color

.myBgColor { background-color: #DDC6DF; }

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

This div background color is #DDC6DF.


Border color

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

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

This div border color is #DDC6DF.


Opacity

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

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

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

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

This text has shadow with #DDC6DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDC6DF on black background.


Color preview on white background

This text has color #DDC6DF on white background.



Black color preview on #DDC6DF background

This text has black color on #DDC6DF background.


White color preview on #DDC6DF background

This text has white color on #DDC6DF background.