COLOR #DEE1C9

HEX: #DEE1C9
RGB: (222,225,201)

Color info

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

RGB color model

#DEE1C9 color RGB value is (222,225,201).

  • red value is 222;
  • green value is 225;
  • blue value is 201.
RGB:
(222,225,201)
(87%,88%,79%)

RGB channels and saturation

R 222 of 255 = 87%
G 225 of 255 = 88%
B 201 of 255 = 79%

222
225
201

R + G + B ~ 85%. #DEE1C9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
222 + 225 + 201 = 648 (100%)
R 222 of 648 ~ 34.26%
G 225 of 648 ~ 34.72%
B 201 of 648 ~ 31.02%

%34.26
%34.72
%31.02

CMYK color model

#DEE1C9 color CMYK value is (1,0,11,12).

  • cyan value is 1.33%
  • magenta value is 0.00%
  • yellow value is 10.67%
  • key color value is 11.76%
CMYK:
(1,0,11,12)
C1M0Y11K12 
(1%,0%,11%,12%)
(0.01/0.00/0.11/0.12)	

CMYK percentages

%1.33
%0
%10.67
%11.76

Codes

Color #DEE1C9 in popluar color models

DEE1C9
RGB222225201
HSL68°28.57%83.53%
HSB/HSV68°10.67%88.24%
CMYK1.33%0.00%10.67%
11.76%

Color #DEE1C9 in popluar number systems.

HEXDEE1C9
Decimal222225201
Binary110111101110000111001001
Octal336341311

Shades and tints

Shades of #DEE1C9

#DEE1C9
(222,225,201)
#CACDB7
(202,205,183)
#B6B9A5
(182,185,165)
#A2A593
(162,165,147)
#8E9181
(142,145,129)
#7A7D6F
(122,125,111)
#66695D
(102,105,93)
#52554B
(82,85,75)
#3E4139
(62,65,57)
#2A2D27
(42,45,39)
#161915
(22,25,21)
#000000
(0,0,0)

Tints of #DEE1C9

#DEE1C9
(222,225,201)
#E1E3CD
(225,227,205)
#E4E5D1
(228,229,209)
#E7E7D5
(231,231,213)
#EAE9D9
(234,233,217)
#EDEBDD
(237,235,221)
#F0EDE1
(240,237,225)
#F3EFE5
(243,239,229)
#F6F1E9
(246,241,233)
#F9F3ED
(249,243,237)
#FCF5F1
(252,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DEE1C9; }

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

This text font color is #DEE1C9.


Background Color

.myBgColor { background-color: #DEE1C9; }

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

This div background color is #DEE1C9.


Border color

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

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

This div border color is #DEE1C9.


Opacity

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

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

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

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

This text has shadow with #DEE1C9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEE1C9 on black background.


Color preview on white background

This text has color #DEE1C9 on white background.



Black color preview on #DEE1C9 background

This text has black color on #DEE1C9 background.


White color preview on #DEE1C9 background

This text has white color on #DEE1C9 background.