COLOR #DDCFDD

HEX: #DDCFDD
RGB: (221,207,221)

Color info

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

RGB color model

#DDCFDD color RGB value is (221,207,221).

  • red value is 221;
  • green value is 207;
  • blue value is 221.
RGB:
(221,207,221)
(87%,81%,87%)

RGB channels and saturation

R 221 of 255 = 87%
G 207 of 255 = 81%
B 221 of 255 = 87%

221
207
221

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

Portions of RGB colors in percentages

R + G + B =
221 + 207 + 221 = 649 (100%)
R 221 of 649 ~ 34.05%
G 207 of 649 ~ 31.9%
B 221 of 649 ~ 34.05%

%34.05
%31.9
%34.05

CMYK color model

#DDCFDD color CMYK value is (0,6,0,13).

  • cyan value is 0.00%
  • magenta value is 6.33%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(0,6,0,13)
C0M6Y0K13 
(0%,6%,0%,13%)
(0.00/0.06/0.00/0.13)	

CMYK percentages

%0
%6.33
%0
%13.33

Codes

Color #DDCFDD in popluar color models

DDCFDD
RGB221207221
HSL300°17.07%83.92%
HSB/HSV300°6.33%86.67%
CMYK0.00%6.33%0.00%
13.33%

Color #DDCFDD in popluar number systems.

HEXDDCFDD
Decimal221207221
Binary110111011100111111011101
Octal335317335

Shades and tints

Shades of #DDCFDD

#DDCFDD
(221,207,221)
#C9BDC9
(201,189,201)
#B5ABB5
(181,171,181)
#A199A1
(161,153,161)
#8D878D
(141,135,141)
#797579
(121,117,121)
#656365
(101,99,101)
#515151
(81,81,81)
#3D3F3D
(61,63,61)
#292D29
(41,45,41)
#151B15
(21,27,21)
#000000
(0,0,0)

Tints of #DDCFDD

#DDCFDD
(221,207,221)
#E0D3E0
(224,211,224)
#E3D7E3
(227,215,227)
#E6DBE6
(230,219,230)
#E9DFE9
(233,223,233)
#ECE3EC
(236,227,236)
#EFE7EF
(239,231,239)
#F2EBF2
(242,235,242)
#F5EFF5
(245,239,245)
#F8F3F8
(248,243,248)
#FBF7FB
(251,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDCFDD; }

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

This text font color is #DDCFDD.


Background Color

.myBgColor { background-color: #DDCFDD; }

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

This div background color is #DDCFDD.


Border color

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

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

This div border color is #DDCFDD.


Opacity

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

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

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

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

This text has shadow with #DDCFDD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDCFDD on black background.


Color preview on white background

This text has color #DDCFDD on white background.



Black color preview on #DDCFDD background

This text has black color on #DDCFDD background.


White color preview on #DDCFDD background

This text has white color on #DDCFDD background.