COLOR #DDC3E7

HEX: #DDC3E7
RGB: (221,195,231)

Color info

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

RGB color model

#DDC3E7 color RGB value is (221,195,231).

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

RGB channels and saturation

R 221 of 255 = 87%
G 195 of 255 = 76%
B 231 of 255 = 91%

221
195
231

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

Portions of RGB colors in percentages

R + G + B =
221 + 195 + 231 = 647 (100%)
R 221 of 647 ~ 34.16%
G 195 of 647 ~ 30.14%
B 231 of 647 ~ 35.7%

%34.16
%30.14
%35.7

CMYK color model

#DDC3E7 color CMYK value is (4,16,0,9).

  • cyan value is 4.33%
  • magenta value is 15.58%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(4,16,0,9)
C4M16Y0K9 
(4%,16%,0%,9%)
(0.04/0.16/0.00/0.09)	

CMYK percentages

%4.33
%15.58
%0
%9.41

Codes

Color #DDC3E7 in popluar color models

DDC3E7
RGB221195231
HSL283°42.86%83.53%
HSB/HSV283°15.58%90.59%
CMYK4.33%15.58%0.00%
9.41%

Color #DDC3E7 in popluar number systems.

HEXDDC3E7
Decimal221195231
Binary110111011100001111100111
Octal335303347

Shades and tints

Shades of #DDC3E7

#DDC3E7
(221,195,231)
#C9B2D2
(201,178,210)
#B5A1BD
(181,161,189)
#A190A8
(161,144,168)
#8D7F93
(141,127,147)
#796E7E
(121,110,126)
#655D69
(101,93,105)
#514C54
(81,76,84)
#3D3B3F
(61,59,63)
#292A2A
(41,42,42)
#151915
(21,25,21)
#000000
(0,0,0)

Tints of #DDC3E7

#DDC3E7
(221,195,231)
#E0C8E9
(224,200,233)
#E3CDEB
(227,205,235)
#E6D2ED
(230,210,237)
#E9D7EF
(233,215,239)
#ECDCF1
(236,220,241)
#EFE1F3
(239,225,243)
#F2E6F5
(242,230,245)
#F5EBF7
(245,235,247)
#F8F0F9
(248,240,249)
#FBF5FB
(251,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDC3E7; }

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

This text font color is #DDC3E7.


Background Color

.myBgColor { background-color: #DDC3E7; }

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

This div background color is #DDC3E7.


Border color

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

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

This div border color is #DDC3E7.


Opacity

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

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

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

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

This text has shadow with #DDC3E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDC3E7 on black background.


Color preview on white background

This text has color #DDC3E7 on white background.



Black color preview on #DDC3E7 background

This text has black color on #DDC3E7 background.


White color preview on #DDC3E7 background

This text has white color on #DDC3E7 background.