COLOR #DEF4FC

HEX: #DEF4FC
RGB: (222,244,252)

Color info

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

RGB color model

#DEF4FC color RGB value is (222,244,252).

  • red value is 222;
  • green value is 244;
  • blue value is 252.
RGB:
(222,244,252)
(87%,96%,99%)

RGB channels and saturation

R 222 of 255 = 87%
G 244 of 255 = 96%
B 252 of 255 = 99%

222
244
252

R + G + B ~ 94%. #DEF4FC is light color.

Portions of RGB colors in percentages

R + G + B =
222 + 244 + 252 = 718 (100%)
R 222 of 718 ~ 30.92%
G 244 of 718 ~ 33.98%
B 252 of 718 ~ 35.1%

%30.92
%33.98
%35.1

CMYK color model

#DEF4FC color CMYK value is (12,3,0,1).

  • cyan value is 11.90%
  • magenta value is 3.17%
  • yellow value is 0.00%
  • key color value is 1.18%
CMYK:
(12,3,0,1)
C12M3Y0K1 
(12%,3%,0%,1%)
(0.12/0.03/0.00/0.01)	

CMYK percentages

%11.9
%3.17
%0
%1.18

Codes

Color #DEF4FC in popluar color models

DEF4FC
RGB222244252
HSL196°83.33%92.94%
HSB/HSV196°11.90%98.82%
CMYK11.90%3.17%0.00%
1.18%

Color #DEF4FC in popluar number systems.

HEXDEF4FC
Decimal222244252
Binary110111101111010011111100
Octal336364374

Shades and tints

Shades of #DEF4FC

#DEF4FC
(222,244,252)
#CADEE6
(202,222,230)
#B6C8D0
(182,200,208)
#A2B2BA
(162,178,186)
#8E9CA4
(142,156,164)
#7A868E
(122,134,142)
#667078
(102,112,120)
#525A62
(82,90,98)
#3E444C
(62,68,76)
#2A2E36
(42,46,54)
#161820
(22,24,32)
#000000
(0,0,0)

Tints of #DEF4FC

#DEF4FC
(222,244,252)
#E1F5FC
(225,245,252)
#E4F6FC
(228,246,252)
#E7F7FC
(231,247,252)
#EAF8FC
(234,248,252)
#EDF9FC
(237,249,252)
#F0FAFC
(240,250,252)
#F3FBFC
(243,251,252)
#F6FCFC
(246,252,252)
#F9FDFC
(249,253,252)
#FCFEFC
(252,254,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DEF4FC color. Also use rgb(222,244,252) instead hex code.

Text Font Color

.myTextColor { color: #DEF4FC; }

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

This text font color is #DEF4FC.


Background Color

.myBgColor { background-color: #DEF4FC; }

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

This div background color is #DEF4FC.


Border color

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

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

This div border color is #DEF4FC.


Opacity

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

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

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

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

This text has shadow with #DEF4FC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEF4FC on black background.


Color preview on white background

This text has color #DEF4FC on white background.



Black color preview on #DEF4FC background

This text has black color on #DEF4FC background.


White color preview on #DEF4FC background

This text has white color on #DEF4FC background.