COLOR #DAF2EF

HEX: #DAF2EF RGB: (218,242,239)

Color info

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

RGB color model

#DAF2EF color RGB value is (218,242,239).

RGB: (218,242,239) (85%, 95%, 94%)

RGB channels and saturation

R 218 of 255 = 85%
G 242 of 255 = 95%
B 239 of 255 = 94%

218
242
239

R + G + B ~ 91%. #DAF2EF is light color.

Portions of RGB colors in percentages

R + G + B = 218 + 242 + 239 = 699 (100%)
R 218 of 699 ~ 31.19%
G 242 of 699 ~ 34.62%
B 239 of 699 ~ 34.19'%

%31.19
%34.62
%34.19

CMYK color model

#DAF2EF color CMYK value is (10,0,1,5).

  • cyan value is 9.92%
  • magenta value is 0.00%
  • yellow value is 1.24%
  • key color value is 5.10%

CMYK: (10,0,1,5)
C10M0Y1K5 (10%, 0%, 1%, 5%)
(0.10 / 0.00 / 0.01 / 0.05)

CMYK percentages

%9.92
%0
%1.24
%5.1

Codes

Color #DAF2EF in popluar color models

DA F2 EF
RGB 218 242 239
HSL 173° 48.00% 90.20%
HSB/HSV 173° 9.92% 94.90%
CMYK 9.92% 0.00% 1.24%
5.10%

Color #DAF2EF in popluar number systems.

HEX DA F2 EF
Decimal 218 242 239
Binary 11011010 11110010 11101111
Octal 332 362 357

Shades and tints

Shades of #DAF2EF

#DAF2EF
(218,242,239)
#C7DCDA
(199,220,218)
#B4C6C5
(180,198,197)
#A1B0B0
(161,176,176)
#8E9A9B
(142,154,155)
#7B8486
(123,132,134)
#686E71
(104,110,113)
#55585C
(85,88,92)
#424247
(66,66,71)
#2F2C32
(47,44,50)
#1C161D
(28,22,29)
#000000
(0,0,0)

Tints of #DAF2EF

#DAF2EF
(218,242,239)
#DDF3F0
(221,243,240)
#E0F4F1
(224,244,241)
#E3F5F2
(227,245,242)
#E6F6F3
(230,246,243)
#E9F7F4
(233,247,244)
#ECF8F5
(236,248,245)
#EFF9F6
(239,249,246)
#F2FAF7
(242,250,247)
#F5FBF8
(245,251,248)
#F8FCF9
(248,252,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DAF2EF color. Also use rgb(218,242,239) instead hex code.

Text Font Color

.myTextColor { color: #DAF2EF; }

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

This text font color is #DAF2EF.

Background Color

.myBgColor { background-color: #DAF2EF; }

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

This div background color is #DAF2EF.

Border color

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

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

This div border color is #DAF2EF.

Opacity

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

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

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

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

This text has shadow with #DAF2EF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAF2EF.

Preview

Color preview on black background

This text has color #DAF2EF on black background.


Color preview on white background

This text has color #DAF2EF on white background.


Black color preview on #DAF2EF background

This text has black color on #DAF2EF background.


White color preview on #DAF2EF background

This text has white color on #DAF2EF background.


Related colors

Complementary color

Complementary color for #hex is #250D10.


I love getcolorcode.com

Triadic colors

1 #EFDAF2 and #F2EFDA with #DAF2EF are triadic colors.

2 #EFF2DA and #F2DAEF with #DAF2EF are triadic colors.