COLOR #DDD6C0

HEX: #DDD6C0
RGB: (221,214,192)

Color info

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

RGB color model

#DDD6C0 color RGB value is (221,214,192).

  • red value is 221;
  • green value is 214;
  • blue value is 192.
RGB:
(221,214,192)
(87%,84%,75%)

RGB channels and saturation

R 221 of 255 = 87%
G 214 of 255 = 84%
B 192 of 255 = 75%

221
214
192

R + G + B ~ 82%. #DDD6C0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
221 + 214 + 192 = 627 (100%)
R 221 of 627 ~ 35.25%
G 214 of 627 ~ 34.13%
B 192 of 627 ~ 30.62%

%35.25
%34.13
%30.62

CMYK color model

#DDD6C0 color CMYK value is (0,3,13,13).

  • cyan value is 0.00%
  • magenta value is 3.17%
  • yellow value is 13.12%
  • key color value is 13.33%
CMYK:
(0,3,13,13)
C0M3Y13K13 
(0%,3%,13%,13%)
(0.00/0.03/0.13/0.13)	

CMYK percentages

%0
%3.17
%13.12
%13.33

Codes

Color #DDD6C0 in popluar color models

DDD6C0
RGB221214192
HSL46°29.90%80.98%
HSB/HSV46°13.12%86.67%
CMYK0.00%3.17%13.12%
13.33%

Color #DDD6C0 in popluar number systems.

HEXDDD6C0
Decimal221214192
Binary110111011101011011000000
Octal335326300

Shades and tints

Shades of #DDD6C0

#DDD6C0
(221,214,192)
#C9C3AF
(201,195,175)
#B5B09E
(181,176,158)
#A19D8D
(161,157,141)
#8D8A7C
(141,138,124)
#79776B
(121,119,107)
#65645A
(101,100,90)
#515149
(81,81,73)
#3D3E38
(61,62,56)
#292B27
(41,43,39)
#151816
(21,24,22)
#000000
(0,0,0)

Tints of #DDD6C0

#DDD6C0
(221,214,192)
#E0D9C5
(224,217,197)
#E3DCCA
(227,220,202)
#E6DFCF
(230,223,207)
#E9E2D4
(233,226,212)
#ECE5D9
(236,229,217)
#EFE8DE
(239,232,222)
#F2EBE3
(242,235,227)
#F5EEE8
(245,238,232)
#F8F1ED
(248,241,237)
#FBF4F2
(251,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDD6C0; }

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

This text font color is #DDD6C0.


Background Color

.myBgColor { background-color: #DDD6C0; }

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

This div background color is #DDD6C0.


Border color

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

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

This div border color is #DDD6C0.


Opacity

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

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

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

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

This text has shadow with #DDD6C0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDD6C0 on black background.


Color preview on white background

This text has color #DDD6C0 on white background.



Black color preview on #DDD6C0 background

This text has black color on #DDD6C0 background.


White color preview on #DDD6C0 background

This text has white color on #DDD6C0 background.