COLOR #DAF0FC

HEX: #DAF0FC RGB: (218,240,252)

Color info

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

RGB color model

#DAF0FC color RGB value is (218,240,252).

RGB: (218,240,252) (85%, 94%, 99%)

RGB channels and saturation

R 218 of 255 = 85%
G 240 of 255 = 94%
B 252 of 255 = 99%

218
240
252

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

Portions of RGB colors in percentages

R + G + B = 218 + 240 + 252 = 710 (100%)
R 218 of 710 ~ 30.7%
G 240 of 710 ~ 33.8%
B 252 of 710 ~ 35.49'%

%30.7
%33.8
%35.49

CMYK color model

#DAF0FC color CMYK value is (13,5,0,1).

  • cyan value is 13.49%
  • magenta value is 4.76%
  • yellow value is 0.00%
  • key color value is 1.18%

CMYK: (13,5,0,1)
C13M5Y0K1 (13%, 5%, 0%, 1%)
(0.13 / 0.05 / 0.00 / 0.01)

CMYK percentages

%13.49
%4.76
%0
%1.18

Codes

Color #DAF0FC in popluar color models

DA F0 FC
RGB 218 240 252
HSL 201° 85.00% 92.16%
HSB/HSV 201° 13.49% 98.82%
CMYK 13.49% 4.76% 0.00%
1.18%

Color #DAF0FC in popluar number systems.

HEX DA F0 FC
Decimal 218 240 252
Binary 11011010 11110000 11111100
Octal 332 360 374

Shades and tints

Shades of #DAF0FC

#DAF0FC
(218,240,252)
#C7DBE6
(199,219,230)
#B4C6D0
(180,198,208)
#A1B1BA
(161,177,186)
#8E9CA4
(142,156,164)
#7B878E
(123,135,142)
#687278
(104,114,120)
#555D62
(85,93,98)
#42484C
(66,72,76)
#2F3336
(47,51,54)
#1C1E20
(28,30,32)
#000000
(0,0,0)

Tints of #DAF0FC

#DAF0FC
(218,240,252)
#DDF1FC
(221,241,252)
#E0F2FC
(224,242,252)
#E3F3FC
(227,243,252)
#E6F4FC
(230,244,252)
#E9F5FC
(233,245,252)
#ECF6FC
(236,246,252)
#EFF7FC
(239,247,252)
#F2F8FC
(242,248,252)
#F5F9FC
(245,249,252)
#F8FAFC
(248,250,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAF0FC; }

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

This text font color is #DAF0FC.

Background Color

.myBgColor { background-color: #DAF0FC; }

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

This div background color is #DAF0FC.

Border color

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

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

This div border color is #DAF0FC.

Opacity

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

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

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

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

This text has shadow with #DAF0FC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAF0FC.

Preview

Color preview on black background

This text has color #DAF0FC on black background.


Color preview on white background

This text has color #DAF0FC on white background.


Black color preview on #DAF0FC background

This text has black color on #DAF0FC background.


White color preview on #DAF0FC background

This text has white color on #DAF0FC background.


Related colors

Complementary color

Complementary color for #hex is #250F03.


I love getcolorcode.com

Triadic colors

1 #FCDAF0 and #F0FCDA with #DAF0FC are triadic colors.

2 #FCF0DA and #F0DAFC with #DAF0FC are triadic colors.