COLOR #DDCCC0

HEX: #DDCCC0 RGB: (221,204,192)

Color info

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

RGB color model

#DDCCC0 color RGB value is (221,204,192).

RGB: (221,204,192) (87%, 80%, 75%)

RGB channels and saturation

R 221 of 255 = 87%
G 204 of 255 = 80%
B 192 of 255 = 75%

221
204
192

R + G + B ~ 81%. #DDCCC0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 221 + 204 + 192 = 617 (100%)
R 221 of 617 ~ 35.82%
G 204 of 617 ~ 33.06%
B 192 of 617 ~ 31.12'%

%35.82
%33.06
%31.12

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 7.69%
  • yellow value is 13.12%
  • key color value is 13.33%

CMYK: (0,8,13,13)
C0M8Y13K13 (0%, 8%, 13%, 13%)
(0.00 / 0.08 / 0.13 / 0.13)

CMYK percentages

%0
%7.69
%13.12
%13.33

Codes

Color #DDCCC0 in popluar color models

DD CC C0
RGB 221 204 192
HSL 25° 29.90% 80.98%
HSB/HSV 25° 13.12% 86.67%
CMYK 0.00% 7.69% 13.12%
13.33%

Color #DDCCC0 in popluar number systems.

HEX DD CC C0
Decimal 221 204 192
Binary 11011101 11001100 11000000
Octal 335 314 300

Shades and tints

Shades of #DDCCC0

#DDCCC0
(221,204,192)
#C9BAAF
(201,186,175)
#B5A89E
(181,168,158)
#A1968D
(161,150,141)
#8D847C
(141,132,124)
#79726B
(121,114,107)
#65605A
(101,96,90)
#514E49
(81,78,73)
#3D3C38
(61,60,56)
#292A27
(41,42,39)
#151816
(21,24,22)
#000000
(0,0,0)

Tints of #DDCCC0

#DDCCC0
(221,204,192)
#E0D0C5
(224,208,197)
#E3D4CA
(227,212,202)
#E6D8CF
(230,216,207)
#E9DCD4
(233,220,212)
#ECE0D9
(236,224,217)
#EFE4DE
(239,228,222)
#F2E8E3
(242,232,227)
#F5ECE8
(245,236,232)
#F8F0ED
(248,240,237)
#FBF4F2
(251,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDCCC0; }

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

This text font color is #DDCCC0.

Background Color

.myBgColor { background-color: #DDCCC0; }

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

This div background color is #DDCCC0.

Border color

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

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

This div border color is #DDCCC0.

Opacity

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

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

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

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

This text has shadow with #DDCCC0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDCCC0.

Preview

Color preview on black background

This text has color #DDCCC0 on black background.


Color preview on white background

This text has color #DDCCC0 on white background.


Black color preview on #DDCCC0 background

This text has black color on #DDCCC0 background.


White color preview on #DDCCC0 background

This text has white color on #DDCCC0 background.


Related colors

Complementary color

Complementary color for #hex is #22333F.


I love getcolorcode.com

Triadic colors

1 #C0DDCC and #CCC0DD with #DDCCC0 are triadic colors.

2 #C0CCDD and #CCDDC0 with #DDCCC0 are triadic colors.