COLOR #DEE5FB

HEX: #DEE5FB RGB: (222,229,251)

Color info

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

RGB color model

#DEE5FB color RGB value is (222,229,251).

RGB: (222,229,251) (87%, 90%, 98%)

RGB channels and saturation

R 222 of 255 = 87%
G 229 of 255 = 90%
B 251 of 255 = 98%

222
229
251

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

Portions of RGB colors in percentages

R + G + B = 222 + 229 + 251 = 702 (100%)
R 222 of 702 ~ 31.62%
G 229 of 702 ~ 32.62%
B 251 of 702 ~ 35.75'%

%31.62
%32.62
%35.75

CMYK color model

#DEE5FB color CMYK value is (12,9,0,2).

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

CMYK: (12,9,0,2)
C12M9Y0K2 (12%, 9%, 0%, 2%)
(0.12 / 0.09 / 0.00 / 0.02)

CMYK percentages

%11.55
%8.76
%0
%1.57

Codes

Color #DEE5FB in popluar color models

DE E5 FB
RGB 222 229 251
HSL 226° 78.38% 92.75%
HSB/HSV 226° 11.55% 98.43%
CMYK 11.55% 8.76% 0.00%
1.57%

Color #DEE5FB in popluar number systems.

HEX DE E5 FB
Decimal 222 229 251
Binary 11011110 11100101 11111011
Octal 336 345 373

Shades and tints

Shades of #DEE5FB

#DEE5FB
(222,229,251)
#CAD1E5
(202,209,229)
#B6BDCF
(182,189,207)
#A2A9B9
(162,169,185)
#8E95A3
(142,149,163)
#7A818D
(122,129,141)
#666D77
(102,109,119)
#525961
(82,89,97)
#3E454B
(62,69,75)
#2A3135
(42,49,53)
#161D1F
(22,29,31)
#000000
(0,0,0)

Tints of #DEE5FB

#DEE5FB
(222,229,251)
#E1E7FB
(225,231,251)
#E4E9FB
(228,233,251)
#E7EBFB
(231,235,251)
#EAEDFB
(234,237,251)
#EDEFFB
(237,239,251)
#F0F1FB
(240,241,251)
#F3F3FB
(243,243,251)
#F6F5FB
(246,245,251)
#F9F7FB
(249,247,251)
#FCF9FB
(252,249,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DEE5FB; }

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

This text font color is #DEE5FB.

Background Color

.myBgColor { background-color: #DEE5FB; }

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

This div background color is #DEE5FB.

Border color

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

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

This div border color is #DEE5FB.

Opacity

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

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

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

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

This text has shadow with #DEE5FB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DEE5FB.

Preview

Color preview on black background

This text has color #DEE5FB on black background.


Color preview on white background

This text has color #DEE5FB on white background.


Black color preview on #DEE5FB background

This text has black color on #DEE5FB background.


White color preview on #DEE5FB background

This text has white color on #DEE5FB background.


Related colors

Complementary color

Complementary color for #hex is #211A04.


I love getcolorcode.com

Triadic colors

1 #FBDEE5 and #E5FBDE with #DEE5FB are triadic colors.

2 #FBE5DE and #E5DEFB with #DEE5FB are triadic colors.