COLOR #DDCDE7

HEX: #DDCDE7
RGB: (221,205,231)

Color info

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

RGB color model

#DDCDE7 color RGB value is (221,205,231).

  • red value is 221;
  • green value is 205;
  • blue value is 231.
RGB:
(221,205,231)
(87%,80%,91%)

RGB channels and saturation

R 221 of 255 = 87%
G 205 of 255 = 80%
B 231 of 255 = 91%

221
205
231

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

Portions of RGB colors in percentages

R + G + B =
221 + 205 + 231 = 657 (100%)
R 221 of 657 ~ 33.64%
G 205 of 657 ~ 31.2%
B 231 of 657 ~ 35.16%

%33.64
%31.2
%35.16

CMYK color model

#DDCDE7 color CMYK value is (4,11,0,9).

  • cyan value is 4.33%
  • magenta value is 11.26%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(4,11,0,9)
C4M11Y0K9 
(4%,11%,0%,9%)
(0.04/0.11/0.00/0.09)	

CMYK percentages

%4.33
%11.26
%0
%9.41

Codes

Color #DDCDE7 in popluar color models

DDCDE7
RGB221205231
HSL277°35.14%85.49%
HSB/HSV277°11.26%90.59%
CMYK4.33%11.26%0.00%
9.41%

Color #DDCDE7 in popluar number systems.

HEXDDCDE7
Decimal221205231
Binary110111011100110111100111
Octal335315347

Shades and tints

Shades of #DDCDE7

#DDCDE7
(221,205,231)
#C9BBD2
(201,187,210)
#B5A9BD
(181,169,189)
#A197A8
(161,151,168)
#8D8593
(141,133,147)
#79737E
(121,115,126)
#656169
(101,97,105)
#514F54
(81,79,84)
#3D3D3F
(61,61,63)
#292B2A
(41,43,42)
#151915
(21,25,21)
#000000
(0,0,0)

Tints of #DDCDE7

#DDCDE7
(221,205,231)
#E0D1E9
(224,209,233)
#E3D5EB
(227,213,235)
#E6D9ED
(230,217,237)
#E9DDEF
(233,221,239)
#ECE1F1
(236,225,241)
#EFE5F3
(239,229,243)
#F2E9F5
(242,233,245)
#F5EDF7
(245,237,247)
#F8F1F9
(248,241,249)
#FBF5FB
(251,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDCDE7 color. Also use rgb(221,205,231) instead hex code.

Text Font Color

.myTextColor { color: #DDCDE7; }

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

This text font color is #DDCDE7.


Background Color

.myBgColor { background-color: #DDCDE7; }

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

This div background color is #DDCDE7.


Border color

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

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

This div border color is #DDCDE7.


Opacity

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

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

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

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

This text has shadow with #DDCDE7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDCDE7 on black background.


Color preview on white background

This text has color #DDCDE7 on white background.



Black color preview on #DDCDE7 background

This text has black color on #DDCDE7 background.


White color preview on #DDCDE7 background

This text has white color on #DDCDE7 background.