COLOR #DEFAF6

HEX: #DEFAF6
RGB: (222,250,246)

Color info

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

RGB color model

#DEFAF6 color RGB value is (222,250,246).

  • red value is 222;
  • green value is 250;
  • blue value is 246.
RGB:
(222,250,246)
(87%,98%,96%)

RGB channels and saturation

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

222
250
246

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

Portions of RGB colors in percentages

R + G + B =
222 + 250 + 246 = 718 (100%)
R 222 of 718 ~ 30.92%
G 250 of 718 ~ 34.82%
B 246 of 718 ~ 34.26%

%30.92
%34.82
%34.26

CMYK color model

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

  • cyan value is 11.20%
  • magenta value is 0.00%
  • yellow value is 1.60%
  • key color value is 1.96%
CMYK:
(11,0,2,2)
C11M0Y2K2 
(11%,0%,2%,2%)
(0.11/0.00/0.02/0.02)	

CMYK percentages

%11.2
%0
%1.6
%1.96

Codes

Color #DEFAF6 in popluar color models

DEFAF6
RGB222250246
HSL171°73.68%92.55%
HSB/HSV171°11.20%98.04%
CMYK11.20%0.00%1.60%
1.96%

Color #DEFAF6 in popluar number systems.

HEXDEFAF6
Decimal222250246
Binary110111101111101011110110
Octal336372366

Shades and tints

Shades of #DEFAF6

#DEFAF6
(222,250,246)
#CAE4E0
(202,228,224)
#B6CECA
(182,206,202)
#A2B8B4
(162,184,180)
#8EA29E
(142,162,158)
#7A8C88
(122,140,136)
#667672
(102,118,114)
#52605C
(82,96,92)
#3E4A46
(62,74,70)
#2A3430
(42,52,48)
#161E1A
(22,30,26)
#000000
(0,0,0)

Tints of #DEFAF6

#DEFAF6
(222,250,246)
#E1FAF6
(225,250,246)
#E4FAF6
(228,250,246)
#E7FAF6
(231,250,246)
#EAFAF6
(234,250,246)
#EDFAF6
(237,250,246)
#F0FAF6
(240,250,246)
#F3FAF6
(243,250,246)
#F6FAF6
(246,250,246)
#F9FAF6
(249,250,246)
#FCFAF6
(252,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DEFAF6; }

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

This text font color is #DEFAF6.


Background Color

.myBgColor { background-color: #DEFAF6; }

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

This div background color is #DEFAF6.


Border color

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

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

This div border color is #DEFAF6.


Opacity

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

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

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

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

This text has shadow with #DEFAF6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEFAF6 on black background.


Color preview on white background

This text has color #DEFAF6 on white background.



Black color preview on #DEFAF6 background

This text has black color on #DEFAF6 background.


White color preview on #DEFAF6 background

This text has white color on #DEFAF6 background.