COLOR #DEE1CA

HEX: #DEE1CA
RGB: (222,225,202)

Color info

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

RGB color model

#DEE1CA color RGB value is (222,225,202).

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

RGB channels and saturation

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

222
225
202

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

Portions of RGB colors in percentages

R + G + B =
222 + 225 + 202 = 649 (100%)
R 222 of 649 ~ 34.21%
G 225 of 649 ~ 34.67%
B 202 of 649 ~ 31.12%

%34.21
%34.67
%31.12

CMYK color model

#DEE1CA color CMYK value is (1,0,10,12).

  • cyan value is 1.33%
  • magenta value is 0.00%
  • yellow value is 10.22%
  • key color value is 11.76%
CMYK:
(1,0,10,12)
C1M0Y10K12 
(1%,0%,10%,12%)
(0.01/0.00/0.10/0.12)	

CMYK percentages

%1.33
%0
%10.22
%11.76

Codes

Color #DEE1CA in popluar color models

DEE1CA
RGB222225202
HSL68°27.71%83.73%
HSB/HSV68°10.22%88.24%
CMYK1.33%0.00%10.22%
11.76%

Color #DEE1CA in popluar number systems.

HEXDEE1CA
Decimal222225202
Binary110111101110000111001010
Octal336341312

Shades and tints

Shades of #DEE1CA

#DEE1CA
(222,225,202)
#CACDB8
(202,205,184)
#B6B9A6
(182,185,166)
#A2A594
(162,165,148)
#8E9182
(142,145,130)
#7A7D70
(122,125,112)
#66695E
(102,105,94)
#52554C
(82,85,76)
#3E413A
(62,65,58)
#2A2D28
(42,45,40)
#161916
(22,25,22)
#000000
(0,0,0)

Tints of #DEE1CA

#DEE1CA
(222,225,202)
#E1E3CE
(225,227,206)
#E4E5D2
(228,229,210)
#E7E7D6
(231,231,214)
#EAE9DA
(234,233,218)
#EDEBDE
(237,235,222)
#F0EDE2
(240,237,226)
#F3EFE6
(243,239,230)
#F6F1EA
(246,241,234)
#F9F3EE
(249,243,238)
#FCF5F2
(252,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DEE1CA; }

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

This text font color is #DEE1CA.


Background Color

.myBgColor { background-color: #DEE1CA; }

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

This div background color is #DEE1CA.


Border color

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

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

This div border color is #DEE1CA.


Opacity

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

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

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

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

This text has shadow with #DEE1CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEE1CA on black background.


Color preview on white background

This text has color #DEE1CA on white background.



Black color preview on #DEE1CA background

This text has black color on #DEE1CA background.


White color preview on #DEE1CA background

This text has white color on #DEE1CA background.