COLOR #DEE2EF

HEX: #DEE2EF RGB: (222,226,239)

Color info

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

RGB color model

#DEE2EF color RGB value is (222,226,239).

RGB: (222,226,239) (87%, 89%, 94%)

RGB channels and saturation

R 222 of 255 = 87%
G 226 of 255 = 89%
B 239 of 255 = 94%

222
226
239

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

Portions of RGB colors in percentages

R + G + B = 222 + 226 + 239 = 687 (100%)
R 222 of 687 ~ 32.31%
G 226 of 687 ~ 32.9%
B 239 of 687 ~ 34.79'%

%32.31
%32.9
%34.79

CMYK color model

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

  • cyan value is 7.11%
  • magenta value is 5.44%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK: (7,5,0,6) C7M5Y0K6 (7%,5%,0%,6%) (0.07/0.05/0.00/0.06) 

CMYK percentages

%7.11
%5.44
%0
%6.27

Codes

Color #DEE2EF in popluar color models

DE E2 EF
RGB 222 226 239
HSL 226° 34.69% 90.39%
HSB/HSV 226° 7.11% 93.73%
CMYK 7.11% 5.44% 0.00%
6.27%

Color #DEE2EF in popluar number systems.

HEX DE E2 EF
Decimal 222 226 239
Binary 11011110 11100010 11101111
Octal 336 342 357

Shades and tints

Shades of #DEE2EF

#DEE2EF
(222,226,239)
#CACEDA
(202,206,218)
#B6BAC5
(182,186,197)
#A2A6B0
(162,166,176)
#8E929B
(142,146,155)
#7A7E86
(122,126,134)
#666A71
(102,106,113)
#52565C
(82,86,92)
#3E4247
(62,66,71)
#2A2E32
(42,46,50)
#161A1D
(22,26,29)
#000000
(0,0,0)

Tints of #DEE2EF

#DEE2EF
(222,226,239)
#E1E4F0
(225,228,240)
#E4E6F1
(228,230,241)
#E7E8F2
(231,232,242)
#EAEAF3
(234,234,243)
#EDECF4
(237,236,244)
#F0EEF5
(240,238,245)
#F3F0F6
(243,240,246)
#F6F2F7
(246,242,247)
#F9F4F8
(249,244,248)
#FCF6F9
(252,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DEE2EF color. Also use rgb(222,226,239) instead hex code.

Text Font Color

.myTextColor { color: #DEE2EF; }

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

This text font color is #DEE2EF.

Background Color

.myBgColor { background-color: #DEE2EF; }

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

This div background color is #DEE2EF.

Border color

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

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

This div border color is #DEE2EF.

Opacity

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

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

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

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

This text has shadow with #DEE2EF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DEE2EF.

Preview

Color preview on black background

This text has color #DEE2EF on black background.


Color preview on white background

This text has color #DEE2EF on white background.


Black color preview on #DEE2EF background

This text has black color on #DEE2EF background.


White color preview on #DEE2EF background

This text has white color on #DEE2EF background.


Related colors

Complementary color

Complementary color for #hex is #211D10.


I love getcolorcode.com

Triadic colors

1 #EFDEE2 and #E2EFDE with #DEE2EF are triadic colors.

2 #EFE2DE and #E2DEEF with #DEE2EF are triadic colors.