COLOR #DDC8E0

HEX: #DDC8E0
RGB: (221,200,224)

Color info

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

RGB color model

#DDC8E0 color RGB value is (221,200,224).

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

RGB channels and saturation

R 221 of 255 = 87%
G 200 of 255 = 78%
B 224 of 255 = 88%

221
200
224

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

Portions of RGB colors in percentages

R + G + B =
221 + 200 + 224 = 645 (100%)
R 221 of 645 ~ 34.26%
G 200 of 645 ~ 31.01%
B 224 of 645 ~ 34.73%

%34.26
%31.01
%34.73

CMYK color model

#DDC8E0 color CMYK value is (1,11,0,12).

  • cyan value is 1.34%
  • magenta value is 10.71%
  • yellow value is 0.00%
  • key color value is 12.16%
CMYK:
(1,11,0,12)
C1M11Y0K12 
(1%,11%,0%,12%)
(0.01/0.11/0.00/0.12)	

CMYK percentages

%1.34
%10.71
%0
%12.16

Codes

Color #DDC8E0 in popluar color models

DDC8E0
RGB221200224
HSL293°27.91%83.14%
HSB/HSV293°10.71%87.84%
CMYK1.34%10.71%0.00%
12.16%

Color #DDC8E0 in popluar number systems.

HEXDDC8E0
Decimal221200224
Binary110111011100100011100000
Octal335310340

Shades and tints

Shades of #DDC8E0

#DDC8E0
(221,200,224)
#C9B6CC
(201,182,204)
#B5A4B8
(181,164,184)
#A192A4
(161,146,164)
#8D8090
(141,128,144)
#796E7C
(121,110,124)
#655C68
(101,92,104)
#514A54
(81,74,84)
#3D3840
(61,56,64)
#29262C
(41,38,44)
#151418
(21,20,24)
#000000
(0,0,0)

Tints of #DDC8E0

#DDC8E0
(221,200,224)
#E0CDE2
(224,205,226)
#E3D2E4
(227,210,228)
#E6D7E6
(230,215,230)
#E9DCE8
(233,220,232)
#ECE1EA
(236,225,234)
#EFE6EC
(239,230,236)
#F2EBEE
(242,235,238)
#F5F0F0
(245,240,240)
#F8F5F2
(248,245,242)
#FBFAF4
(251,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDC8E0; }

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

This text font color is #DDC8E0.


Background Color

.myBgColor { background-color: #DDC8E0; }

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

This div background color is #DDC8E0.


Border color

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

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

This div border color is #DDC8E0.


Opacity

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

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

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

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

This text has shadow with #DDC8E0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDC8E0 on black background.


Color preview on white background

This text has color #DDC8E0 on white background.



Black color preview on #DDC8E0 background

This text has black color on #DDC8E0 background.


White color preview on #DDC8E0 background

This text has white color on #DDC8E0 background.