COLOR #DDC7E9

HEX: #DDC7E9 RGB: (221,199,233)

Color info

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

RGB color model

#DDC7E9 color RGB value is (221,199,233).

RGB: (221,199,233) (87%, 78%, 91%)

RGB channels and saturation

R 221 of 255 = 87%
G 199 of 255 = 78%
B 233 of 255 = 91%

221
199
233

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

Portions of RGB colors in percentages

R + G + B = 221 + 199 + 233 = 653 (100%)
R 221 of 653 ~ 33.84%
G 199 of 653 ~ 30.47%
B 233 of 653 ~ 35.68'%

%33.84
%30.47
%35.68

CMYK color model

#DDC7E9 color CMYK value is (5,15,0,9).

  • cyan value is 5.15%
  • magenta value is 14.59%
  • yellow value is 0.00%
  • key color value is 8.63%

CMYK: (5,15,0,9)
C5M15Y0K9 (5%, 15%, 0%, 9%)
(0.05 / 0.15 / 0.00 / 0.09)

CMYK percentages

%5.15
%14.59
%0
%8.63

Codes

Color #DDC7E9 in popluar color models

DD C7 E9
RGB 221 199 233
HSL 279° 43.59% 84.71%
HSB/HSV 279° 14.59% 91.37%
CMYK 5.15% 14.59% 0.00%
8.63%

Color #DDC7E9 in popluar number systems.

HEX DD C7 E9
Decimal 221 199 233
Binary 11011101 11000111 11101001
Octal 335 307 351

Shades and tints

Shades of #DDC7E9

#DDC7E9
(221,199,233)
#C9B5D4
(201,181,212)
#B5A3BF
(181,163,191)
#A191AA
(161,145,170)
#8D7F95
(141,127,149)
#796D80
(121,109,128)
#655B6B
(101,91,107)
#514956
(81,73,86)
#3D3741
(61,55,65)
#29252C
(41,37,44)
#151317
(21,19,23)
#000000
(0,0,0)

Tints of #DDC7E9

#DDC7E9
(221,199,233)
#E0CCEB
(224,204,235)
#E3D1ED
(227,209,237)
#E6D6EF
(230,214,239)
#E9DBF1
(233,219,241)
#ECE0F3
(236,224,243)
#EFE5F5
(239,229,245)
#F2EAF7
(242,234,247)
#F5EFF9
(245,239,249)
#F8F4FB
(248,244,251)
#FBF9FD
(251,249,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDC7E9; }

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

This text font color is #DDC7E9.

Background Color

.myBgColor { background-color: #DDC7E9; }

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

This div background color is #DDC7E9.

Border color

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

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

This div border color is #DDC7E9.

Opacity

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

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

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

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

This text has shadow with #DDC7E9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDC7E9.

Preview

Color preview on black background

This text has color #DDC7E9 on black background.


Color preview on white background

This text has color #DDC7E9 on white background.


Black color preview on #DDC7E9 background

This text has black color on #DDC7E9 background.


White color preview on #DDC7E9 background

This text has white color on #DDC7E9 background.


Related colors

Complementary color

Complementary color for #hex is #223816.


I love getcolorcode.com

Triadic colors

1 #E9DDC7 and #C7E9DD with #DDC7E9 are triadic colors.

2 #E9C7DD and #C7DDE9 with #DDC7E9 are triadic colors.