COLOR #DEF2FB

HEX: #DEF2FB RGB: (222,242,251)

Color info

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

RGB color model

#DEF2FB color RGB value is (222,242,251).

RGB: (222,242,251) (87%, 95%, 98%)

RGB channels and saturation

R 222 of 255 = 87%
G 242 of 255 = 95%
B 251 of 255 = 98%

222
242
251

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

Portions of RGB colors in percentages

R + G + B = 222 + 242 + 251 = 715 (100%)
R 222 of 715 ~ 31.05%
G 242 of 715 ~ 33.85%
B 251 of 715 ~ 35.1'%

%31.05
%33.85
%35.1

CMYK color model

#DEF2FB color CMYK value is (12,4,0,2).

  • cyan value is 11.55%
  • magenta value is 3.59%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK: (12,4,0,2) C12M4Y0K2 (12%,4%,0%,2%) (0.12/0.04/0.00/0.02) 

CMYK percentages

%11.55
%3.59
%0
%1.57

Codes

Color #DEF2FB in popluar color models

DE F2 FB
RGB 222 242 251
HSL 199° 78.38% 92.75%
HSB/HSV 199° 11.55% 98.43%
CMYK 11.55% 3.59% 0.00%
1.57%

Color #DEF2FB in popluar number systems.

HEX DE F2 FB
Decimal 222 242 251
Binary 11011110 11110010 11111011
Octal 336 362 373

Shades and tints

Shades of #DEF2FB

#DEF2FB
(222,242,251)
#CADCE5
(202,220,229)
#B6C6CF
(182,198,207)
#A2B0B9
(162,176,185)
#8E9AA3
(142,154,163)
#7A848D
(122,132,141)
#666E77
(102,110,119)
#525861
(82,88,97)
#3E424B
(62,66,75)
#2A2C35
(42,44,53)
#16161F
(22,22,31)
#000000
(0,0,0)

Tints of #DEF2FB

#DEF2FB
(222,242,251)
#E1F3FB
(225,243,251)
#E4F4FB
(228,244,251)
#E7F5FB
(231,245,251)
#EAF6FB
(234,246,251)
#EDF7FB
(237,247,251)
#F0F8FB
(240,248,251)
#F3F9FB
(243,249,251)
#F6FAFB
(246,250,251)
#F9FBFB
(249,251,251)
#FCFCFB
(252,252,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DEF2FB; }

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

This text font color is #DEF2FB.

Background Color

.myBgColor { background-color: #DEF2FB; }

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

This div background color is #DEF2FB.

Border color

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

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

This div border color is #DEF2FB.

Opacity

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

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

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

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

This text has shadow with #DEF2FB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DEF2FB.

Preview

Color preview on black background

This text has color #DEF2FB on black background.


Color preview on white background

This text has color #DEF2FB on white background.


Black color preview on #DEF2FB background

This text has black color on #DEF2FB background.


White color preview on #DEF2FB background

This text has white color on #DEF2FB background.


Related colors

Complementary color

Complementary color for #hex is #210D04.


I love getcolorcode.com

Triadic colors

1 #FBDEF2 and #F2FBDE with #DEF2FB are triadic colors.

2 #FBF2DE and #F2DEFB with #DEF2FB are triadic colors.