COLOR #DEDCAE

HEX: #DEDCAE RGB: (222,220,174)

Color info

#DEDCAE contains red, green and blue colors in about the same proportion. Web safe color of #DEDCAE is #CCCC99 (or #CC9).

RGB color model

#DEDCAE color RGB value is (222,220,174).

RGB: (222,220,174) (87%, 86%, 68%)

RGB channels and saturation

R 222 of 255 = 87%
G 220 of 255 = 86%
B 174 of 255 = 68%

222
220
174

R + G + B ~ 80%. #DEDCAE is quite light color.

Portions of RGB colors in percentages

R + G + B = 222 + 220 + 174 = 616 (100%)
R 222 of 616 ~ 36.04%
G 220 of 616 ~ 35.71%
B 174 of 616 ~ 28.25'%

%36.04
%35.71
%28.25

CMYK color model

#DEDCAE color CMYK value is (0,1,22,13).

  • cyan value is 0.00%
  • magenta value is 0.90%
  • yellow value is 21.62%
  • key color value is 12.94%

CMYK: (0,1,22,13)
C0M1Y22K13 (0%, 1%, 22%, 13%)
(0.00 / 0.01 / 0.22 / 0.13)

CMYK percentages

%0
%0.9
%21.62
%12.94

Codes

Color #DEDCAE in popluar color models

DE DC AE
RGB 222 220 174
HSL 58° 42.11% 77.65%
HSB/HSV 58° 21.62% 87.06%
CMYK 0.00% 0.90% 21.62%
12.94%

Color #DEDCAE in popluar number systems.

HEX DE DC AE
Decimal 222 220 174
Binary 11011110 11011100 10101110
Octal 336 334 256

Shades and tints

Shades of #DEDCAE

#DEDCAE
(222,220,174)
#CAC89F
(202,200,159)
#B6B490
(182,180,144)
#A2A081
(162,160,129)
#8E8C72
(142,140,114)
#7A7863
(122,120,99)
#666454
(102,100,84)
#525045
(82,80,69)
#3E3C36
(62,60,54)
#2A2827
(42,40,39)
#161418
(22,20,24)
#000000
(0,0,0)

Tints of #DEDCAE

#DEDCAE
(222,220,174)
#E1DFB5
(225,223,181)
#E4E2BC
(228,226,188)
#E7E5C3
(231,229,195)
#EAE8CA
(234,232,202)
#EDEBD1
(237,235,209)
#F0EED8
(240,238,216)
#F3F1DF
(243,241,223)
#F6F4E6
(246,244,230)
#F9F7ED
(249,247,237)
#FCFAF4
(252,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DEDCAE color. Also use rgb(222,220,174) instead hex code.

Text Font Color

.myTextColor { color: #DEDCAE; }

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

This text font color is #DEDCAE.

Background Color

.myBgColor { background-color: #DEDCAE; }

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

This div background color is #DEDCAE.

Border color

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

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

This div border color is #DEDCAE.

Opacity

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

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

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

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

This text has shadow with #DEDCAE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DEDCAE.

Preview

Color preview on black background

This text has color #DEDCAE on black background.


Color preview on white background

This text has color #DEDCAE on white background.


Black color preview on #DEDCAE background

This text has black color on #DEDCAE background.


White color preview on #DEDCAE background

This text has white color on #DEDCAE background.


Related colors

Complementary color

Complementary color for #hex is #212351.


I love getcolorcode.com

Triadic colors

1 #AEDEDC and #DCAEDE with #DEDCAE are triadic colors.

2 #AEDCDE and #DCDEAE with #DEDCAE are triadic colors.