COLOR #DEE7F5

HEX: #DEE7F5 RGB: (222,231,245)

Color info

#DEE7F5 contains red, green and blue colors in about the same proportion. Web safe color of #DEE7F5 is #CCFFFF (or #CFF).

RGB color model

#DEE7F5 color RGB value is (222,231,245).

RGB: (222,231,245) (87%, 91%, 96%)

RGB channels and saturation

R 222 of 255 = 87%
G 231 of 255 = 91%
B 245 of 255 = 96%

222
231
245

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

Portions of RGB colors in percentages

R + G + B = 222 + 231 + 245 = 698 (100%)
R 222 of 698 ~ 31.81%
G 231 of 698 ~ 33.09%
B 245 of 698 ~ 35.1'%

%31.81
%33.09
%35.1

CMYK color model

#DEE7F5 color CMYK value is (9,6,0,4).

  • cyan value is 9.39%
  • magenta value is 5.71%
  • yellow value is 0.00%
  • key color value is 3.92%

CMYK: (9,6,0,4)
C9M6Y0K4 (9%, 6%, 0%, 4%)
(0.09 / 0.06 / 0.00 / 0.04)

CMYK percentages

%9.39
%5.71
%0
%3.92

Codes

Color #DEE7F5 in popluar color models

DE E7 F5
RGB 222 231 245
HSL 217° 53.49% 91.57%
HSB/HSV 217° 9.39% 96.08%
CMYK 9.39% 5.71% 0.00%
3.92%

Color #DEE7F5 in popluar number systems.

HEX DE E7 F5
Decimal 222 231 245
Binary 11011110 11100111 11110101
Octal 336 347 365

Shades and tints

Shades of #DEE7F5

#DEE7F5
(222,231,245)
#CAD2DF
(202,210,223)
#B6BDC9
(182,189,201)
#A2A8B3
(162,168,179)
#8E939D
(142,147,157)
#7A7E87
(122,126,135)
#666971
(102,105,113)
#52545B
(82,84,91)
#3E3F45
(62,63,69)
#2A2A2F
(42,42,47)
#161519
(22,21,25)
#000000
(0,0,0)

Tints of #DEE7F5

#DEE7F5
(222,231,245)
#E1E9F5
(225,233,245)
#E4EBF5
(228,235,245)
#E7EDF5
(231,237,245)
#EAEFF5
(234,239,245)
#EDF1F5
(237,241,245)
#F0F3F5
(240,243,245)
#F3F5F5
(243,245,245)
#F6F7F5
(246,247,245)
#F9F9F5
(249,249,245)
#FCFBF5
(252,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DEE7F5; }

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

This text font color is #DEE7F5.

Background Color

.myBgColor { background-color: #DEE7F5; }

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

This div background color is #DEE7F5.

Border color

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

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

This div border color is #DEE7F5.

Opacity

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

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

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

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

This text has shadow with #DEE7F5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DEE7F5.

Preview

Color preview on black background

This text has color #DEE7F5 on black background.


Color preview on white background

This text has color #DEE7F5 on white background.


Black color preview on #DEE7F5 background

This text has black color on #DEE7F5 background.


White color preview on #DEE7F5 background

This text has white color on #DEE7F5 background.


Related colors

Complementary color

Complementary color for #hex is #21180A.


I love getcolorcode.com

Triadic colors

1 #F5DEE7 and #E7F5DE with #DEE7F5 are triadic colors.

2 #F5E7DE and #E7DEF5 with #DEE7F5 are triadic colors.