COLOR #DED5C6

HEX: #DED5C6
RGB: (222,213,198)

Color info

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

RGB color model

#DED5C6 color RGB value is (222,213,198).

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

RGB channels and saturation

R 222 of 255 = 87%
G 213 of 255 = 84%
B 198 of 255 = 78%

222
213
198

R + G + B ~ 83%. #DED5C6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
222 + 213 + 198 = 633 (100%)
R 222 of 633 ~ 35.07%
G 213 of 633 ~ 33.65%
B 198 of 633 ~ 31.28%

%35.07
%33.65
%31.28

CMYK color model

#DED5C6 color CMYK value is (0,4,11,13).

  • cyan value is 0.00%
  • magenta value is 4.05%
  • yellow value is 10.81%
  • key color value is 12.94%
CMYK:
(0,4,11,13)
C0M4Y11K13 
(0%,4%,11%,13%)
(0.00/0.04/0.11/0.13)	

CMYK percentages

%0
%4.05
%10.81
%12.94

Codes

Color #DED5C6 in popluar color models

DED5C6
RGB222213198
HSL38°26.67%82.35%
HSB/HSV38°10.81%87.06%
CMYK0.00%4.05%10.81%
12.94%

Color #DED5C6 in popluar number systems.

HEXDED5C6
Decimal222213198
Binary110111101101010111000110
Octal336325306

Shades and tints

Shades of #DED5C6

#DED5C6
(222,213,198)
#CAC2B4
(202,194,180)
#B6AFA2
(182,175,162)
#A29C90
(162,156,144)
#8E897E
(142,137,126)
#7A766C
(122,118,108)
#66635A
(102,99,90)
#525048
(82,80,72)
#3E3D36
(62,61,54)
#2A2A24
(42,42,36)
#161712
(22,23,18)
#000000
(0,0,0)

Tints of #DED5C6

#DED5C6
(222,213,198)
#E1D8CB
(225,216,203)
#E4DBD0
(228,219,208)
#E7DED5
(231,222,213)
#EAE1DA
(234,225,218)
#EDE4DF
(237,228,223)
#F0E7E4
(240,231,228)
#F3EAE9
(243,234,233)
#F6EDEE
(246,237,238)
#F9F0F3
(249,240,243)
#FCF3F8
(252,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DED5C6; }

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

This text font color is #DED5C6.


Background Color

.myBgColor { background-color: #DED5C6; }

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

This div background color is #DED5C6.


Border color

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

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

This div border color is #DED5C6.


Opacity

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

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

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

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

This text has shadow with #DED5C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DED5C6 on black background.


Color preview on white background

This text has color #DED5C6 on white background.



Black color preview on #DED5C6 background

This text has black color on #DED5C6 background.


White color preview on #DED5C6 background

This text has white color on #DED5C6 background.