COLOR #DDC0E2

HEX: #DDC0E2
RGB: (221,192,226)

Color info

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

RGB color model

#DDC0E2 color RGB value is (221,192,226).

  • red value is 221;
  • green value is 192;
  • blue value is 226.
RGB:
(221,192,226)
(87%,75%,89%)

RGB channels and saturation

R 221 of 255 = 87%
G 192 of 255 = 75%
B 226 of 255 = 89%

221
192
226

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

Portions of RGB colors in percentages

R + G + B =
221 + 192 + 226 = 639 (100%)
R 221 of 639 ~ 34.59%
G 192 of 639 ~ 30.05%
B 226 of 639 ~ 35.37%

%34.59
%30.05
%35.37

CMYK color model

#DDC0E2 color CMYK value is (2,15,0,11).

  • cyan value is 2.21%
  • magenta value is 15.04%
  • yellow value is 0.00%
  • key color value is 11.37%
CMYK:
(2,15,0,11)
C2M15Y0K11 
(2%,15%,0%,11%)
(0.02/0.15/0.00/0.11)	

CMYK percentages

%2.21
%15.04
%0
%11.37

Codes

Color #DDC0E2 in popluar color models

DDC0E2
RGB221192226
HSL291°36.96%81.96%
HSB/HSV291°15.04%88.63%
CMYK2.21%15.04%0.00%
11.37%

Color #DDC0E2 in popluar number systems.

HEXDDC0E2
Decimal221192226
Binary110111011100000011100010
Octal335300342

Shades and tints

Shades of #DDC0E2

#DDC0E2
(221,192,226)
#C9AFCE
(201,175,206)
#B59EBA
(181,158,186)
#A18DA6
(161,141,166)
#8D7C92
(141,124,146)
#796B7E
(121,107,126)
#655A6A
(101,90,106)
#514956
(81,73,86)
#3D3842
(61,56,66)
#29272E
(41,39,46)
#15161A
(21,22,26)
#000000
(0,0,0)

Tints of #DDC0E2

#DDC0E2
(221,192,226)
#E0C5E4
(224,197,228)
#E3CAE6
(227,202,230)
#E6CFE8
(230,207,232)
#E9D4EA
(233,212,234)
#ECD9EC
(236,217,236)
#EFDEEE
(239,222,238)
#F2E3F0
(242,227,240)
#F5E8F2
(245,232,242)
#F8EDF4
(248,237,244)
#FBF2F6
(251,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDC0E2 color. Also use rgb(221,192,226) instead hex code.

Text Font Color

.myTextColor { color: #DDC0E2; }

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

This text font color is #DDC0E2.


Background Color

.myBgColor { background-color: #DDC0E2; }

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

This div background color is #DDC0E2.


Border color

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

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

This div border color is #DDC0E2.


Opacity

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

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

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

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

This text has shadow with #DDC0E2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDC0E2 on black background.


Color preview on white background

This text has color #DDC0E2 on white background.



Black color preview on #DDC0E2 background

This text has black color on #DDC0E2 background.


White color preview on #DDC0E2 background

This text has white color on #DDC0E2 background.