COLOR #DDCCDC

HEX: #DDCCDC RGB: (221,204,220)

Color info

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

RGB color model

#DDCCDC color RGB value is (221,204,220).

RGB: (221,204,220) (87%, 80%, 86%)

RGB channels and saturation

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

221
204
220

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

Portions of RGB colors in percentages

R + G + B = 221 + 204 + 220 = 645 (100%)
R 221 of 645 ~ 34.26%
G 204 of 645 ~ 31.63%
B 220 of 645 ~ 34.11'%

%34.26
%31.63
%34.11

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 7.69%
  • 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
%7.69
%0.45
%13.33

Codes

Color #DDCCDC in popluar color models

DD CC DC
RGB 221 204 220
HSL 304° 20.00% 83.33%
HSB/HSV 304° 7.69% 86.67%
CMYK 0.00% 7.69% 0.45%
13.33%

Color #DDCCDC in popluar number systems.

HEX DD CC DC
Decimal 221 204 220
Binary 11011101 11001100 11011100
Octal 335 314 334

Shades and tints

Shades of #DDCCDC

#DDCCDC
(221,204,220)
#C9BAC8
(201,186,200)
#B5A8B4
(181,168,180)
#A196A0
(161,150,160)
#8D848C
(141,132,140)
#797278
(121,114,120)
#656064
(101,96,100)
#514E50
(81,78,80)
#3D3C3C
(61,60,60)
#292A28
(41,42,40)
#151814
(21,24,20)
#000000
(0,0,0)

Tints of #DDCCDC

#DDCCDC
(221,204,220)
#E0D0DF
(224,208,223)
#E3D4E2
(227,212,226)
#E6D8E5
(230,216,229)
#E9DCE8
(233,220,232)
#ECE0EB
(236,224,235)
#EFE4EE
(239,228,238)
#F2E8F1
(242,232,241)
#F5ECF4
(245,236,244)
#F8F0F7
(248,240,247)
#FBF4FA
(251,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDCCDC; }

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

This text font color is #DDCCDC.

Background Color

.myBgColor { background-color: #DDCCDC; }

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

This div background color is #DDCCDC.

Border color

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

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

This div border color is #DDCCDC.

Opacity

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

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

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

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

This text has shadow with #DDCCDC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDCCDC.

Preview

Color preview on black background

This text has color #DDCCDC on black background.


Color preview on white background

This text has color #DDCCDC on white background.


Black color preview on #DDCCDC background

This text has black color on #DDCCDC background.


White color preview on #DDCCDC background

This text has white color on #DDCCDC background.


Related colors

Complementary color

Complementary color for #DDCCDC is #223323.


I love getcolorcode.com

Triadic colors

1 #DCDDCC and #CCDCDD with #DDCCDC are triadic colors.

2 #DCCCDD and #CCDDDC with #DDCCDC are triadic colors.