COLOR #DDCDDE

HEX: #DDCDDE RGB: (221,205,222)

Color info

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

RGB color model

#DDCDDE color RGB value is (221,205,222).

RGB: (221,205,222) (87%, 80%, 87%)

RGB channels and saturation

R 221 of 255 = 87%
G 205 of 255 = 80%
B 222 of 255 = 87%

221
205
222

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

Portions of RGB colors in percentages

R + G + B = 221 + 205 + 222 = 648 (100%)
R 221 of 648 ~ 34.1%
G 205 of 648 ~ 31.64%
B 222 of 648 ~ 34.26'%

%34.1
%31.64
%34.26

CMYK color model

#DDCDDE color CMYK value is (0,8,0,13).

  • cyan value is 0.45%
  • magenta value is 7.66%
  • yellow value is 0.00%
  • key color value is 12.94%

CMYK: (0,8,0,13)
C0M8Y0K13 (0%, 8%, 0%, 13%)
(0.00 / 0.08 / 0.00 / 0.13)

CMYK percentages

%0.45
%7.66
%0
%12.94

Codes

Color #DDCDDE in popluar color models

DD CD DE
RGB 221 205 222
HSL 296° 20.48% 83.73%
HSB/HSV 296° 7.66% 87.06%
CMYK 0.45% 7.66% 0.00%
12.94%

Color #DDCDDE in popluar number systems.

HEX DD CD DE
Decimal 221 205 222
Binary 11011101 11001101 11011110
Octal 335 315 336

Shades and tints

Shades of #DDCDDE

#DDCDDE
(221,205,222)
#C9BBCA
(201,187,202)
#B5A9B6
(181,169,182)
#A197A2
(161,151,162)
#8D858E
(141,133,142)
#79737A
(121,115,122)
#656166
(101,97,102)
#514F52
(81,79,82)
#3D3D3E
(61,61,62)
#292B2A
(41,43,42)
#151916
(21,25,22)
#000000
(0,0,0)

Tints of #DDCDDE

#DDCDDE
(221,205,222)
#E0D1E1
(224,209,225)
#E3D5E4
(227,213,228)
#E6D9E7
(230,217,231)
#E9DDEA
(233,221,234)
#ECE1ED
(236,225,237)
#EFE5F0
(239,229,240)
#F2E9F3
(242,233,243)
#F5EDF6
(245,237,246)
#F8F1F9
(248,241,249)
#FBF5FC
(251,245,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDCDDE; }

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

This text font color is #DDCDDE.

Background Color

.myBgColor { background-color: #DDCDDE; }

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

This div background color is #DDCDDE.

Border color

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

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

This div border color is #DDCDDE.

Opacity

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

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

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

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

This text has shadow with #DDCDDE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDCDDE.

Preview

Color preview on black background

This text has color #DDCDDE on black background.


Color preview on white background

This text has color #DDCDDE on white background.


Black color preview on #DDCDDE background

This text has black color on #DDCDDE background.


White color preview on #DDCDDE background

This text has white color on #DDCDDE background.


Related colors

Complementary color

Complementary color for #hex is #223221.


I love getcolorcode.com

Triadic colors

1 #DEDDCD and #CDDEDD with #DDCDDE are triadic colors.

2 #DECDDD and #CDDDDE with #DDCDDE are triadic colors.