COLOR #DEE6DF

HEX: #DEE6DF
RGB: (222,230,223)

Color info

#DEE6DF contains red, green and blue colors in about the same proportion. Web safe color of #DEE6DF is #CCCCCC (or #CCC).

RGB color model

#DEE6DF color RGB value is (222,230,223).

  • red value is 222;
  • green value is 230;
  • blue value is 223.
RGB:
(222,230,223)
(87%,90%,87%)

RGB channels and saturation

R 222 of 255 = 87%
G 230 of 255 = 90%
B 223 of 255 = 87%

222
230
223

R + G + B ~ 88%. #DEE6DF is light color.

Portions of RGB colors in percentages

R + G + B =
222 + 230 + 223 = 675 (100%)
R 222 of 675 ~ 32.89%
G 230 of 675 ~ 34.07%
B 223 of 675 ~ 33.04%

%32.89
%34.07
%33.04

CMYK color model

#DEE6DF color CMYK value is (3,0,3,10).

  • cyan value is 3.48%
  • magenta value is 0.00%
  • yellow value is 3.04%
  • key color value is 9.80%
CMYK:
(3,0,3,10)
C3M0Y3K10 
(3%,0%,3%,10%)
(0.03/0.00/0.03/0.10)	

CMYK percentages

%3.48
%0
%3.04
%9.8

Codes

Color #DEE6DF in popluar color models

DEE6DF
RGB222230223
HSL128°13.79%88.63%
HSB/HSV128°3.48%90.20%
CMYK3.48%0.00%3.04%
9.80%

Color #DEE6DF in popluar number systems.

HEXDEE6DF
Decimal222230223
Binary110111101110011011011111
Octal336346337

Shades and tints

Shades of #DEE6DF

#DEE6DF
(222,230,223)
#CAD2CB
(202,210,203)
#B6BEB7
(182,190,183)
#A2AAA3
(162,170,163)
#8E968F
(142,150,143)
#7A827B
(122,130,123)
#666E67
(102,110,103)
#525A53
(82,90,83)
#3E463F
(62,70,63)
#2A322B
(42,50,43)
#161E17
(22,30,23)
#000000
(0,0,0)

Tints of #DEE6DF

#DEE6DF
(222,230,223)
#E1E8E1
(225,232,225)
#E4EAE3
(228,234,227)
#E7ECE5
(231,236,229)
#EAEEE7
(234,238,231)
#EDF0E9
(237,240,233)
#F0F2EB
(240,242,235)
#F3F4ED
(243,244,237)
#F6F6EF
(246,246,239)
#F9F8F1
(249,248,241)
#FCFAF3
(252,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DEE6DF color. Also use rgb(222,230,223) instead hex code.

Text Font Color

.myTextColor { color: #DEE6DF; }

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

This text font color is #DEE6DF.


Background Color

.myBgColor { background-color: #DEE6DF; }

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

This div background color is #DEE6DF.


Border color

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

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

This div border color is #DEE6DF.


Opacity

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

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

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

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

This text has shadow with #DEE6DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEE6DF on black background.


Color preview on white background

This text has color #DEE6DF on white background.



Black color preview on #DEE6DF background

This text has black color on #DEE6DF background.


White color preview on #DEE6DF background

This text has white color on #DEE6DF background.