COLOR #DEE7FB

HEX: #DEE7FB RGB: (222,231,251)

Color info

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

RGB color model

#DEE7FB color RGB value is (222,231,251).

RGB: (222,231,251) (87%, 91%, 98%)

RGB channels and saturation

R 222 of 255 = 87%
G 231 of 255 = 91%
B 251 of 255 = 98%

222
231
251

R + G + B ~ 92%. #DEE7FB is light color.

Portions of RGB colors in percentages

R + G + B = 222 + 231 + 251 = 704 (100%)
R 222 of 704 ~ 31.53%
G 231 of 704 ~ 32.81%
B 251 of 704 ~ 35.65'%

%31.53
%32.81
%35.65

CMYK color model

#DEE7FB color CMYK value is (12,8,0,2).

  • cyan value is 11.55%
  • magenta value is 7.97%
  • yellow value is 0.00%
  • key color value is 1.57%

CMYK: (12,8,0,2)
C12M8Y0K2 (12%, 8%, 0%, 2%)
(0.12 / 0.08 / 0.00 / 0.02)

CMYK percentages

%11.55
%7.97
%0
%1.57

Codes

Color #DEE7FB in popluar color models

DE E7 FB
RGB 222 231 251
HSL 221° 78.38% 92.75%
HSB/HSV 221° 11.55% 98.43%
CMYK 11.55% 7.97% 0.00%
1.57%

Color #DEE7FB in popluar number systems.

HEX DE E7 FB
Decimal 222 231 251
Binary 11011110 11100111 11111011
Octal 336 347 373

Shades and tints

Shades of #DEE7FB

#DEE7FB
(222,231,251)
#CAD2E5
(202,210,229)
#B6BDCF
(182,189,207)
#A2A8B9
(162,168,185)
#8E93A3
(142,147,163)
#7A7E8D
(122,126,141)
#666977
(102,105,119)
#525461
(82,84,97)
#3E3F4B
(62,63,75)
#2A2A35
(42,42,53)
#16151F
(22,21,31)
#000000
(0,0,0)

Tints of #DEE7FB

#DEE7FB
(222,231,251)
#E1E9FB
(225,233,251)
#E4EBFB
(228,235,251)
#E7EDFB
(231,237,251)
#EAEFFB
(234,239,251)
#EDF1FB
(237,241,251)
#F0F3FB
(240,243,251)
#F3F5FB
(243,245,251)
#F6F7FB
(246,247,251)
#F9F9FB
(249,249,251)
#FCFBFB
(252,251,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DEE7FB; }

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

This text font color is #DEE7FB.

Background Color

.myBgColor { background-color: #DEE7FB; }

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

This div background color is #DEE7FB.

Border color

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

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

This div border color is #DEE7FB.

Opacity

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

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

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

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

This text has shadow with #DEE7FB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DEE7FB.

Preview

Color preview on black background

This text has color #DEE7FB on black background.


Color preview on white background

This text has color #DEE7FB on white background.


Black color preview on #DEE7FB background

This text has black color on #DEE7FB background.


White color preview on #DEE7FB background

This text has white color on #DEE7FB background.


Related colors

Complementary color

Complementary color for #hex is #211804.


I love getcolorcode.com

Triadic colors

1 #FBDEE7 and #E7FBDE with #DEE7FB are triadic colors.

2 #FBE7DE and #E7DEFB with #DEE7FB are triadic colors.