COLOR #DEE3EE

HEX: #DEE3EE RGB: (222,227,238)

Color info

#DEE3EE contains red, green and blue colors in about the same proportion. Web safe color of #DEE3EE is #CCCCFF (or #CCF).

RGB color model

#DEE3EE color RGB value is (222,227,238).

RGB: (222,227,238) (87%, 89%, 93%)

RGB channels and saturation

R 222 of 255 = 87%
G 227 of 255 = 89%
B 238 of 255 = 93%

222
227
238

R + G + B ~ 90%. #DEE3EE is light color.

Portions of RGB colors in percentages

R + G + B = 222 + 227 + 238 = 687 (100%)
R 222 of 687 ~ 32.31%
G 227 of 687 ~ 33.04%
B 238 of 687 ~ 34.64'%

%32.31
%33.04
%34.64

CMYK color model

#DEE3EE color CMYK value is (7,5,0,7).

  • cyan value is 6.72%
  • magenta value is 4.62%
  • yellow value is 0.00%
  • key color value is 6.67%

CMYK: (7,5,0,7)
C7M5Y0K7 (7%, 5%, 0%, 7%)
(0.07 / 0.05 / 0.00 / 0.07)

CMYK percentages

%6.72
%4.62
%0
%6.67

Codes

Color #DEE3EE in popluar color models

DE E3 EE
RGB 222 227 238
HSL 221° 32.00% 90.20%
HSB/HSV 221° 6.72% 93.33%
CMYK 6.72% 4.62% 0.00%
6.67%

Color #DEE3EE in popluar number systems.

HEX DE E3 EE
Decimal 222 227 238
Binary 11011110 11100011 11101110
Octal 336 343 356

Shades and tints

Shades of #DEE3EE

#DEE3EE
(222,227,238)
#CACFD9
(202,207,217)
#B6BBC4
(182,187,196)
#A2A7AF
(162,167,175)
#8E939A
(142,147,154)
#7A7F85
(122,127,133)
#666B70
(102,107,112)
#52575B
(82,87,91)
#3E4346
(62,67,70)
#2A2F31
(42,47,49)
#161B1C
(22,27,28)
#000000
(0,0,0)

Tints of #DEE3EE

#DEE3EE
(222,227,238)
#E1E5EF
(225,229,239)
#E4E7F0
(228,231,240)
#E7E9F1
(231,233,241)
#EAEBF2
(234,235,242)
#EDEDF3
(237,237,243)
#F0EFF4
(240,239,244)
#F3F1F5
(243,241,245)
#F6F3F6
(246,243,246)
#F9F5F7
(249,245,247)
#FCF7F8
(252,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DEE3EE; }

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

This text font color is #DEE3EE.

Background Color

.myBgColor { background-color: #DEE3EE; }

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

This div background color is #DEE3EE.

Border color

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

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

This div border color is #DEE3EE.

Opacity

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

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

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

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

This text has shadow with #DEE3EE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DEE3EE.

Preview

Color preview on black background

This text has color #DEE3EE on black background.


Color preview on white background

This text has color #DEE3EE on white background.


Black color preview on #DEE3EE background

This text has black color on #DEE3EE background.


White color preview on #DEE3EE background

This text has white color on #DEE3EE background.


Related colors

Complementary color

Complementary color for #hex is #211C11.


I love getcolorcode.com

Triadic colors

1 #EEDEE3 and #E3EEDE with #DEE3EE are triadic colors.

2 #EEE3DE and #E3DEEE with #DEE3EE are triadic colors.