COLOR #DDC2DE

HEX: #DDC2DE RGB: (221,194,222)

Color info

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

RGB color model

#DDC2DE color RGB value is (221,194,222).

RGB: (221,194,222) (87%, 76%, 87%)

RGB channels and saturation

R 221 of 255 = 87%
G 194 of 255 = 76%
B 222 of 255 = 87%

221
194
222

R + G + B ~ 83%. #DDC2DE is quite light color.

Portions of RGB colors in percentages

R + G + B = 221 + 194 + 222 = 637 (100%)
R 221 of 637 ~ 34.69%
G 194 of 637 ~ 30.46%
B 222 of 637 ~ 34.85'%

%34.69
%30.46
%34.85

CMYK color model

#DDC2DE color CMYK value is (0,13,0,13).

  • cyan value is 0.45%
  • magenta value is 12.61%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK: (0,13,0,13) C0M13Y0K13 (0%,13%,0%,13%) (0.00/0.13/0.00/0.13) 

CMYK percentages

%0.45
%12.61
%0
%12.94

Codes

Color #DDC2DE in popluar color models

DD C2 DE
RGB 221 194 222
HSL 298° 29.79% 81.57%
HSB/HSV 298° 12.61% 87.06%
CMYK 0.45% 12.61% 0.00%
12.94%

Color #DDC2DE in popluar number systems.

HEX DD C2 DE
Decimal 221 194 222
Binary 11011101 11000010 11011110
Octal 335 302 336

Shades and tints

Shades of #DDC2DE

#DDC2DE
(221,194,222)
#C9B1CA
(201,177,202)
#B5A0B6
(181,160,182)
#A18FA2
(161,143,162)
#8D7E8E
(141,126,142)
#796D7A
(121,109,122)
#655C66
(101,92,102)
#514B52
(81,75,82)
#3D3A3E
(61,58,62)
#29292A
(41,41,42)
#151816
(21,24,22)
#000000
(0,0,0)

Tints of #DDC2DE

#DDC2DE
(221,194,222)
#E0C7E1
(224,199,225)
#E3CCE4
(227,204,228)
#E6D1E7
(230,209,231)
#E9D6EA
(233,214,234)
#ECDBED
(236,219,237)
#EFE0F0
(239,224,240)
#F2E5F3
(242,229,243)
#F5EAF6
(245,234,246)
#F8EFF9
(248,239,249)
#FBF4FC
(251,244,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDC2DE; }

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

This text font color is #DDC2DE.

Background Color

.myBgColor { background-color: #DDC2DE; }

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

This div background color is #DDC2DE.

Border color

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

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

This div border color is #DDC2DE.

Opacity

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

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

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

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

This text has shadow with #DDC2DE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDC2DE.

Preview

Color preview on black background

This text has color #DDC2DE on black background.


Color preview on white background

This text has color #DDC2DE on white background.


Black color preview on #DDC2DE background

This text has black color on #DDC2DE background.


White color preview on #DDC2DE background

This text has white color on #DDC2DE background.


Related colors

Complementary color

Complementary color for #hex is #223D21.


I love getcolorcode.com

Triadic colors

1 #DEDDC2 and #C2DEDD with #DDC2DE are triadic colors.

2 #DEC2DD and #C2DDDE with #DDC2DE are triadic colors.