COLOR #DDC6E3

HEX: #DDC6E3
RGB: (221,198,227)

Color info

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

RGB color model

#DDC6E3 color RGB value is (221,198,227).

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

RGB channels and saturation

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

221
198
227

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

Portions of RGB colors in percentages

R + G + B =
221 + 198 + 227 = 646 (100%)
R 221 of 646 ~ 34.21%
G 198 of 646 ~ 30.65%
B 227 of 646 ~ 35.14%

%34.21
%30.65
%35.14

CMYK color model

#DDC6E3 color CMYK value is (3,13,0,11).

  • cyan value is 2.64%
  • magenta value is 12.78%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK:
(3,13,0,11)
C3M13Y0K11 
(3%,13%,0%,11%)
(0.03/0.13/0.00/0.11)	

CMYK percentages

%2.64
%12.78
%0
%10.98

Codes

Color #DDC6E3 in popluar color models

DDC6E3
RGB221198227
HSL288°34.12%83.33%
HSB/HSV288°12.78%89.02%
CMYK2.64%12.78%0.00%
10.98%

Color #DDC6E3 in popluar number systems.

HEXDDC6E3
Decimal221198227
Binary110111011100011011100011
Octal335306343

Shades and tints

Shades of #DDC6E3

#DDC6E3
(221,198,227)
#C9B4CF
(201,180,207)
#B5A2BB
(181,162,187)
#A190A7
(161,144,167)
#8D7E93
(141,126,147)
#796C7F
(121,108,127)
#655A6B
(101,90,107)
#514857
(81,72,87)
#3D3643
(61,54,67)
#29242F
(41,36,47)
#15121B
(21,18,27)
#000000
(0,0,0)

Tints of #DDC6E3

#DDC6E3
(221,198,227)
#E0CBE5
(224,203,229)
#E3D0E7
(227,208,231)
#E6D5E9
(230,213,233)
#E9DAEB
(233,218,235)
#ECDFED
(236,223,237)
#EFE4EF
(239,228,239)
#F2E9F1
(242,233,241)
#F5EEF3
(245,238,243)
#F8F3F5
(248,243,245)
#FBF8F7
(251,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDC6E3; }

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

This text font color is #DDC6E3.


Background Color

.myBgColor { background-color: #DDC6E3; }

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

This div background color is #DDC6E3.


Border color

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

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

This div border color is #DDC6E3.


Opacity

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

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

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

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

This text has shadow with #DDC6E3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDC6E3 on black background.


Color preview on white background

This text has color #DDC6E3 on white background.



Black color preview on #DDC6E3 background

This text has black color on #DDC6E3 background.


White color preview on #DDC6E3 background

This text has white color on #DDC6E3 background.