COLOR #DDC8E3

HEX: #DDC8E3
RGB: (221,200,227)

Color info

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

RGB color model

#DDC8E3 color RGB value is (221,200,227).

  • red value is 221;
  • green value is 200;
  • blue value is 227.
RGB:
(221,200,227)
(87%,78%,89%)

RGB channels and saturation

R 221 of 255 = 87%
G 200 of 255 = 78%
B 227 of 255 = 89%

221
200
227

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

Portions of RGB colors in percentages

R + G + B =
221 + 200 + 227 = 648 (100%)
R 221 of 648 ~ 34.1%
G 200 of 648 ~ 30.86%
B 227 of 648 ~ 35.03%

%34.1
%30.86
%35.03

CMYK color model

#DDC8E3 color CMYK value is (3,12,0,11).

  • cyan value is 2.64%
  • magenta value is 11.89%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK:
(3,12,0,11)
C3M12Y0K11 
(3%,12%,0%,11%)
(0.03/0.12/0.00/0.11)	

CMYK percentages

%2.64
%11.89
%0
%10.98

Codes

Color #DDC8E3 in popluar color models

DDC8E3
RGB221200227
HSL287°32.53%83.73%
HSB/HSV287°11.89%89.02%
CMYK2.64%11.89%0.00%
10.98%

Color #DDC8E3 in popluar number systems.

HEXDDC8E3
Decimal221200227
Binary110111011100100011100011
Octal335310343

Shades and tints

Shades of #DDC8E3

#DDC8E3
(221,200,227)
#C9B6CF
(201,182,207)
#B5A4BB
(181,164,187)
#A192A7
(161,146,167)
#8D8093
(141,128,147)
#796E7F
(121,110,127)
#655C6B
(101,92,107)
#514A57
(81,74,87)
#3D3843
(61,56,67)
#29262F
(41,38,47)
#15141B
(21,20,27)
#000000
(0,0,0)

Tints of #DDC8E3

#DDC8E3
(221,200,227)
#E0CDE5
(224,205,229)
#E3D2E7
(227,210,231)
#E6D7E9
(230,215,233)
#E9DCEB
(233,220,235)
#ECE1ED
(236,225,237)
#EFE6EF
(239,230,239)
#F2EBF1
(242,235,241)
#F5F0F3
(245,240,243)
#F8F5F5
(248,245,245)
#FBFAF7
(251,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDC8E3 color. Also use rgb(221,200,227) instead hex code.

Text Font Color

.myTextColor { color: #DDC8E3; }

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

This text font color is #DDC8E3.


Background Color

.myBgColor { background-color: #DDC8E3; }

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

This div background color is #DDC8E3.


Border color

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

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

This div border color is #DDC8E3.


Opacity

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

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

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

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

This text has shadow with #DDC8E3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDC8E3 on black background.


Color preview on white background

This text has color #DDC8E3 on white background.



Black color preview on #DDC8E3 background

This text has black color on #DDC8E3 background.


White color preview on #DDC8E3 background

This text has white color on #DDC8E3 background.