COLOR #DED5BB

HEX: #DED5BB
RGB: (222,213,187)

Color info

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

RGB color model

#DED5BB color RGB value is (222,213,187).

  • red value is 222;
  • green value is 213;
  • blue value is 187.
RGB:
(222,213,187)
(87%,84%,73%)

RGB channels and saturation

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

222
213
187

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

Portions of RGB colors in percentages

R + G + B =
222 + 213 + 187 = 622 (100%)
R 222 of 622 ~ 35.69%
G 213 of 622 ~ 34.24%
B 187 of 622 ~ 30.06%

%35.69
%34.24
%30.06

CMYK color model

#DED5BB color CMYK value is (0,4,16,13).

  • cyan value is 0.00%
  • magenta value is 4.05%
  • yellow value is 15.77%
  • key color value is 12.94%
CMYK:
(0,4,16,13)
C0M4Y16K13 
(0%,4%,16%,13%)
(0.00/0.04/0.16/0.13)	

CMYK percentages

%0
%4.05
%15.77
%12.94

Codes

Color #DED5BB in popluar color models

DED5BB
RGB222213187
HSL45°34.65%80.20%
HSB/HSV45°15.77%87.06%
CMYK0.00%4.05%15.77%
12.94%

Color #DED5BB in popluar number systems.

HEXDED5BB
Decimal222213187
Binary110111101101010110111011
Octal336325273

Shades and tints

Shades of #DED5BB

#DED5BB
(222,213,187)
#CAC2AA
(202,194,170)
#B6AF99
(182,175,153)
#A29C88
(162,156,136)
#8E8977
(142,137,119)
#7A7666
(122,118,102)
#666355
(102,99,85)
#525044
(82,80,68)
#3E3D33
(62,61,51)
#2A2A22
(42,42,34)
#161711
(22,23,17)
#000000
(0,0,0)

Tints of #DED5BB

#DED5BB
(222,213,187)
#E1D8C1
(225,216,193)
#E4DBC7
(228,219,199)
#E7DECD
(231,222,205)
#EAE1D3
(234,225,211)
#EDE4D9
(237,228,217)
#F0E7DF
(240,231,223)
#F3EAE5
(243,234,229)
#F6EDEB
(246,237,235)
#F9F0F1
(249,240,241)
#FCF3F7
(252,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DED5BB; }

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

This text font color is #DED5BB.


Background Color

.myBgColor { background-color: #DED5BB; }

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

This div background color is #DED5BB.


Border color

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

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

This div border color is #DED5BB.


Opacity

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

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

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

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

This text has shadow with #DED5BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DED5BB on black background.


Color preview on white background

This text has color #DED5BB on white background.



Black color preview on #DED5BB background

This text has black color on #DED5BB background.


White color preview on #DED5BB background

This text has white color on #DED5BB background.