COLOR #DEED90

HEX: #DEED90 RGB: (222,237,144)

Color info

#DEED90 contains mainly red and green colors. Web safe color of #DEED90 is #CCFF99 (or #CF9).

RGB color model

#DEED90 color RGB value is (222,237,144).

RGB: (222,237,144) (87%, 93%, 56%)

RGB channels and saturation

R 222 of 255 = 87%
G 237 of 255 = 93%
B 144 of 255 = 56%

222
237
144

R + G + B ~ 79%. #DEED90 is quite light color.

Portions of RGB colors in percentages

R + G + B = 222 + 237 + 144 = 603 (100%)
R 222 of 603 ~ 36.82%
G 237 of 603 ~ 39.3%
B 144 of 603 ~ 23.88'%

%36.82
%39.3
%23.88

CMYK color model

#DEED90 color CMYK value is (6,0,39,7).

  • cyan value is 6.33%
  • magenta value is 0.00%
  • yellow value is 39.24%
  • key color value is 7.06%

CMYK: (6,0,39,7)
C6M0Y39K7 (6%, 0%, 39%, 7%)
(0.06 / 0.00 / 0.39 / 0.07)

CMYK percentages

%6.33
%0
%39.24
%7.06

Codes

Color #DEED90 in popluar color models

DE ED 90
RGB 222 237 144
HSL 70° 72.09% 74.71%
HSB/HSV 70° 39.24% 92.94%
CMYK 6.33% 0.00% 39.24%
7.06%

Color #DEED90 in popluar number systems.

HEX DE ED 90
Decimal 222 237 144
Binary 11011110 11101101 10010000
Octal 336 355 220

Shades and tints

Shades of #DEED90

#DEED90
(222,237,144)
#CAD883
(202,216,131)
#B6C376
(182,195,118)
#A2AE69
(162,174,105)
#8E995C
(142,153,92)
#7A844F
(122,132,79)
#666F42
(102,111,66)
#525A35
(82,90,53)
#3E4528
(62,69,40)
#2A301B
(42,48,27)
#161B0E
(22,27,14)
#000000
(0,0,0)

Tints of #DEED90

#DEED90
(222,237,144)
#E1EE9A
(225,238,154)
#E4EFA4
(228,239,164)
#E7F0AE
(231,240,174)
#EAF1B8
(234,241,184)
#EDF2C2
(237,242,194)
#F0F3CC
(240,243,204)
#F3F4D6
(243,244,214)
#F6F5E0
(246,245,224)
#F9F6EA
(249,246,234)
#FCF7F4
(252,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DEED90 color. Also use rgb(222,237,144) instead hex code.

Text Font Color

.myTextColor { color: #DEED90; }

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

This text font color is #DEED90.

Background Color

.myBgColor { background-color: #DEED90; }

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

This div background color is #DEED90.

Border color

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

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

This div border color is #DEED90.

Opacity

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

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

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

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

This text has shadow with #DEED90 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DEED90.

Preview

Color preview on black background

This text has color #DEED90 on black background.


Color preview on white background

This text has color #DEED90 on white background.


Black color preview on #DEED90 background

This text has black color on #DEED90 background.


White color preview on #DEED90 background

This text has white color on #DEED90 background.


Related colors

Complementary color

Complementary color for #hex is #21126F.


I love getcolorcode.com

Triadic colors

1 #90DEED and #ED90DE with #DEED90 are triadic colors.

2 #90EDDE and #EDDE90 with #DEED90 are triadic colors.