COLOR #DDDCC7

HEX: #DDDCC7
RGB: (221,220,199)

Color info

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

RGB color model

#DDDCC7 color RGB value is (221,220,199).

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

RGB channels and saturation

R 221 of 255 = 87%
G 220 of 255 = 86%
B 199 of 255 = 78%

221
220
199

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

Portions of RGB colors in percentages

R + G + B =
221 + 220 + 199 = 640 (100%)
R 221 of 640 ~ 34.53%
G 220 of 640 ~ 34.38%
B 199 of 640 ~ 31.09%

%34.53
%34.38
%31.09

CMYK color model

#DDDCC7 color CMYK value is (0,0,10,13).

  • cyan value is 0.00%
  • magenta value is 0.45%
  • yellow value is 9.95%
  • key color value is 13.33%
CMYK:
(0,0,10,13)
C0M0Y10K13 
(0%,0%,10%,13%)
(0.00/0.00/0.10/0.13)	

CMYK percentages

%0
%0.45
%9.95
%13.33

Codes

Color #DDDCC7 in popluar color models

DDDCC7
RGB221220199
HSL57°24.44%82.35%
HSB/HSV57°9.95%86.67%
CMYK0.00%0.45%9.95%
13.33%

Color #DDDCC7 in popluar number systems.

HEXDDDCC7
Decimal221220199
Binary110111011101110011000111
Octal335334307

Shades and tints

Shades of #DDDCC7

#DDDCC7
(221,220,199)
#C9C8B5
(201,200,181)
#B5B4A3
(181,180,163)
#A1A091
(161,160,145)
#8D8C7F
(141,140,127)
#79786D
(121,120,109)
#65645B
(101,100,91)
#515049
(81,80,73)
#3D3C37
(61,60,55)
#292825
(41,40,37)
#151413
(21,20,19)
#000000
(0,0,0)

Tints of #DDDCC7

#DDDCC7
(221,220,199)
#E0DFCC
(224,223,204)
#E3E2D1
(227,226,209)
#E6E5D6
(230,229,214)
#E9E8DB
(233,232,219)
#ECEBE0
(236,235,224)
#EFEEE5
(239,238,229)
#F2F1EA
(242,241,234)
#F5F4EF
(245,244,239)
#F8F7F4
(248,247,244)
#FBFAF9
(251,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDDCC7; }

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

This text font color is #DDDCC7.


Background Color

.myBgColor { background-color: #DDDCC7; }

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

This div background color is #DDDCC7.


Border color

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

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

This div border color is #DDDCC7.


Opacity

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

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

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

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

This text has shadow with #DDDCC7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDDCC7 on black background.


Color preview on white background

This text has color #DDDCC7 on white background.



Black color preview on #DDDCC7 background

This text has black color on #DDDCC7 background.


White color preview on #DDDCC7 background

This text has white color on #DDDCC7 background.