COLOR #DDC5EB

HEX: #DDC5EB
RGB: (221,197,235)

Color info

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

RGB color model

#DDC5EB color RGB value is (221,197,235).

  • red value is 221;
  • green value is 197;
  • blue value is 235.
RGB:
(221,197,235)
(87%,77%,92%)

RGB channels and saturation

R 221 of 255 = 87%
G 197 of 255 = 77%
B 235 of 255 = 92%

221
197
235

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

Portions of RGB colors in percentages

R + G + B =
221 + 197 + 235 = 653 (100%)
R 221 of 653 ~ 33.84%
G 197 of 653 ~ 30.17%
B 235 of 653 ~ 35.99%

%33.84
%30.17
%35.99

CMYK color model

#DDC5EB color CMYK value is (6,16,0,8).

  • cyan value is 5.96%
  • magenta value is 16.17%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(6,16,0,8)
C6M16Y0K8 
(6%,16%,0%,8%)
(0.06/0.16/0.00/0.08)	

CMYK percentages

%5.96
%16.17
%0
%7.84

Codes

Color #DDC5EB in popluar color models

DDC5EB
RGB221197235
HSL278°48.72%84.71%
HSB/HSV278°16.17%92.16%
CMYK5.96%16.17%0.00%
7.84%

Color #DDC5EB in popluar number systems.

HEXDDC5EB
Decimal221197235
Binary110111011100010111101011
Octal335305353

Shades and tints

Shades of #DDC5EB

#DDC5EB
(221,197,235)
#C9B4D6
(201,180,214)
#B5A3C1
(181,163,193)
#A192AC
(161,146,172)
#8D8197
(141,129,151)
#797082
(121,112,130)
#655F6D
(101,95,109)
#514E58
(81,78,88)
#3D3D43
(61,61,67)
#292C2E
(41,44,46)
#151B19
(21,27,25)
#000000
(0,0,0)

Tints of #DDC5EB

#DDC5EB
(221,197,235)
#E0CAEC
(224,202,236)
#E3CFED
(227,207,237)
#E6D4EE
(230,212,238)
#E9D9EF
(233,217,239)
#ECDEF0
(236,222,240)
#EFE3F1
(239,227,241)
#F2E8F2
(242,232,242)
#F5EDF3
(245,237,243)
#F8F2F4
(248,242,244)
#FBF7F5
(251,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDC5EB; }

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

This text font color is #DDC5EB.


Background Color

.myBgColor { background-color: #DDC5EB; }

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

This div background color is #DDC5EB.


Border color

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

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

This div border color is #DDC5EB.


Opacity

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

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

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

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

This text has shadow with #DDC5EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDC5EB on black background.


Color preview on white background

This text has color #DDC5EB on white background.



Black color preview on #DDC5EB background

This text has black color on #DDC5EB background.


White color preview on #DDC5EB background

This text has white color on #DDC5EB background.