COLOR #DEEADD

HEX: #DEEADD
RGB: (222,234,221)

Color info

#DEEADD contains red, green and blue colors in about the same proportion. Web safe color of #DEEADD is #CCFFCC (or #CFC).

RGB color model

#DEEADD color RGB value is (222,234,221).

  • red value is 222;
  • green value is 234;
  • blue value is 221.
RGB:
(222,234,221)
(87%,92%,87%)

RGB channels and saturation

R 222 of 255 = 87%
G 234 of 255 = 92%
B 221 of 255 = 87%

222
234
221

R + G + B ~ 89%. #DEEADD is light color.

Portions of RGB colors in percentages

R + G + B =
222 + 234 + 221 = 677 (100%)
R 222 of 677 ~ 32.79%
G 234 of 677 ~ 34.56%
B 221 of 677 ~ 32.64%

%32.79
%34.56
%32.64

CMYK color model

#DEEADD color CMYK value is (5,0,6,8).

  • cyan value is 5.13%
  • magenta value is 0.00%
  • yellow value is 5.56%
  • key color value is 8.24%
CMYK:
(5,0,6,8)
C5M0Y6K8 
(5%,0%,6%,8%)
(0.05/0.00/0.06/0.08)	

CMYK percentages

%5.13
%0
%5.56
%8.24

Codes

Color #DEEADD in popluar color models

DEEADD
RGB222234221
HSL115°23.64%89.22%
HSB/HSV115°5.56%91.76%
CMYK5.13%0.00%5.56%
8.24%

Color #DEEADD in popluar number systems.

HEXDEEADD
Decimal222234221
Binary110111101110101011011101
Octal336352335

Shades and tints

Shades of #DEEADD

#DEEADD
(222,234,221)
#CAD5C9
(202,213,201)
#B6C0B5
(182,192,181)
#A2ABA1
(162,171,161)
#8E968D
(142,150,141)
#7A8179
(122,129,121)
#666C65
(102,108,101)
#525751
(82,87,81)
#3E423D
(62,66,61)
#2A2D29
(42,45,41)
#161815
(22,24,21)
#000000
(0,0,0)

Tints of #DEEADD

#DEEADD
(222,234,221)
#E1EBE0
(225,235,224)
#E4ECE3
(228,236,227)
#E7EDE6
(231,237,230)
#EAEEE9
(234,238,233)
#EDEFEC
(237,239,236)
#F0F0EF
(240,240,239)
#F3F1F2
(243,241,242)
#F6F2F5
(246,242,245)
#F9F3F8
(249,243,248)
#FCF4FB
(252,244,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DEEADD color. Also use rgb(222,234,221) instead hex code.

Text Font Color

.myTextColor { color: #DEEADD; }

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

This text font color is #DEEADD.


Background Color

.myBgColor { background-color: #DEEADD; }

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

This div background color is #DEEADD.


Border color

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

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

This div border color is #DEEADD.


Opacity

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

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

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

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

This text has shadow with #DEEADD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEEADD on black background.


Color preview on white background

This text has color #DEEADD on white background.



Black color preview on #DEEADD background

This text has black color on #DEEADD background.


White color preview on #DEEADD background

This text has white color on #DEEADD background.