COLOR #DDC8E6

HEX: #DDC8E6 RGB: (221,200,230)

Color info

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

RGB color model

#DDC8E6 color RGB value is (221,200,230).

RGB: (221,200,230) (87%, 78%, 90%)

RGB channels and saturation

R 221 of 255 = 87%
G 200 of 255 = 78%
B 230 of 255 = 90%

221
200
230

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

Portions of RGB colors in percentages

R + G + B = 221 + 200 + 230 = 651 (100%)
R 221 of 651 ~ 33.95%
G 200 of 651 ~ 30.72%
B 230 of 651 ~ 35.33'%

%33.95
%30.72
%35.33

CMYK color model

#DDC8E6 color CMYK value is (4,13,0,10).

  • cyan value is 3.91%
  • magenta value is 13.04%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK: (4,13,0,10) C4M13Y0K10 (4%,13%,0%,10%) (0.04/0.13/0.00/0.10) 

CMYK percentages

%3.91
%13.04
%0
%9.8

Codes

Color #DDC8E6 in popluar color models

DD C8 E6
RGB 221 200 230
HSL 282° 37.50% 84.31%
HSB/HSV 282° 13.04% 90.20%
CMYK 3.91% 13.04% 0.00%
9.80%

Color #DDC8E6 in popluar number systems.

HEX DD C8 E6
Decimal 221 200 230
Binary 11011101 11001000 11100110
Octal 335 310 346

Shades and tints

Shades of #DDC8E6

#DDC8E6
(221,200,230)
#C9B6D2
(201,182,210)
#B5A4BE
(181,164,190)
#A192AA
(161,146,170)
#8D8096
(141,128,150)
#796E82
(121,110,130)
#655C6E
(101,92,110)
#514A5A
(81,74,90)
#3D3846
(61,56,70)
#292632
(41,38,50)
#15141E
(21,20,30)
#000000
(0,0,0)

Tints of #DDC8E6

#DDC8E6
(221,200,230)
#E0CDE8
(224,205,232)
#E3D2EA
(227,210,234)
#E6D7EC
(230,215,236)
#E9DCEE
(233,220,238)
#ECE1F0
(236,225,240)
#EFE6F2
(239,230,242)
#F2EBF4
(242,235,244)
#F5F0F6
(245,240,246)
#F8F5F8
(248,245,248)
#FBFAFA
(251,250,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDC8E6; }

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

This text font color is #DDC8E6.

Background Color

.myBgColor { background-color: #DDC8E6; }

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

This div background color is #DDC8E6.

Border color

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

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

This div border color is #DDC8E6.

Opacity

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

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

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

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

This text has shadow with #DDC8E6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDC8E6.

Preview

Color preview on black background

This text has color #DDC8E6 on black background.


Color preview on white background

This text has color #DDC8E6 on white background.


Black color preview on #DDC8E6 background

This text has black color on #DDC8E6 background.


White color preview on #DDC8E6 background

This text has white color on #DDC8E6 background.


Related colors

Complementary color

Complementary color for #hex is #223719.


I love getcolorcode.com

Triadic colors

1 #E6DDC8 and #C8E6DD with #DDC8E6 are triadic colors.

2 #E6C8DD and #C8DDE6 with #DDC8E6 are triadic colors.