COLOR #DDCBDC

HEX: #DDCBDC
RGB: (221,203,220)

Color info

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

RGB color model

#DDCBDC color RGB value is (221,203,220).

  • red value is 221;
  • green value is 203;
  • blue value is 220.
RGB:
(221,203,220)
(87%,80%,86%)

RGB channels and saturation

R 221 of 255 = 87%
G 203 of 255 = 80%
B 220 of 255 = 86%

221
203
220

R + G + B ~ 84%. #DDCBDC is quite light color.

Portions of RGB colors in percentages

R + G + B =
221 + 203 + 220 = 644 (100%)
R 221 of 644 ~ 34.32%
G 203 of 644 ~ 31.52%
B 220 of 644 ~ 34.16%

%34.32
%31.52
%34.16

CMYK color model

#DDCBDC color CMYK value is (0,8,0,13).

  • cyan value is 0.00%
  • magenta value is 8.14%
  • yellow value is 0.45%
  • key color value is 13.33%
CMYK:
(0,8,0,13)
C0M8Y0K13 
(0%,8%,0%,13%)
(0.00/0.08/0.00/0.13)	

CMYK percentages

%0
%8.14
%0.45
%13.33

Codes

Color #DDCBDC in popluar color models

DDCBDC
RGB221203220
HSL303°20.93%83.14%
HSB/HSV303°8.14%86.67%
CMYK0.00%8.14%0.45%
13.33%

Color #DDCBDC in popluar number systems.

HEXDDCBDC
Decimal221203220
Binary110111011100101111011100
Octal335313334

Shades and tints

Shades of #DDCBDC

#DDCBDC
(221,203,220)
#C9B9C8
(201,185,200)
#B5A7B4
(181,167,180)
#A195A0
(161,149,160)
#8D838C
(141,131,140)
#797178
(121,113,120)
#655F64
(101,95,100)
#514D50
(81,77,80)
#3D3B3C
(61,59,60)
#292928
(41,41,40)
#151714
(21,23,20)
#000000
(0,0,0)

Tints of #DDCBDC

#DDCBDC
(221,203,220)
#E0CFDF
(224,207,223)
#E3D3E2
(227,211,226)
#E6D7E5
(230,215,229)
#E9DBE8
(233,219,232)
#ECDFEB
(236,223,235)
#EFE3EE
(239,227,238)
#F2E7F1
(242,231,241)
#F5EBF4
(245,235,244)
#F8EFF7
(248,239,247)
#FBF3FA
(251,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDCBDC color. Also use rgb(221,203,220) instead hex code.

Text Font Color

.myTextColor { color: #DDCBDC; }

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

This text font color is #DDCBDC.


Background Color

.myBgColor { background-color: #DDCBDC; }

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

This div background color is #DDCBDC.


Border color

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

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

This div border color is #DDCBDC.


Opacity

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

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

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

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

This text has shadow with #DDCBDC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDCBDC on black background.


Color preview on white background

This text has color #DDCBDC on white background.



Black color preview on #DDCBDC background

This text has black color on #DDCBDC background.


White color preview on #DDCBDC background

This text has white color on #DDCBDC background.