COLOR #DEE3EF

HEX: #DEE3EF
RGB: (222,227,239)

Color info

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

RGB color model

#DEE3EF color RGB value is (222,227,239).

  • red value is 222;
  • green value is 227;
  • blue value is 239.
RGB: (222,227,239) (87%,89%,94%)

RGB channels and saturation

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

222
227
239

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

Portions of RGB colors in percentages

R + G + B =
222 + 227 + 239 = 688 (100%)
R 222 of 688 ~ 32.27%
G 227 of 688 ~ 32.99%
B 239 of 688 ~ 34.74%

%32.27
%32.99
%34.74

CMYK color model

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

  • cyan value is 7.11%
  • magenta value is 5.02%
  • 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.02
%0
%6.27

Codes

Color #DEE3EF in popluar color models

DEE3EF
RGB222227239
HSL222°34.69%90.39%
HSB/HSV222°7.11%93.73%
CMYK7.11%5.02%0.00%
6.27%

Color #DEE3EF in popluar number systems.

HEXDEE3EF
Decimal222227239
Binary110111101110001111101111
Octal336343357

Shades and tints

Shades of #DEE3EF

#DEE3EF
(222,227,239)
#CACFDA
(202,207,218)
#B6BBC5
(182,187,197)
#A2A7B0
(162,167,176)
#8E939B
(142,147,155)
#7A7F86
(122,127,134)
#666B71
(102,107,113)
#52575C
(82,87,92)
#3E4347
(62,67,71)
#2A2F32
(42,47,50)
#161B1D
(22,27,29)
#000000
(0,0,0)

Tints of #DEE3EF

#DEE3EF
(222,227,239)
#E1E5F0
(225,229,240)
#E4E7F1
(228,231,241)
#E7E9F2
(231,233,242)
#EAEBF3
(234,235,243)
#EDEDF4
(237,237,244)
#F0EFF5
(240,239,245)
#F3F1F6
(243,241,246)
#F6F3F7
(246,243,247)
#F9F5F8
(249,245,248)
#FCF7F9
(252,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DEE3EF; }

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

This text font color is #DEE3EF.


Background Color

.myBgColor { background-color: #DEE3EF; }

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

This div background color is #DEE3EF.


Border color

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

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

This div border color is #DEE3EF.


Opacity

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

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

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

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

This text has shadow with #DEE3EF color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #DEE3EF on black background.


Color preview on white background

This text has color #DEE3EF on white background.



Black color preview on #DEE3EF background

This text has black color on #DEE3EF background.


White color preview on #DEE3EF background

This text has white color on #DEE3EF background.