COLOR #DEE5EF

HEX: #DEE5EF RGB: (222,229,239)

Color info

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

RGB color model

#DEE5EF color RGB value is (222,229,239).

RGB: (222,229,239) (87%, 90%, 94%)

RGB channels and saturation

R 222 of 255 = 87%
G 229 of 255 = 90%
B 239 of 255 = 94%

222
229
239

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

Portions of RGB colors in percentages

R + G + B = 222 + 229 + 239 = 690 (100%)
R 222 of 690 ~ 32.17%
G 229 of 690 ~ 33.19%
B 239 of 690 ~ 34.64'%

%32.17
%33.19
%34.64

CMYK color model

#DEE5EF color CMYK value is (7,4,0,6).

  • cyan value is 7.11%
  • magenta value is 4.18%
  • yellow value is 0.00%
  • key color value is 6.27%

CMYK: (7,4,0,6)
C7M4Y0K6 (7%, 4%, 0%, 6%)
(0.07 / 0.04 / 0.00 / 0.06)

CMYK percentages

%7.11
%4.18
%0
%6.27

Codes

Color #DEE5EF in popluar color models

DE E5 EF
RGB 222 229 239
HSL 215° 34.69% 90.39%
HSB/HSV 215° 7.11% 93.73%
CMYK 7.11% 4.18% 0.00%
6.27%

Color #DEE5EF in popluar number systems.

HEX DE E5 EF
Decimal 222 229 239
Binary 11011110 11100101 11101111
Octal 336 345 357

Shades and tints

Shades of #DEE5EF

#DEE5EF
(222,229,239)
#CAD1DA
(202,209,218)
#B6BDC5
(182,189,197)
#A2A9B0
(162,169,176)
#8E959B
(142,149,155)
#7A8186
(122,129,134)
#666D71
(102,109,113)
#52595C
(82,89,92)
#3E4547
(62,69,71)
#2A3132
(42,49,50)
#161D1D
(22,29,29)
#000000
(0,0,0)

Tints of #DEE5EF

#DEE5EF
(222,229,239)
#E1E7F0
(225,231,240)
#E4E9F1
(228,233,241)
#E7EBF2
(231,235,242)
#EAEDF3
(234,237,243)
#EDEFF4
(237,239,244)
#F0F1F5
(240,241,245)
#F3F3F6
(243,243,246)
#F6F5F7
(246,245,247)
#F9F7F8
(249,247,248)
#FCF9F9
(252,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DEE5EF; }

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

This text font color is #DEE5EF.

Background Color

.myBgColor { background-color: #DEE5EF; }

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

This div background color is #DEE5EF.

Border color

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

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

This div border color is #DEE5EF.

Opacity

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

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

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

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

This text has shadow with #DEE5EF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DEE5EF.

Preview

Color preview on black background

This text has color #DEE5EF on black background.


Color preview on white background

This text has color #DEE5EF on white background.


Black color preview on #DEE5EF background

This text has black color on #DEE5EF background.


White color preview on #DEE5EF background

This text has white color on #DEE5EF background.


Related colors

Complementary color

Complementary color for #hex is #211A10.


I love getcolorcode.com

Triadic colors

1 #EFDEE5 and #E5EFDE with #DEE5EF are triadic colors.

2 #EFE5DE and #E5DEEF with #DEE5EF are triadic colors.