COLOR #DAF0F4

HEX: #DAF0F4 RGB: (218,240,244)

Color info

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

RGB color model

#DAF0F4 color RGB value is (218,240,244).

RGB: (218,240,244) (85%, 94%, 96%)

RGB channels and saturation

R 218 of 255 = 85%
G 240 of 255 = 94%
B 244 of 255 = 96%

218
240
244

R + G + B ~ 92%. #DAF0F4 is light color.

Portions of RGB colors in percentages

R + G + B = 218 + 240 + 244 = 702 (100%)
R 218 of 702 ~ 31.05%
G 240 of 702 ~ 34.19%
B 244 of 702 ~ 34.76'%

%31.05
%34.19
%34.76

CMYK color model

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

  • cyan value is 10.66%
  • magenta value is 1.64%
  • yellow value is 0.00%
  • key color value is 4.31%

CMYK: (11,2,0,4)
C11M2Y0K4 (11%, 2%, 0%, 4%)
(0.11 / 0.02 / 0.00 / 0.04)

CMYK percentages

%10.66
%1.64
%0
%4.31

Codes

Color #DAF0F4 in popluar color models

DA F0 F4
RGB 218 240 244
HSL 189° 54.17% 90.59%
HSB/HSV 189° 10.66% 95.69%
CMYK 10.66% 1.64% 0.00%
4.31%

Color #DAF0F4 in popluar number systems.

HEX DA F0 F4
Decimal 218 240 244
Binary 11011010 11110000 11110100
Octal 332 360 364

Shades and tints

Shades of #DAF0F4

#DAF0F4
(218,240,244)
#C7DBDE
(199,219,222)
#B4C6C8
(180,198,200)
#A1B1B2
(161,177,178)
#8E9C9C
(142,156,156)
#7B8786
(123,135,134)
#687270
(104,114,112)
#555D5A
(85,93,90)
#424844
(66,72,68)
#2F332E
(47,51,46)
#1C1E18
(28,30,24)
#000000
(0,0,0)

Tints of #DAF0F4

#DAF0F4
(218,240,244)
#DDF1F5
(221,241,245)
#E0F2F6
(224,242,246)
#E3F3F7
(227,243,247)
#E6F4F8
(230,244,248)
#E9F5F9
(233,245,249)
#ECF6FA
(236,246,250)
#EFF7FB
(239,247,251)
#F2F8FC
(242,248,252)
#F5F9FD
(245,249,253)
#F8FAFE
(248,250,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAF0F4; }

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

This text font color is #DAF0F4.

Background Color

.myBgColor { background-color: #DAF0F4; }

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

This div background color is #DAF0F4.

Border color

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

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

This div border color is #DAF0F4.

Opacity

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

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

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

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

This text has shadow with #DAF0F4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAF0F4.

Preview

Color preview on black background

This text has color #DAF0F4 on black background.


Color preview on white background

This text has color #DAF0F4 on white background.


Black color preview on #DAF0F4 background

This text has black color on #DAF0F4 background.


White color preview on #DAF0F4 background

This text has white color on #DAF0F4 background.


Related colors

Complementary color

Complementary color for #hex is #250F0B.


I love getcolorcode.com

Triadic colors

1 #F4DAF0 and #F0F4DA with #DAF0F4 are triadic colors.

2 #F4F0DA and #F0DAF4 with #DAF0F4 are triadic colors.