COLOR #DDC8DE

HEX: #DDC8DE
RGB: (221,200,222)

Color info

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

RGB color model

#DDC8DE color RGB value is (221,200,222).

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

RGB channels and saturation

R 221 of 255 = 87%
G 200 of 255 = 78%
B 222 of 255 = 87%

221
200
222

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

Portions of RGB colors in percentages

R + G + B =
221 + 200 + 222 = 643 (100%)
R 221 of 643 ~ 34.37%
G 200 of 643 ~ 31.1%
B 222 of 643 ~ 34.53%

%34.37
%31.1
%34.53

CMYK color model

#DDC8DE color CMYK value is (0,10,0,13).

  • cyan value is 0.45%
  • magenta value is 9.91%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK:
(0,10,0,13)
C0M10Y0K13 
(0%,10%,0%,13%)
(0.00/0.10/0.00/0.13)	

CMYK percentages

%0.45
%9.91
%0
%12.94

Codes

Color #DDC8DE in popluar color models

DDC8DE
RGB221200222
HSL297°25.00%82.75%
HSB/HSV297°9.91%87.06%
CMYK0.45%9.91%0.00%
12.94%

Color #DDC8DE in popluar number systems.

HEXDDC8DE
Decimal221200222
Binary110111011100100011011110
Octal335310336

Shades and tints

Shades of #DDC8DE

#DDC8DE
(221,200,222)
#C9B6CA
(201,182,202)
#B5A4B6
(181,164,182)
#A192A2
(161,146,162)
#8D808E
(141,128,142)
#796E7A
(121,110,122)
#655C66
(101,92,102)
#514A52
(81,74,82)
#3D383E
(61,56,62)
#29262A
(41,38,42)
#151416
(21,20,22)
#000000
(0,0,0)

Tints of #DDC8DE

#DDC8DE
(221,200,222)
#E0CDE1
(224,205,225)
#E3D2E4
(227,210,228)
#E6D7E7
(230,215,231)
#E9DCEA
(233,220,234)
#ECE1ED
(236,225,237)
#EFE6F0
(239,230,240)
#F2EBF3
(242,235,243)
#F5F0F6
(245,240,246)
#F8F5F9
(248,245,249)
#FBFAFC
(251,250,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDC8DE color. Also use rgb(221,200,222) instead hex code.

Text Font Color

.myTextColor { color: #DDC8DE; }

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

This text font color is #DDC8DE.


Background Color

.myBgColor { background-color: #DDC8DE; }

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

This div background color is #DDC8DE.


Border color

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

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

This div border color is #DDC8DE.


Opacity

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

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

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

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

This text has shadow with #DDC8DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDC8DE on black background.


Color preview on white background

This text has color #DDC8DE on white background.



Black color preview on #DDC8DE background

This text has black color on #DDC8DE background.


White color preview on #DDC8DE background

This text has white color on #DDC8DE background.