COLOR #DAF8F4

HEX: #DAF8F4 RGB: (218,248,244)

Color info

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

RGB color model

#DAF8F4 color RGB value is (218,248,244).

RGB: (218,248,244) (85%, 97%, 96%)

RGB channels and saturation

R 218 of 255 = 85%
G 248 of 255 = 97%
B 244 of 255 = 96%

218
248
244

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

Portions of RGB colors in percentages

R + G + B = 218 + 248 + 244 = 710 (100%)
R 218 of 710 ~ 30.7%
G 248 of 710 ~ 34.93%
B 244 of 710 ~ 34.37'%

%30.7
%34.93
%34.37

CMYK color model

#DAF8F4 color CMYK value is (12,0,2,3).

  • cyan value is 12.10%
  • magenta value is 0.00%
  • yellow value is 1.61%
  • key color value is 2.75%

CMYK: (12,0,2,3)
C12M0Y2K3 (12%, 0%, 2%, 3%)
(0.12 / 0.00 / 0.02 / 0.03)

CMYK percentages

%12.1
%0
%1.61
%2.75

Codes

Color #DAF8F4 in popluar color models

DA F8 F4
RGB 218 248 244
HSL 172° 68.18% 91.37%
HSB/HSV 172° 12.10% 97.25%
CMYK 12.10% 0.00% 1.61%
2.75%

Color #DAF8F4 in popluar number systems.

HEX DA F8 F4
Decimal 218 248 244
Binary 11011010 11111000 11110100
Octal 332 370 364

Shades and tints

Shades of #DAF8F4

#DAF8F4
(218,248,244)
#C7E2DE
(199,226,222)
#B4CCC8
(180,204,200)
#A1B6B2
(161,182,178)
#8EA09C
(142,160,156)
#7B8A86
(123,138,134)
#687470
(104,116,112)
#555E5A
(85,94,90)
#424844
(66,72,68)
#2F322E
(47,50,46)
#1C1C18
(28,28,24)
#000000
(0,0,0)

Tints of #DAF8F4

#DAF8F4
(218,248,244)
#DDF8F5
(221,248,245)
#E0F8F6
(224,248,246)
#E3F8F7
(227,248,247)
#E6F8F8
(230,248,248)
#E9F8F9
(233,248,249)
#ECF8FA
(236,248,250)
#EFF8FB
(239,248,251)
#F2F8FC
(242,248,252)
#F5F8FD
(245,248,253)
#F8F8FE
(248,248,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DAF8F4 color. Also use rgb(218,248,244) instead hex code.

Text Font Color

.myTextColor { color: #DAF8F4; }

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

This text font color is #DAF8F4.

Background Color

.myBgColor { background-color: #DAF8F4; }

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

This div background color is #DAF8F4.

Border color

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

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

This div border color is #DAF8F4.

Opacity

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

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

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

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

This text has shadow with #DAF8F4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAF8F4.

Preview

Color preview on black background

This text has color #DAF8F4 on black background.


Color preview on white background

This text has color #DAF8F4 on white background.


Black color preview on #DAF8F4 background

This text has black color on #DAF8F4 background.


White color preview on #DAF8F4 background

This text has white color on #DAF8F4 background.


Related colors

Complementary color

Complementary color for #hex is #25070B.


I love getcolorcode.com

Triadic colors

1 #F4DAF8 and #F8F4DA with #DAF8F4 are triadic colors.

2 #F4F8DA and #F8DAF4 with #DAF8F4 are triadic colors.