COLOR #DEE293

HEX: #DEE293 RGB: (222,226,147)

Color info

#DEE293 contains mainly red and green colors. Web safe color of #DEE293 is #CCCC99 (or #CC9).

RGB color model

#DEE293 color RGB value is (222,226,147).

RGB: (222,226,147) (87%, 89%, 58%)

RGB channels and saturation

R 222 of 255 = 87%
G 226 of 255 = 89%
B 147 of 255 = 58%

222
226
147

R + G + B ~ 78%. #DEE293 is quite light color.

Portions of RGB colors in percentages

R + G + B = 222 + 226 + 147 = 595 (100%)
R 222 of 595 ~ 37.31%
G 226 of 595 ~ 37.98%
B 147 of 595 ~ 24.71'%

%37.31
%37.98
%24.71

CMYK color model

#DEE293 color CMYK value is (2,0,35,11).

  • cyan value is 1.77%
  • magenta value is 0.00%
  • yellow value is 34.96%
  • key color value is 11.37%

CMYK: (2,0,35,11)
C2M0Y35K11 (2%, 0%, 35%, 11%)
(0.02 / 0.00 / 0.35 / 0.11)

CMYK percentages

%1.77
%0
%34.96
%11.37

Codes

Color #DEE293 in popluar color models

DE E2 93
RGB 222 226 147
HSL 63° 57.66% 73.14%
HSB/HSV 63° 34.96% 88.63%
CMYK 1.77% 0.00% 34.96%
11.37%

Color #DEE293 in popluar number systems.

HEX DE E2 93
Decimal 222 226 147
Binary 11011110 11100010 10010011
Octal 336 342 223

Shades and tints

Shades of #DEE293

#DEE293
(222,226,147)
#CACE86
(202,206,134)
#B6BA79
(182,186,121)
#A2A66C
(162,166,108)
#8E925F
(142,146,95)
#7A7E52
(122,126,82)
#666A45
(102,106,69)
#525638
(82,86,56)
#3E422B
(62,66,43)
#2A2E1E
(42,46,30)
#161A11
(22,26,17)
#000000
(0,0,0)

Tints of #DEE293

#DEE293
(222,226,147)
#E1E49C
(225,228,156)
#E4E6A5
(228,230,165)
#E7E8AE
(231,232,174)
#EAEAB7
(234,234,183)
#EDECC0
(237,236,192)
#F0EEC9
(240,238,201)
#F3F0D2
(243,240,210)
#F6F2DB
(246,242,219)
#F9F4E4
(249,244,228)
#FCF6ED
(252,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DEE293 color. Also use rgb(222,226,147) instead hex code.

Text Font Color

.myTextColor { color: #DEE293; }

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

This text font color is #DEE293.

Background Color

.myBgColor { background-color: #DEE293; }

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

This div background color is #DEE293.

Border color

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

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

This div border color is #DEE293.

Opacity

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

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

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

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

This text has shadow with #DEE293 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DEE293.

Preview

Color preview on black background

This text has color #DEE293 on black background.


Color preview on white background

This text has color #DEE293 on white background.


Black color preview on #DEE293 background

This text has black color on #DEE293 background.


White color preview on #DEE293 background

This text has white color on #DEE293 background.


Related colors

Complementary color

Complementary color for #hex is #211D6C.


I love getcolorcode.com

Triadic colors

1 #93DEE2 and #E293DE with #DEE293 are triadic colors.

2 #93E2DE and #E2DE93 with #DEE293 are triadic colors.