COLOR #DDC8EB

HEX: #DDC8EB RGB: (221,200,235)

Color info

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

RGB color model

#DDC8EB color RGB value is (221,200,235).

RGB: (221,200,235) (87%, 78%, 92%)

RGB channels and saturation

R 221 of 255 = 87%
G 200 of 255 = 78%
B 235 of 255 = 92%

221
200
235

R + G + B ~ 86%. #DDC8EB is light color.

Portions of RGB colors in percentages

R + G + B = 221 + 200 + 235 = 656 (100%)
R 221 of 656 ~ 33.69%
G 200 of 656 ~ 30.49%
B 235 of 656 ~ 35.82'%

%33.69
%30.49
%35.82

CMYK color model

#DDC8EB color CMYK value is (6,15,0,8).

  • cyan value is 5.96%
  • magenta value is 14.89%
  • yellow value is 0.00%
  • key color value is 7.84%

CMYK: (6,15,0,8)
C6M15Y0K8 (6%, 15%, 0%, 8%)
(0.06 / 0.15 / 0.00 / 0.08)

CMYK percentages

%5.96
%14.89
%0
%7.84

Codes

Color #DDC8EB in popluar color models

DD C8 EB
RGB 221 200 235
HSL 276° 46.67% 85.29%
HSB/HSV 276° 14.89% 92.16%
CMYK 5.96% 14.89% 0.00%
7.84%

Color #DDC8EB in popluar number systems.

HEX DD C8 EB
Decimal 221 200 235
Binary 11011101 11001000 11101011
Octal 335 310 353

Shades and tints

Shades of #DDC8EB

#DDC8EB
(221,200,235)
#C9B6D6
(201,182,214)
#B5A4C1
(181,164,193)
#A192AC
(161,146,172)
#8D8097
(141,128,151)
#796E82
(121,110,130)
#655C6D
(101,92,109)
#514A58
(81,74,88)
#3D3843
(61,56,67)
#29262E
(41,38,46)
#151419
(21,20,25)
#000000
(0,0,0)

Tints of #DDC8EB

#DDC8EB
(221,200,235)
#E0CDEC
(224,205,236)
#E3D2ED
(227,210,237)
#E6D7EE
(230,215,238)
#E9DCEF
(233,220,239)
#ECE1F0
(236,225,240)
#EFE6F1
(239,230,241)
#F2EBF2
(242,235,242)
#F5F0F3
(245,240,243)
#F8F5F4
(248,245,244)
#FBFAF5
(251,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDC8EB; }

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

This text font color is #DDC8EB.

Background Color

.myBgColor { background-color: #DDC8EB; }

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

This div background color is #DDC8EB.

Border color

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

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

This div border color is #DDC8EB.

Opacity

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

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

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

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

This text has shadow with #DDC8EB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDC8EB.

Preview

Color preview on black background

This text has color #DDC8EB on black background.


Color preview on white background

This text has color #DDC8EB on white background.


Black color preview on #DDC8EB background

This text has black color on #DDC8EB background.


White color preview on #DDC8EB background

This text has white color on #DDC8EB background.


Related colors

Complementary color

Complementary color for #hex is #223714.


I love getcolorcode.com

Triadic colors

1 #EBDDC8 and #C8EBDD with #DDC8EB are triadic colors.

2 #EBC8DD and #C8DDEB with #DDC8EB are triadic colors.