COLOR #DAFFF6

HEX: #DAFFF6 RGB: (218,255,246)

Color info

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

RGB color model

#DAFFF6 color RGB value is (218,255,246).

RGB: (218,255,246) (85%, 100%, 96%)

RGB channels and saturation

R 218 of 255 = 85%
G 255 of 255 = 100%
B 246 of 255 = 96%

218
255
246

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

Portions of RGB colors in percentages

R + G + B = 218 + 255 + 246 = 719 (100%)
R 218 of 719 ~ 30.32%
G 255 of 719 ~ 35.47%
B 246 of 719 ~ 34.21'%

%30.32
%35.47
%34.21

CMYK color model

#DAFFF6 color CMYK value is (15,0,4,0).

  • cyan value is 14.51%
  • magenta value is 0.00%
  • yellow value is 3.53%
  • key color value is 0.00%

CMYK: (15,0,4,0)
C15M0Y4K0 (15%, 0%, 4%, 0%)
(0.15 / 0.00 / 0.04 / 0.00)

CMYK percentages

%14.51
%0
%3.53
%0

Codes

Color #DAFFF6 in popluar color models

DA FF F6
RGB 218 255 246
HSL 165° 100.00% 92.75%
HSB/HSV 165° 14.51% 100.00%
CMYK 14.51% 0.00% 3.53%
0.00%

Color #DAFFF6 in popluar number systems.

HEX DA FF F6
Decimal 218 255 246
Binary 11011010 11111111 11110110
Octal 332 377 366

Shades and tints

Shades of #DAFFF6

#DAFFF6
(218,255,246)
#C7E8E0
(199,232,224)
#B4D1CA
(180,209,202)
#A1BAB4
(161,186,180)
#8EA39E
(142,163,158)
#7B8C88
(123,140,136)
#687572
(104,117,114)
#555E5C
(85,94,92)
#424746
(66,71,70)
#2F3030
(47,48,48)
#1C191A
(28,25,26)
#000000
(0,0,0)

Tints of #DAFFF6

#DAFFF6
(218,255,246)
#DDFFF6
(221,255,246)
#E0FFF6
(224,255,246)
#E3FFF6
(227,255,246)
#E6FFF6
(230,255,246)
#E9FFF6
(233,255,246)
#ECFFF6
(236,255,246)
#EFFFF6
(239,255,246)
#F2FFF6
(242,255,246)
#F5FFF6
(245,255,246)
#F8FFF6
(248,255,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DAFFF6 color. Also use rgb(218,255,246) instead hex code.

Text Font Color

.myTextColor { color: #DAFFF6; }

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

This text font color is #DAFFF6.

Background Color

.myBgColor { background-color: #DAFFF6; }

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

This div background color is #DAFFF6.

Border color

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

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

This div border color is #DAFFF6.

Opacity

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

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

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

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

This text has shadow with #DAFFF6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAFFF6.

Preview

Color preview on black background

This text has color #DAFFF6 on black background.


Color preview on white background

This text has color #DAFFF6 on white background.


Black color preview on #DAFFF6 background

This text has black color on #DAFFF6 background.


White color preview on #DAFFF6 background

This text has white color on #DAFFF6 background.


Related colors

Complementary color

Complementary color for #hex is #250009.


I love getcolorcode.com

Triadic colors

1 #F6DAFF and #FFF6DA with #DAFFF6 are triadic colors.

2 #F6FFDA and #FFDAF6 with #DAFFF6 are triadic colors.