COLOR #DDC7E2

HEX: #DDC7E2
RGB: (221,199,226)

Color info

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

RGB color model

#DDC7E2 color RGB value is (221,199,226).

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

RGB channels and saturation

R 221 of 255 = 87%
G 199 of 255 = 78%
B 226 of 255 = 89%

221
199
226

R + G + B ~ 85%. #DDC7E2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
221 + 199 + 226 = 646 (100%)
R 221 of 646 ~ 34.21%
G 199 of 646 ~ 30.8%
B 226 of 646 ~ 34.98%

%34.21
%30.8
%34.98

CMYK color model

#DDC7E2 color CMYK value is (2,12,0,11).

  • cyan value is 2.21%
  • magenta value is 11.95%
  • yellow value is 0.00%
  • key color value is 11.37%
CMYK:
(2,12,0,11)
C2M12Y0K11 
(2%,12%,0%,11%)
(0.02/0.12/0.00/0.11)	

CMYK percentages

%2.21
%11.95
%0
%11.37

Codes

Color #DDC7E2 in popluar color models

DDC7E2
RGB221199226
HSL289°31.76%83.33%
HSB/HSV289°11.95%88.63%
CMYK2.21%11.95%0.00%
11.37%

Color #DDC7E2 in popluar number systems.

HEXDDC7E2
Decimal221199226
Binary110111011100011111100010
Octal335307342

Shades and tints

Shades of #DDC7E2

#DDC7E2
(221,199,226)
#C9B5CE
(201,181,206)
#B5A3BA
(181,163,186)
#A191A6
(161,145,166)
#8D7F92
(141,127,146)
#796D7E
(121,109,126)
#655B6A
(101,91,106)
#514956
(81,73,86)
#3D3742
(61,55,66)
#29252E
(41,37,46)
#15131A
(21,19,26)
#000000
(0,0,0)

Tints of #DDC7E2

#DDC7E2
(221,199,226)
#E0CCE4
(224,204,228)
#E3D1E6
(227,209,230)
#E6D6E8
(230,214,232)
#E9DBEA
(233,219,234)
#ECE0EC
(236,224,236)
#EFE5EE
(239,229,238)
#F2EAF0
(242,234,240)
#F5EFF2
(245,239,242)
#F8F4F4
(248,244,244)
#FBF9F6
(251,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDC7E2; }

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

This text font color is #DDC7E2.


Background Color

.myBgColor { background-color: #DDC7E2; }

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

This div background color is #DDC7E2.


Border color

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

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

This div border color is #DDC7E2.


Opacity

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

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

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

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

This text has shadow with #DDC7E2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDC7E2 on black background.


Color preview on white background

This text has color #DDC7E2 on white background.



Black color preview on #DDC7E2 background

This text has black color on #DDC7E2 background.


White color preview on #DDC7E2 background

This text has white color on #DDC7E2 background.