COLOR #DDDBC6

HEX: #DDDBC6 RGB: (221,219,198)

Color info

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

RGB color model

#DDDBC6 color RGB value is (221,219,198).

RGB: (221,219,198) (87%, 86%, 78%)

RGB channels and saturation

R 221 of 255 = 87%
G 219 of 255 = 86%
B 198 of 255 = 78%

221
219
198

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

Portions of RGB colors in percentages

R + G + B = 221 + 219 + 198 = 638 (100%)
R 221 of 638 ~ 34.64%
G 219 of 638 ~ 34.33%
B 198 of 638 ~ 31.03'%

%34.64
%34.33
%31.03

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 0.90%
  • yellow value is 10.41%
  • key color value is 13.33%

CMYK: (0,1,10,13)
C0M1Y10K13 (0%, 1%, 10%, 13%)
(0.00 / 0.01 / 0.10 / 0.13)

CMYK percentages

%0
%0.9
%10.41
%13.33

Codes

Color #DDDBC6 in popluar color models

DD DB C6
RGB 221 219 198
HSL 55° 25.27% 82.16%
HSB/HSV 55° 10.41% 86.67%
CMYK 0.00% 0.90% 10.41%
13.33%

Color #DDDBC6 in popluar number systems.

HEX DD DB C6
Decimal 221 219 198
Binary 11011101 11011011 11000110
Octal 335 333 306

Shades and tints

Shades of #DDDBC6

#DDDBC6
(221,219,198)
#C9C8B4
(201,200,180)
#B5B5A2
(181,181,162)
#A1A290
(161,162,144)
#8D8F7E
(141,143,126)
#797C6C
(121,124,108)
#65695A
(101,105,90)
#515648
(81,86,72)
#3D4336
(61,67,54)
#293024
(41,48,36)
#151D12
(21,29,18)
#000000
(0,0,0)

Tints of #DDDBC6

#DDDBC6
(221,219,198)
#E0DECB
(224,222,203)
#E3E1D0
(227,225,208)
#E6E4D5
(230,228,213)
#E9E7DA
(233,231,218)
#ECEADF
(236,234,223)
#EFEDE4
(239,237,228)
#F2F0E9
(242,240,233)
#F5F3EE
(245,243,238)
#F8F6F3
(248,246,243)
#FBF9F8
(251,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDDBC6; }

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

This text font color is #DDDBC6.

Background Color

.myBgColor { background-color: #DDDBC6; }

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

This div background color is #DDDBC6.

Border color

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

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

This div border color is #DDDBC6.

Opacity

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

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

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

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

This text has shadow with #DDDBC6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDDBC6.

Preview

Color preview on black background

This text has color #DDDBC6 on black background.


Color preview on white background

This text has color #DDDBC6 on white background.


Black color preview on #DDDBC6 background

This text has black color on #DDDBC6 background.


White color preview on #DDDBC6 background

This text has white color on #DDDBC6 background.


Related colors

Complementary color

Complementary color for #hex is #222439.


I love getcolorcode.com

Triadic colors

1 #C6DDDB and #DBC6DD with #DDDBC6 are triadic colors.

2 #C6DBDD and #DBDDC6 with #DDDBC6 are triadic colors.