COLOR #DDC7E4

HEX: #DDC7E4 RGB: (221,199,228)

Color info

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

RGB color model

#DDC7E4 color RGB value is (221,199,228).

RGB: (221,199,228) (87%, 78%, 89%)

RGB channels and saturation

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

221
199
228

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

Portions of RGB colors in percentages

R + G + B = 221 + 199 + 228 = 648 (100%)
R 221 of 648 ~ 34.1%
G 199 of 648 ~ 30.71%
B 228 of 648 ~ 35.19'%

%34.1
%30.71
%35.19

CMYK color model

#DDC7E4 color CMYK value is (3,13,0,11).

  • cyan value is 3.07%
  • magenta value is 12.72%
  • yellow value is 0.00%
  • key color value is 10.59%
CMYK: (3,13,0,11) C3M13Y0K11 (3%,13%,0%,11%) (0.03/0.13/0.00/0.11) 

CMYK percentages

%3.07
%12.72
%0
%10.59

Codes

Color #DDC7E4 in popluar color models

DD C7 E4
RGB 221 199 228
HSL 286° 34.94% 83.73%
HSB/HSV 286° 12.72% 89.41%
CMYK 3.07% 12.72% 0.00%
10.59%

Color #DDC7E4 in popluar number systems.

HEX DD C7 E4
Decimal 221 199 228
Binary 11011101 11000111 11100100
Octal 335 307 344

Shades and tints

Shades of #DDC7E4

#DDC7E4
(221,199,228)
#C9B5D0
(201,181,208)
#B5A3BC
(181,163,188)
#A191A8
(161,145,168)
#8D7F94
(141,127,148)
#796D80
(121,109,128)
#655B6C
(101,91,108)
#514958
(81,73,88)
#3D3744
(61,55,68)
#292530
(41,37,48)
#15131C
(21,19,28)
#000000
(0,0,0)

Tints of #DDC7E4

#DDC7E4
(221,199,228)
#E0CCE6
(224,204,230)
#E3D1E8
(227,209,232)
#E6D6EA
(230,214,234)
#E9DBEC
(233,219,236)
#ECE0EE
(236,224,238)
#EFE5F0
(239,229,240)
#F2EAF2
(242,234,242)
#F5EFF4
(245,239,244)
#F8F4F6
(248,244,246)
#FBF9F8
(251,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDC7E4; }

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

This text font color is #DDC7E4.

Background Color

.myBgColor { background-color: #DDC7E4; }

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

This div background color is #DDC7E4.

Border color

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

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

This div border color is #DDC7E4.

Opacity

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

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

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

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

This text has shadow with #DDC7E4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDC7E4.

Preview

Color preview on black background

This text has color #DDC7E4 on black background.


Color preview on white background

This text has color #DDC7E4 on white background.


Black color preview on #DDC7E4 background

This text has black color on #DDC7E4 background.


White color preview on #DDC7E4 background

This text has white color on #DDC7E4 background.


Related colors

Complementary color

Complementary color for #hex is #22381B.


I love getcolorcode.com

Triadic colors

1 #E4DDC7 and #C7E4DD with #DDC7E4 are triadic colors.

2 #E4C7DD and #C7DDE4 with #DDC7E4 are triadic colors.