COLOR #DEF4FA

HEX: #DEF4FA RGB: (222,244,250)

Color info

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

RGB color model

#DEF4FA color RGB value is (222,244,250).

RGB: (222,244,250) (87%, 96%, 98%)

RGB channels and saturation

R 222 of 255 = 87%
G 244 of 255 = 96%
B 250 of 255 = 98%

222
244
250

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

Portions of RGB colors in percentages

R + G + B = 222 + 244 + 250 = 716 (100%)
R 222 of 716 ~ 31.01%
G 244 of 716 ~ 34.08%
B 250 of 716 ~ 34.92'%

%31.01
%34.08
%34.92

CMYK color model

#DEF4FA color CMYK value is (11,2,0,2).

  • cyan value is 11.20%
  • magenta value is 2.40%
  • yellow value is 0.00%
  • key color value is 1.96%

CMYK: (11,2,0,2)
C11M2Y0K2 (11%, 2%, 0%, 2%)
(0.11 / 0.02 / 0.00 / 0.02)

CMYK percentages

%11.2
%2.4
%0
%1.96

Codes

Color #DEF4FA in popluar color models

DE F4 FA
RGB 222 244 250
HSL 193° 73.68% 92.55%
HSB/HSV 193° 11.20% 98.04%
CMYK 11.20% 2.40% 0.00%
1.96%

Color #DEF4FA in popluar number systems.

HEX DE F4 FA
Decimal 222 244 250
Binary 11011110 11110100 11111010
Octal 336 364 372

Shades and tints

Shades of #DEF4FA

#DEF4FA
(222,244,250)
#CADEE4
(202,222,228)
#B6C8CE
(182,200,206)
#A2B2B8
(162,178,184)
#8E9CA2
(142,156,162)
#7A868C
(122,134,140)
#667076
(102,112,118)
#525A60
(82,90,96)
#3E444A
(62,68,74)
#2A2E34
(42,46,52)
#16181E
(22,24,30)
#000000
(0,0,0)

Tints of #DEF4FA

#DEF4FA
(222,244,250)
#E1F5FA
(225,245,250)
#E4F6FA
(228,246,250)
#E7F7FA
(231,247,250)
#EAF8FA
(234,248,250)
#EDF9FA
(237,249,250)
#F0FAFA
(240,250,250)
#F3FBFA
(243,251,250)
#F6FCFA
(246,252,250)
#F9FDFA
(249,253,250)
#FCFEFA
(252,254,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DEF4FA; }

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

This text font color is #DEF4FA.

Background Color

.myBgColor { background-color: #DEF4FA; }

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

This div background color is #DEF4FA.

Border color

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

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

This div border color is #DEF4FA.

Opacity

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

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

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

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

This text has shadow with #DEF4FA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DEF4FA.

Preview

Color preview on black background

This text has color #DEF4FA on black background.


Color preview on white background

This text has color #DEF4FA on white background.


Black color preview on #DEF4FA background

This text has black color on #DEF4FA background.


White color preview on #DEF4FA background

This text has white color on #DEF4FA background.


Related colors

Complementary color

Complementary color for #hex is #210B05.


I love getcolorcode.com

Triadic colors

1 #FADEF4 and #F4FADE with #DEF4FA are triadic colors.

2 #FAF4DE and #F4DEFA with #DEF4FA are triadic colors.