COLOR #DDC4EC

HEX: #DDC4EC
RGB: (221,196,236)

Color info

#DDC4EC contains red, green and blue colors in about the same proportion. Web safe color of #DDC4EC is #CCCCFF (or #CCF).

RGB color model

#DDC4EC color RGB value is (221,196,236).

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

RGB channels and saturation

R 221 of 255 = 87%
G 196 of 255 = 77%
B 236 of 255 = 93%

221
196
236

R + G + B ~ 86%. #DDC4EC is light color.

Portions of RGB colors in percentages

R + G + B =
221 + 196 + 236 = 653 (100%)
R 221 of 653 ~ 33.84%
G 196 of 653 ~ 30.02%
B 236 of 653 ~ 36.14%

%33.84
%30.02
%36.14

CMYK color model

#DDC4EC color CMYK value is (6,17,0,7).

  • cyan value is 6.36%
  • magenta value is 16.95%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(6,17,0,7)
C6M17Y0K7 
(6%,17%,0%,7%)
(0.06/0.17/0.00/0.07)	

CMYK percentages

%6.36
%16.95
%0
%7.45

Codes

Color #DDC4EC in popluar color models

DDC4EC
RGB221196236
HSL278°51.28%84.71%
HSB/HSV278°16.95%92.55%
CMYK6.36%16.95%0.00%
7.45%

Color #DDC4EC in popluar number systems.

HEXDDC4EC
Decimal221196236
Binary110111011100010011101100
Octal335304354

Shades and tints

Shades of #DDC4EC

#DDC4EC
(221,196,236)
#C9B3D7
(201,179,215)
#B5A2C2
(181,162,194)
#A191AD
(161,145,173)
#8D8098
(141,128,152)
#796F83
(121,111,131)
#655E6E
(101,94,110)
#514D59
(81,77,89)
#3D3C44
(61,60,68)
#292B2F
(41,43,47)
#151A1A
(21,26,26)
#000000
(0,0,0)

Tints of #DDC4EC

#DDC4EC
(221,196,236)
#E0C9ED
(224,201,237)
#E3CEEE
(227,206,238)
#E6D3EF
(230,211,239)
#E9D8F0
(233,216,240)
#ECDDF1
(236,221,241)
#EFE2F2
(239,226,242)
#F2E7F3
(242,231,243)
#F5ECF4
(245,236,244)
#F8F1F5
(248,241,245)
#FBF6F6
(251,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDC4EC; }

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

This text font color is #DDC4EC.


Background Color

.myBgColor { background-color: #DDC4EC; }

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

This div background color is #DDC4EC.


Border color

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

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

This div border color is #DDC4EC.


Opacity

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

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

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

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

This text has shadow with #DDC4EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDC4EC on black background.


Color preview on white background

This text has color #DDC4EC on white background.



Black color preview on #DDC4EC background

This text has black color on #DDC4EC background.


White color preview on #DDC4EC background

This text has white color on #DDC4EC background.