COLOR #DEEEFB

HEX: #DEEEFB
RGB: (222,238,251)

Color info

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

RGB color model

#DEEEFB color RGB value is (222,238,251).

  • red value is 222;
  • green value is 238;
  • blue value is 251.
RGB:
(222,238,251)
(87%,93%,98%)

RGB channels and saturation

R 222 of 255 = 87%
G 238 of 255 = 93%
B 251 of 255 = 98%

222
238
251

R + G + B ~ 93%. #DEEEFB is light color.

Portions of RGB colors in percentages

R + G + B =
222 + 238 + 251 = 711 (100%)
R 222 of 711 ~ 31.22%
G 238 of 711 ~ 33.47%
B 251 of 711 ~ 35.3%

%31.22
%33.47
%35.3

CMYK color model

#DEEEFB color CMYK value is (12,5,0,2).

  • cyan value is 11.55%
  • magenta value is 5.18%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK:
(12,5,0,2)
C12M5Y0K2 
(12%,5%,0%,2%)
(0.12/0.05/0.00/0.02)	

CMYK percentages

%11.55
%5.18
%0
%1.57

Codes

Color #DEEEFB in popluar color models

DEEEFB
RGB222238251
HSL207°78.38%92.75%
HSB/HSV207°11.55%98.43%
CMYK11.55%5.18%0.00%
1.57%

Color #DEEEFB in popluar number systems.

HEXDEEEFB
Decimal222238251
Binary110111101110111011111011
Octal336356373

Shades and tints

Shades of #DEEEFB

#DEEEFB
(222,238,251)
#CAD9E5
(202,217,229)
#B6C4CF
(182,196,207)
#A2AFB9
(162,175,185)
#8E9AA3
(142,154,163)
#7A858D
(122,133,141)
#667077
(102,112,119)
#525B61
(82,91,97)
#3E464B
(62,70,75)
#2A3135
(42,49,53)
#161C1F
(22,28,31)
#000000
(0,0,0)

Tints of #DEEEFB

#DEEEFB
(222,238,251)
#E1EFFB
(225,239,251)
#E4F0FB
(228,240,251)
#E7F1FB
(231,241,251)
#EAF2FB
(234,242,251)
#EDF3FB
(237,243,251)
#F0F4FB
(240,244,251)
#F3F5FB
(243,245,251)
#F6F6FB
(246,246,251)
#F9F7FB
(249,247,251)
#FCF8FB
(252,248,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DEEEFB; }

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

This text font color is #DEEEFB.


Background Color

.myBgColor { background-color: #DEEEFB; }

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

This div background color is #DEEEFB.


Border color

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

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

This div border color is #DEEEFB.


Opacity

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

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

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

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

This text has shadow with #DEEEFB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEEEFB on black background.


Color preview on white background

This text has color #DEEEFB on white background.



Black color preview on #DEEEFB background

This text has black color on #DEEEFB background.


White color preview on #DEEEFB background

This text has white color on #DEEEFB background.