COLOR #DEE2F5

HEX: #DEE2F5
RGB: (222,226,245)

Color info

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

RGB color model

#DEE2F5 color RGB value is (222,226,245).

  • red value is 222;
  • green value is 226;
  • blue value is 245.
RGB:
(222,226,245)
(87%,89%,96%)

RGB channels and saturation

R 222 of 255 = 87%
G 226 of 255 = 89%
B 245 of 255 = 96%

222
226
245

R + G + B ~ 91%. #DEE2F5 is light color.

Portions of RGB colors in percentages

R + G + B =
222 + 226 + 245 = 693 (100%)
R 222 of 693 ~ 32.03%
G 226 of 693 ~ 32.61%
B 245 of 693 ~ 35.35%

%32.03
%32.61
%35.35

CMYK color model

#DEE2F5 color CMYK value is (9,8,0,4).

  • cyan value is 9.39%
  • magenta value is 7.76%
  • yellow value is 0.00%
  • key color value is 3.92%
CMYK:
(9,8,0,4)
C9M8Y0K4 
(9%,8%,0%,4%)
(0.09/0.08/0.00/0.04)	

CMYK percentages

%9.39
%7.76
%0
%3.92

Codes

Color #DEE2F5 in popluar color models

DEE2F5
RGB222226245
HSL230°53.49%91.57%
HSB/HSV230°9.39%96.08%
CMYK9.39%7.76%0.00%
3.92%

Color #DEE2F5 in popluar number systems.

HEXDEE2F5
Decimal222226245
Binary110111101110001011110101
Octal336342365

Shades and tints

Shades of #DEE2F5

#DEE2F5
(222,226,245)
#CACEDF
(202,206,223)
#B6BAC9
(182,186,201)
#A2A6B3
(162,166,179)
#8E929D
(142,146,157)
#7A7E87
(122,126,135)
#666A71
(102,106,113)
#52565B
(82,86,91)
#3E4245
(62,66,69)
#2A2E2F
(42,46,47)
#161A19
(22,26,25)
#000000
(0,0,0)

Tints of #DEE2F5

#DEE2F5
(222,226,245)
#E1E4F5
(225,228,245)
#E4E6F5
(228,230,245)
#E7E8F5
(231,232,245)
#EAEAF5
(234,234,245)
#EDECF5
(237,236,245)
#F0EEF5
(240,238,245)
#F3F0F5
(243,240,245)
#F6F2F5
(246,242,245)
#F9F4F5
(249,244,245)
#FCF6F5
(252,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DEE2F5; }

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

This text font color is #DEE2F5.


Background Color

.myBgColor { background-color: #DEE2F5; }

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

This div background color is #DEE2F5.


Border color

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

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

This div border color is #DEE2F5.


Opacity

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

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

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

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

This text has shadow with #DEE2F5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEE2F5 on black background.


Color preview on white background

This text has color #DEE2F5 on white background.



Black color preview on #DEE2F5 background

This text has black color on #DEE2F5 background.


White color preview on #DEE2F5 background

This text has white color on #DEE2F5 background.