COLOR #DED5B9

HEX: #DED5B9 RGB: (222,213,185)

Color info

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

RGB color model

#DED5B9 color RGB value is (222,213,185).

RGB: (222,213,185) (87%, 84%, 73%)

RGB channels and saturation

R 222 of 255 = 87%
G 213 of 255 = 84%
B 185 of 255 = 73%

222
213
185

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

Portions of RGB colors in percentages

R + G + B = 222 + 213 + 185 = 620 (100%)
R 222 of 620 ~ 35.81%
G 213 of 620 ~ 34.35%
B 185 of 620 ~ 29.84'%

%35.81
%34.35
%29.84

CMYK color model

#DED5B9 color CMYK value is (0,4,17,13).

  • cyan value is 0.00%
  • magenta value is 4.05%
  • yellow value is 16.67%
  • key color value is 12.94%
CMYK: (0,4,17,13) C0M4Y17K13 (0%,4%,17%,13%) (0.00/0.04/0.17/0.13) 

CMYK percentages

%0
%4.05
%16.67
%12.94

Codes

Color #DED5B9 in popluar color models

DE D5 B9
RGB 222 213 185
HSL 45° 35.92% 79.80%
HSB/HSV 45° 16.67% 87.06%
CMYK 0.00% 4.05% 16.67%
12.94%

Color #DED5B9 in popluar number systems.

HEX DE D5 B9
Decimal 222 213 185
Binary 11011110 11010101 10111001
Octal 336 325 271

Shades and tints

Shades of #DED5B9

#DED5B9
(222,213,185)
#CAC2A9
(202,194,169)
#B6AF99
(182,175,153)
#A29C89
(162,156,137)
#8E8979
(142,137,121)
#7A7669
(122,118,105)
#666359
(102,99,89)
#525049
(82,80,73)
#3E3D39
(62,61,57)
#2A2A29
(42,42,41)
#161719
(22,23,25)
#000000
(0,0,0)

Tints of #DED5B9

#DED5B9
(222,213,185)
#E1D8BF
(225,216,191)
#E4DBC5
(228,219,197)
#E7DECB
(231,222,203)
#EAE1D1
(234,225,209)
#EDE4D7
(237,228,215)
#F0E7DD
(240,231,221)
#F3EAE3
(243,234,227)
#F6EDE9
(246,237,233)
#F9F0EF
(249,240,239)
#FCF3F5
(252,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DED5B9 color. Also use rgb(222,213,185) instead hex code.

Text Font Color

.myTextColor { color: #DED5B9; }

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

This text font color is #DED5B9.

Background Color

.myBgColor { background-color: #DED5B9; }

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

This div background color is #DED5B9.

Border color

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

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

This div border color is #DED5B9.

Opacity

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

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

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

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

This text has shadow with #DED5B9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DED5B9.

Preview

Color preview on black background

This text has color #DED5B9 on black background.


Color preview on white background

This text has color #DED5B9 on white background.


Black color preview on #DED5B9 background

This text has black color on #DED5B9 background.


White color preview on #DED5B9 background

This text has white color on #DED5B9 background.


Related colors

Complementary color

Complementary color for #hex is #212A46.


I love getcolorcode.com

Triadic colors

1 #B9DED5 and #D5B9DE with #DED5B9 are triadic colors.

2 #B9D5DE and #D5DEB9 with #DED5B9 are triadic colors.