COLOR #DDC6EC

HEX: #DDC6EC
RGB: (221,198,236)

Color info

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

RGB color model

#DDC6EC color RGB value is (221,198,236).

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

RGB channels and saturation

R 221 of 255 = 87%
G 198 of 255 = 78%
B 236 of 255 = 93%

221
198
236

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

Portions of RGB colors in percentages

R + G + B =
221 + 198 + 236 = 655 (100%)
R 221 of 655 ~ 33.74%
G 198 of 655 ~ 30.23%
B 236 of 655 ~ 36.03%

%33.74
%30.23
%36.03

CMYK color model

#DDC6EC color CMYK value is (6,16,0,7).

  • cyan value is 6.36%
  • magenta value is 16.10%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(6,16,0,7)
C6M16Y0K7 
(6%,16%,0%,7%)
(0.06/0.16/0.00/0.07)	

CMYK percentages

%6.36
%16.1
%0
%7.45

Codes

Color #DDC6EC in popluar color models

DDC6EC
RGB221198236
HSL276°50.00%85.10%
HSB/HSV276°16.10%92.55%
CMYK6.36%16.10%0.00%
7.45%

Color #DDC6EC in popluar number systems.

HEXDDC6EC
Decimal221198236
Binary110111011100011011101100
Octal335306354

Shades and tints

Shades of #DDC6EC

#DDC6EC
(221,198,236)
#C9B4D7
(201,180,215)
#B5A2C2
(181,162,194)
#A190AD
(161,144,173)
#8D7E98
(141,126,152)
#796C83
(121,108,131)
#655A6E
(101,90,110)
#514859
(81,72,89)
#3D3644
(61,54,68)
#29242F
(41,36,47)
#15121A
(21,18,26)
#000000
(0,0,0)

Tints of #DDC6EC

#DDC6EC
(221,198,236)
#E0CBED
(224,203,237)
#E3D0EE
(227,208,238)
#E6D5EF
(230,213,239)
#E9DAF0
(233,218,240)
#ECDFF1
(236,223,241)
#EFE4F2
(239,228,242)
#F2E9F3
(242,233,243)
#F5EEF4
(245,238,244)
#F8F3F5
(248,243,245)
#FBF8F6
(251,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDC6EC; }

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

This text font color is #DDC6EC.


Background Color

.myBgColor { background-color: #DDC6EC; }

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

This div background color is #DDC6EC.


Border color

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

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

This div border color is #DDC6EC.


Opacity

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

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

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

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

This text has shadow with #DDC6EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDC6EC on black background.


Color preview on white background

This text has color #DDC6EC on white background.



Black color preview on #DDC6EC background

This text has black color on #DDC6EC background.


White color preview on #DDC6EC background

This text has white color on #DDC6EC background.