COLOR #DAF2EC

HEX: #DAF2EC RGB: (218,242,236)

Color info

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

RGB color model

#DAF2EC color RGB value is (218,242,236).

RGB: (218,242,236) (85%, 95%, 93%)

RGB channels and saturation

R 218 of 255 = 85%
G 242 of 255 = 95%
B 236 of 255 = 93%

218
242
236

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

Portions of RGB colors in percentages

R + G + B = 218 + 242 + 236 = 696 (100%)
R 218 of 696 ~ 31.32%
G 242 of 696 ~ 34.77%
B 236 of 696 ~ 33.91'%

%31.32
%34.77
%33.91

CMYK color model

#DAF2EC color CMYK value is (10,0,2,5).

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

CMYK: (10,0,2,5)
C10M0Y2K5 (10%, 0%, 2%, 5%)
(0.10 / 0.00 / 0.02 / 0.05)

CMYK percentages

%9.92
%0
%2.48
%5.1

Codes

Color #DAF2EC in popluar color models

DA F2 EC
RGB 218 242 236
HSL 165° 48.00% 90.20%
HSB/HSV 165° 9.92% 94.90%
CMYK 9.92% 0.00% 2.48%
5.10%

Color #DAF2EC in popluar number systems.

HEX DA F2 EC
Decimal 218 242 236
Binary 11011010 11110010 11101100
Octal 332 362 354

Shades and tints

Shades of #DAF2EC

#DAF2EC
(218,242,236)
#C7DCD7
(199,220,215)
#B4C6C2
(180,198,194)
#A1B0AD
(161,176,173)
#8E9A98
(142,154,152)
#7B8483
(123,132,131)
#686E6E
(104,110,110)
#555859
(85,88,89)
#424244
(66,66,68)
#2F2C2F
(47,44,47)
#1C161A
(28,22,26)
#000000
(0,0,0)

Tints of #DAF2EC

#DAF2EC
(218,242,236)
#DDF3ED
(221,243,237)
#E0F4EE
(224,244,238)
#E3F5EF
(227,245,239)
#E6F6F0
(230,246,240)
#E9F7F1
(233,247,241)
#ECF8F2
(236,248,242)
#EFF9F3
(239,249,243)
#F2FAF4
(242,250,244)
#F5FBF5
(245,251,245)
#F8FCF6
(248,252,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAF2EC; }

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

This text font color is #DAF2EC.

Background Color

.myBgColor { background-color: #DAF2EC; }

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

This div background color is #DAF2EC.

Border color

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

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

This div border color is #DAF2EC.

Opacity

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

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

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

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

This text has shadow with #DAF2EC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAF2EC.

Preview

Color preview on black background

This text has color #DAF2EC on black background.


Color preview on white background

This text has color #DAF2EC on white background.


Black color preview on #DAF2EC background

This text has black color on #DAF2EC background.


White color preview on #DAF2EC background

This text has white color on #DAF2EC background.


Related colors

Complementary color

Complementary color for #hex is #250D13.


I love getcolorcode.com

Triadic colors

1 #ECDAF2 and #F2ECDA with #DAF2EC are triadic colors.

2 #ECF2DA and #F2DAEC with #DAF2EC are triadic colors.