COLOR #DEEEDB

HEX: #DEEEDB
RGB: (222,238,219)

Color info

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

RGB color model

#DEEEDB color RGB value is (222,238,219).

  • red value is 222;
  • green value is 238;
  • blue value is 219.
RGB:
(222,238,219)
(87%,93%,86%)

RGB channels and saturation

R 222 of 255 = 87%
G 238 of 255 = 93%
B 219 of 255 = 86%

222
238
219

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

Portions of RGB colors in percentages

R + G + B =
222 + 238 + 219 = 679 (100%)
R 222 of 679 ~ 32.7%
G 238 of 679 ~ 35.05%
B 219 of 679 ~ 32.25%

%32.7
%35.05
%32.25

CMYK color model

#DEEEDB color CMYK value is (7,0,8,7).

  • cyan value is 6.72%
  • magenta value is 0.00%
  • yellow value is 7.98%
  • key color value is 6.67%
CMYK:
(7,0,8,7)
C7M0Y8K7 
(7%,0%,8%,7%)
(0.07/0.00/0.08/0.07)	

CMYK percentages

%6.72
%0
%7.98
%6.67

Codes

Color #DEEEDB in popluar color models

DEEEDB
RGB222238219
HSL111°35.85%89.61%
HSB/HSV111°7.98%93.33%
CMYK6.72%0.00%7.98%
6.67%

Color #DEEEDB in popluar number systems.

HEXDEEEDB
Decimal222238219
Binary110111101110111011011011
Octal336356333

Shades and tints

Shades of #DEEEDB

#DEEEDB
(222,238,219)
#CAD9C8
(202,217,200)
#B6C4B5
(182,196,181)
#A2AFA2
(162,175,162)
#8E9A8F
(142,154,143)
#7A857C
(122,133,124)
#667069
(102,112,105)
#525B56
(82,91,86)
#3E4643
(62,70,67)
#2A3130
(42,49,48)
#161C1D
(22,28,29)
#000000
(0,0,0)

Tints of #DEEEDB

#DEEEDB
(222,238,219)
#E1EFDE
(225,239,222)
#E4F0E1
(228,240,225)
#E7F1E4
(231,241,228)
#EAF2E7
(234,242,231)
#EDF3EA
(237,243,234)
#F0F4ED
(240,244,237)
#F3F5F0
(243,245,240)
#F6F6F3
(246,246,243)
#F9F7F6
(249,247,246)
#FCF8F9
(252,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DEEEDB color. Also use rgb(222,238,219) instead hex code.

Text Font Color

.myTextColor { color: #DEEEDB; }

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

This text font color is #DEEEDB.


Background Color

.myBgColor { background-color: #DEEEDB; }

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

This div background color is #DEEEDB.


Border color

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

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

This div border color is #DEEEDB.


Opacity

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

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

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

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

This text has shadow with #DEEEDB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEEEDB on black background.


Color preview on white background

This text has color #DEEEDB on white background.



Black color preview on #DEEEDB background

This text has black color on #DEEEDB background.


White color preview on #DEEEDB background

This text has white color on #DEEEDB background.