COLOR #DDC6EA

HEX: #DDC6EA
RGB: (221,198,234)

Color info

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

RGB color model

#DDC6EA color RGB value is (221,198,234).

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

RGB channels and saturation

R 221 of 255 = 87%
G 198 of 255 = 78%
B 234 of 255 = 92%

221
198
234

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

Portions of RGB colors in percentages

R + G + B =
221 + 198 + 234 = 653 (100%)
R 221 of 653 ~ 33.84%
G 198 of 653 ~ 30.32%
B 234 of 653 ~ 35.83%

%33.84
%30.32
%35.83

CMYK color model

#DDC6EA color CMYK value is (6,15,0,8).

  • cyan value is 5.56%
  • magenta value is 15.38%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(6,15,0,8)
C6M15Y0K8 
(6%,15%,0%,8%)
(0.06/0.15/0.00/0.08)	

CMYK percentages

%5.56
%15.38
%0
%8.24

Codes

Color #DDC6EA in popluar color models

DDC6EA
RGB221198234
HSL278°46.15%84.71%
HSB/HSV278°15.38%91.76%
CMYK5.56%15.38%0.00%
8.24%

Color #DDC6EA in popluar number systems.

HEXDDC6EA
Decimal221198234
Binary110111011100011011101010
Octal335306352

Shades and tints

Shades of #DDC6EA

#DDC6EA
(221,198,234)
#C9B4D5
(201,180,213)
#B5A2C0
(181,162,192)
#A190AB
(161,144,171)
#8D7E96
(141,126,150)
#796C81
(121,108,129)
#655A6C
(101,90,108)
#514857
(81,72,87)
#3D3642
(61,54,66)
#29242D
(41,36,45)
#151218
(21,18,24)
#000000
(0,0,0)

Tints of #DDC6EA

#DDC6EA
(221,198,234)
#E0CBEB
(224,203,235)
#E3D0EC
(227,208,236)
#E6D5ED
(230,213,237)
#E9DAEE
(233,218,238)
#ECDFEF
(236,223,239)
#EFE4F0
(239,228,240)
#F2E9F1
(242,233,241)
#F5EEF2
(245,238,242)
#F8F3F3
(248,243,243)
#FBF8F4
(251,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDC6EA; }

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

This text font color is #DDC6EA.


Background Color

.myBgColor { background-color: #DDC6EA; }

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

This div background color is #DDC6EA.


Border color

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

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

This div border color is #DDC6EA.


Opacity

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

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

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

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

This text has shadow with #DDC6EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDC6EA on black background.


Color preview on white background

This text has color #DDC6EA on white background.



Black color preview on #DDC6EA background

This text has black color on #DDC6EA background.


White color preview on #DDC6EA background

This text has white color on #DDC6EA background.