COLOR #DDC4E0

HEX: #DDC4E0
RGB: (221,196,224)

Color info

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

RGB color model

#DDC4E0 color RGB value is (221,196,224).

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

RGB channels and saturation

R 221 of 255 = 87%
G 196 of 255 = 77%
B 224 of 255 = 88%

221
196
224

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

Portions of RGB colors in percentages

R + G + B =
221 + 196 + 224 = 641 (100%)
R 221 of 641 ~ 34.48%
G 196 of 641 ~ 30.58%
B 224 of 641 ~ 34.95%

%34.48
%30.58
%34.95

CMYK color model

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

  • cyan value is 1.34%
  • magenta value is 12.50%
  • yellow value is 0.00%
  • key color value is 12.16%
CMYK:
(1,13,0,12)
C1M13Y0K12 
(1%,13%,0%,12%)
(0.01/0.13/0.00/0.12)	

CMYK percentages

%1.34
%12.5
%0
%12.16

Codes

Color #DDC4E0 in popluar color models

DDC4E0
RGB221196224
HSL294°31.11%82.35%
HSB/HSV294°12.50%87.84%
CMYK1.34%12.50%0.00%
12.16%

Color #DDC4E0 in popluar number systems.

HEXDDC4E0
Decimal221196224
Binary110111011100010011100000
Octal335304340

Shades and tints

Shades of #DDC4E0

#DDC4E0
(221,196,224)
#C9B3CC
(201,179,204)
#B5A2B8
(181,162,184)
#A191A4
(161,145,164)
#8D8090
(141,128,144)
#796F7C
(121,111,124)
#655E68
(101,94,104)
#514D54
(81,77,84)
#3D3C40
(61,60,64)
#292B2C
(41,43,44)
#151A18
(21,26,24)
#000000
(0,0,0)

Tints of #DDC4E0

#DDC4E0
(221,196,224)
#E0C9E2
(224,201,226)
#E3CEE4
(227,206,228)
#E6D3E6
(230,211,230)
#E9D8E8
(233,216,232)
#ECDDEA
(236,221,234)
#EFE2EC
(239,226,236)
#F2E7EE
(242,231,238)
#F5ECF0
(245,236,240)
#F8F1F2
(248,241,242)
#FBF6F4
(251,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDC4E0; }

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

This text font color is #DDC4E0.


Background Color

.myBgColor { background-color: #DDC4E0; }

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

This div background color is #DDC4E0.


Border color

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

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

This div border color is #DDC4E0.


Opacity

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

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

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

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

This text has shadow with #DDC4E0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDC4E0 on black background.


Color preview on white background

This text has color #DDC4E0 on white background.



Black color preview on #DDC4E0 background

This text has black color on #DDC4E0 background.


White color preview on #DDC4E0 background

This text has white color on #DDC4E0 background.