COLOR #DEE1AD

HEX: #DEE1AD RGB: (222,225,173)

Color info

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

RGB color model

#DEE1AD color RGB value is (222,225,173).

RGB: (222,225,173) (87%, 88%, 68%)

RGB channels and saturation

R 222 of 255 = 87%
G 225 of 255 = 88%
B 173 of 255 = 68%

222
225
173

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

Portions of RGB colors in percentages

R + G + B = 222 + 225 + 173 = 620 (100%)
R 222 of 620 ~ 35.81%
G 225 of 620 ~ 36.29%
B 173 of 620 ~ 27.9'%

%35.81
%36.29
%27.9

CMYK color model

#DEE1AD color CMYK value is (1,0,23,12).

  • cyan value is 1.33%
  • magenta value is 0.00%
  • yellow value is 23.11%
  • key color value is 11.76%

CMYK: (1,0,23,12)
C1M0Y23K12 (1%, 0%, 23%, 12%)
(0.01 / 0.00 / 0.23 / 0.12)

CMYK percentages

%1.33
%0
%23.11
%11.76

Codes

Color #DEE1AD in popluar color models

DE E1 AD
RGB 222 225 173
HSL 63° 46.43% 78.04%
HSB/HSV 63° 23.11% 88.24%
CMYK 1.33% 0.00% 23.11%
11.76%

Color #DEE1AD in popluar number systems.

HEX DE E1 AD
Decimal 222 225 173
Binary 11011110 11100001 10101101
Octal 336 341 255

Shades and tints

Shades of #DEE1AD

#DEE1AD
(222,225,173)
#CACD9E
(202,205,158)
#B6B98F
(182,185,143)
#A2A580
(162,165,128)
#8E9171
(142,145,113)
#7A7D62
(122,125,98)
#666953
(102,105,83)
#525544
(82,85,68)
#3E4135
(62,65,53)
#2A2D26
(42,45,38)
#161917
(22,25,23)
#000000
(0,0,0)

Tints of #DEE1AD

#DEE1AD
(222,225,173)
#E1E3B4
(225,227,180)
#E4E5BB
(228,229,187)
#E7E7C2
(231,231,194)
#EAE9C9
(234,233,201)
#EDEBD0
(237,235,208)
#F0EDD7
(240,237,215)
#F3EFDE
(243,239,222)
#F6F1E5
(246,241,229)
#F9F3EC
(249,243,236)
#FCF5F3
(252,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DEE1AD color. Also use rgb(222,225,173) instead hex code.

Text Font Color

.myTextColor { color: #DEE1AD; }

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

This text font color is #DEE1AD.

Background Color

.myBgColor { background-color: #DEE1AD; }

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

This div background color is #DEE1AD.

Border color

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

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

This div border color is #DEE1AD.

Opacity

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

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

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

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

This text has shadow with #DEE1AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DEE1AD.

Preview

Color preview on black background

This text has color #DEE1AD on black background.


Color preview on white background

This text has color #DEE1AD on white background.


Black color preview on #DEE1AD background

This text has black color on #DEE1AD background.


White color preview on #DEE1AD background

This text has white color on #DEE1AD background.


Related colors

Complementary color

Complementary color for #hex is #211E52.


I love getcolorcode.com

Triadic colors

1 #ADDEE1 and #E1ADDE with #DEE1AD are triadic colors.

2 #ADE1DE and #E1DEAD with #DEE1AD are triadic colors.