COLOR #DDC3E2

HEX: #DDC3E2 RGB: (221,195,226)

Color info

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

RGB color model

#DDC3E2 color RGB value is (221,195,226).

RGB: (221,195,226) (87%, 76%, 89%)

RGB channels and saturation

R 221 of 255 = 87%
G 195 of 255 = 76%
B 226 of 255 = 89%

221
195
226

R + G + B ~ 84%. #DDC3E2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 221 + 195 + 226 = 642 (100%)
R 221 of 642 ~ 34.42%
G 195 of 642 ~ 30.37%
B 226 of 642 ~ 35.2'%

%34.42
%30.37
%35.2

CMYK color model

#DDC3E2 color CMYK value is (2,14,0,11).

  • cyan value is 2.21%
  • magenta value is 13.72%
  • yellow value is 0.00%
  • key color value is 11.37%

CMYK: (2,14,0,11)
C2M14Y0K11 (2%, 14%, 0%, 11%)
(0.02 / 0.14 / 0.00 / 0.11)

CMYK percentages

%2.21
%13.72
%0
%11.37

Codes

Color #DDC3E2 in popluar color models

DD C3 E2
RGB 221 195 226
HSL 290° 34.83% 82.55%
HSB/HSV 290° 13.72% 88.63%
CMYK 2.21% 13.72% 0.00%
11.37%

Color #DDC3E2 in popluar number systems.

HEX DD C3 E2
Decimal 221 195 226
Binary 11011101 11000011 11100010
Octal 335 303 342

Shades and tints

Shades of #DDC3E2

#DDC3E2
(221,195,226)
#C9B2CE
(201,178,206)
#B5A1BA
(181,161,186)
#A190A6
(161,144,166)
#8D7F92
(141,127,146)
#796E7E
(121,110,126)
#655D6A
(101,93,106)
#514C56
(81,76,86)
#3D3B42
(61,59,66)
#292A2E
(41,42,46)
#15191A
(21,25,26)
#000000
(0,0,0)

Tints of #DDC3E2

#DDC3E2
(221,195,226)
#E0C8E4
(224,200,228)
#E3CDE6
(227,205,230)
#E6D2E8
(230,210,232)
#E9D7EA
(233,215,234)
#ECDCEC
(236,220,236)
#EFE1EE
(239,225,238)
#F2E6F0
(242,230,240)
#F5EBF2
(245,235,242)
#F8F0F4
(248,240,244)
#FBF5F6
(251,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDC3E2 color. Also use rgb(221,195,226) instead hex code.

Text Font Color

.myTextColor { color: #DDC3E2; }

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

This text font color is #DDC3E2.

Background Color

.myBgColor { background-color: #DDC3E2; }

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

This div background color is #DDC3E2.

Border color

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

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

This div border color is #DDC3E2.

Opacity

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

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

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

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

This text has shadow with #DDC3E2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDC3E2.

Preview

Color preview on black background

This text has color #DDC3E2 on black background.


Color preview on white background

This text has color #DDC3E2 on white background.


Black color preview on #DDC3E2 background

This text has black color on #DDC3E2 background.


White color preview on #DDC3E2 background

This text has white color on #DDC3E2 background.


Related colors

Complementary color

Complementary color for #hex is #223C1D.


I love getcolorcode.com

Triadic colors

1 #E2DDC3 and #C3E2DD with #DDC3E2 are triadic colors.

2 #E2C3DD and #C3DDE2 with #DDC3E2 are triadic colors.