COLOR #DEE3C2

HEX: #DEE3C2
RGB: (222,227,194)

Color info

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

RGB color model

#DEE3C2 color RGB value is (222,227,194).

  • red value is 222;
  • green value is 227;
  • blue value is 194.
RGB:
(222,227,194)
(87%,89%,76%)

RGB channels and saturation

R 222 of 255 = 87%
G 227 of 255 = 89%
B 194 of 255 = 76%

222
227
194

R + G + B ~ 84%. #DEE3C2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
222 + 227 + 194 = 643 (100%)
R 222 of 643 ~ 34.53%
G 227 of 643 ~ 35.3%
B 194 of 643 ~ 30.17%

%34.53
%35.3
%30.17

CMYK color model

#DEE3C2 color CMYK value is (2,0,15,11).

  • cyan value is 2.20%
  • magenta value is 0.00%
  • yellow value is 14.54%
  • key color value is 10.98%
CMYK:
(2,0,15,11)
C2M0Y15K11 
(2%,0%,15%,11%)
(0.02/0.00/0.15/0.11)	

CMYK percentages

%2.2
%0
%14.54
%10.98

Codes

Color #DEE3C2 in popluar color models

DEE3C2
RGB222227194
HSL69°37.08%82.55%
HSB/HSV69°14.54%89.02%
CMYK2.20%0.00%14.54%
10.98%

Color #DEE3C2 in popluar number systems.

HEXDEE3C2
Decimal222227194
Binary110111101110001111000010
Octal336343302

Shades and tints

Shades of #DEE3C2

#DEE3C2
(222,227,194)
#CACFB1
(202,207,177)
#B6BBA0
(182,187,160)
#A2A78F
(162,167,143)
#8E937E
(142,147,126)
#7A7F6D
(122,127,109)
#666B5C
(102,107,92)
#52574B
(82,87,75)
#3E433A
(62,67,58)
#2A2F29
(42,47,41)
#161B18
(22,27,24)
#000000
(0,0,0)

Tints of #DEE3C2

#DEE3C2
(222,227,194)
#E1E5C7
(225,229,199)
#E4E7CC
(228,231,204)
#E7E9D1
(231,233,209)
#EAEBD6
(234,235,214)
#EDEDDB
(237,237,219)
#F0EFE0
(240,239,224)
#F3F1E5
(243,241,229)
#F6F3EA
(246,243,234)
#F9F5EF
(249,245,239)
#FCF7F4
(252,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DEE3C2 color. Also use rgb(222,227,194) instead hex code.

Text Font Color

.myTextColor { color: #DEE3C2; }

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

This text font color is #DEE3C2.


Background Color

.myBgColor { background-color: #DEE3C2; }

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

This div background color is #DEE3C2.


Border color

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

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

This div border color is #DEE3C2.


Opacity

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

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

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

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

This text has shadow with #DEE3C2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEE3C2 on black background.


Color preview on white background

This text has color #DEE3C2 on white background.



Black color preview on #DEE3C2 background

This text has black color on #DEE3C2 background.


White color preview on #DEE3C2 background

This text has white color on #DEE3C2 background.