COLOR #DEE199

HEX: #DEE199 RGB: (222,225,153)

Color info

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

RGB color model

#DEE199 color RGB value is (222,225,153).

RGB: (222,225,153) (87%, 88%, 60%)

RGB channels and saturation

R 222 of 255 = 87%
G 225 of 255 = 88%
B 153 of 255 = 60%

222
225
153

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

Portions of RGB colors in percentages

R + G + B = 222 + 225 + 153 = 600 (100%)
R 222 of 600 ~ 37%
G 225 of 600 ~ 37.5%
B 153 of 600 ~ 25.5'%

%37
%37.5
%25.5

CMYK color model

#DEE199 color CMYK value is (1,0,32,12).

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

CMYK: (1,0,32,12)
C1M0Y32K12 (1%, 0%, 32%, 12%)
(0.01 / 0.00 / 0.32 / 0.12)

CMYK percentages

%1.33
%0
%32
%11.76

Codes

Color #DEE199 in popluar color models

DE E1 99
RGB 222 225 153
HSL 63° 54.55% 74.12%
HSB/HSV 63° 32.00% 88.24%
CMYK 1.33% 0.00% 32.00%
11.76%

Color #DEE199 in popluar number systems.

HEX DE E1 99
Decimal 222 225 153
Binary 11011110 11100001 10011001
Octal 336 341 231

Shades and tints

Shades of #DEE199

#DEE199
(222,225,153)
#CACD8C
(202,205,140)
#B6B97F
(182,185,127)
#A2A572
(162,165,114)
#8E9165
(142,145,101)
#7A7D58
(122,125,88)
#66694B
(102,105,75)
#52553E
(82,85,62)
#3E4131
(62,65,49)
#2A2D24
(42,45,36)
#161917
(22,25,23)
#000000
(0,0,0)

Tints of #DEE199

#DEE199
(222,225,153)
#E1E3A2
(225,227,162)
#E4E5AB
(228,229,171)
#E7E7B4
(231,231,180)
#EAE9BD
(234,233,189)
#EDEBC6
(237,235,198)
#F0EDCF
(240,237,207)
#F3EFD8
(243,239,216)
#F6F1E1
(246,241,225)
#F9F3EA
(249,243,234)
#FCF5F3
(252,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DEE199; }

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

This text font color is #DEE199.

Background Color

.myBgColor { background-color: #DEE199; }

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

This div background color is #DEE199.

Border color

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

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

This div border color is #DEE199.

Opacity

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

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

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

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

This text has shadow with #DEE199 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DEE199.

Preview

Color preview on black background

This text has color #DEE199 on black background.


Color preview on white background

This text has color #DEE199 on white background.


Black color preview on #DEE199 background

This text has black color on #DEE199 background.


White color preview on #DEE199 background

This text has white color on #DEE199 background.


Related colors

Complementary color

Complementary color for #hex is #211E66.


I love getcolorcode.com

Triadic colors

1 #99DEE1 and #E199DE with #DEE199 are triadic colors.

2 #99E1DE and #E1DE99 with #DEE199 are triadic colors.