COLOR #DEEEFD

HEX: #DEEEFD
RGB: (222,238,253)

Color info

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

RGB color model

#DEEEFD color RGB value is (222,238,253).

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

RGB channels and saturation

R 222 of 255 = 87%
G 238 of 255 = 93%
B 253 of 255 = 99%

222
238
253

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

Portions of RGB colors in percentages

R + G + B =
222 + 238 + 253 = 713 (100%)
R 222 of 713 ~ 31.14%
G 238 of 713 ~ 33.38%
B 253 of 713 ~ 35.48%

%31.14
%33.38
%35.48

CMYK color model

#DEEEFD color CMYK value is (12,6,0,1).

  • cyan value is 12.25%
  • magenta value is 5.93%
  • yellow value is 0.00%
  • key color value is 0.78%
CMYK:
(12,6,0,1)
C12M6Y0K1 
(12%,6%,0%,1%)
(0.12/0.06/0.00/0.01)	

CMYK percentages

%12.25
%5.93
%0
%0.78

Codes

Color #DEEEFD in popluar color models

DEEEFD
RGB222238253
HSL209°88.57%93.14%
HSB/HSV209°12.25%99.22%
CMYK12.25%5.93%0.00%
0.78%

Color #DEEEFD in popluar number systems.

HEXDEEEFD
Decimal222238253
Binary110111101110111011111101
Octal336356375

Shades and tints

Shades of #DEEEFD

#DEEEFD
(222,238,253)
#CAD9E6
(202,217,230)
#B6C4CF
(182,196,207)
#A2AFB8
(162,175,184)
#8E9AA1
(142,154,161)
#7A858A
(122,133,138)
#667073
(102,112,115)
#525B5C
(82,91,92)
#3E4645
(62,70,69)
#2A312E
(42,49,46)
#161C17
(22,28,23)
#000000
(0,0,0)

Tints of #DEEEFD

#DEEEFD
(222,238,253)
#E1EFFD
(225,239,253)
#E4F0FD
(228,240,253)
#E7F1FD
(231,241,253)
#EAF2FD
(234,242,253)
#EDF3FD
(237,243,253)
#F0F4FD
(240,244,253)
#F3F5FD
(243,245,253)
#F6F6FD
(246,246,253)
#F9F7FD
(249,247,253)
#FCF8FD
(252,248,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DEEEFD; }

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

This text font color is #DEEEFD.


Background Color

.myBgColor { background-color: #DEEEFD; }

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

This div background color is #DEEEFD.


Border color

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

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

This div border color is #DEEEFD.


Opacity

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

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

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

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

This text has shadow with #DEEEFD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEEEFD on black background.


Color preview on white background

This text has color #DEEEFD on white background.



Black color preview on #DEEEFD background

This text has black color on #DEEEFD background.


White color preview on #DEEEFD background

This text has white color on #DEEEFD background.