COLOR #DAECF6

HEX: #DAECF6 RGB: (218,236,246)

Color info

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

RGB color model

#DAECF6 color RGB value is (218,236,246).

RGB: (218,236,246) (85%, 93%, 96%)

RGB channels and saturation

R 218 of 255 = 85%
G 236 of 255 = 93%
B 246 of 255 = 96%

218
236
246

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

Portions of RGB colors in percentages

R + G + B = 218 + 236 + 246 = 700 (100%)
R 218 of 700 ~ 31.14%
G 236 of 700 ~ 33.71%
B 246 of 700 ~ 35.14'%

%31.14
%33.71
%35.14

CMYK color model

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

  • cyan value is 11.38%
  • magenta value is 4.07%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK: (11,4,0,4) C11M4Y0K4 (11%,4%,0%,4%) (0.11/0.04/0.00/0.04) 

CMYK percentages

%11.38
%4.07
%0
%3.53

Codes

Color #DAECF6 in popluar color models

DA EC F6
RGB 218 236 246
HSL 201° 60.87% 90.98%
HSB/HSV 201° 11.38% 96.47%
CMYK 11.38% 4.07% 0.00%
3.53%

Color #DAECF6 in popluar number systems.

HEX DA EC F6
Decimal 218 236 246
Binary 11011010 11101100 11110110
Octal 332 354 366

Shades and tints

Shades of #DAECF6

#DAECF6
(218,236,246)
#C7D7E0
(199,215,224)
#B4C2CA
(180,194,202)
#A1ADB4
(161,173,180)
#8E989E
(142,152,158)
#7B8388
(123,131,136)
#686E72
(104,110,114)
#55595C
(85,89,92)
#424446
(66,68,70)
#2F2F30
(47,47,48)
#1C1A1A
(28,26,26)
#000000
(0,0,0)

Tints of #DAECF6

#DAECF6
(218,236,246)
#DDEDF6
(221,237,246)
#E0EEF6
(224,238,246)
#E3EFF6
(227,239,246)
#E6F0F6
(230,240,246)
#E9F1F6
(233,241,246)
#ECF2F6
(236,242,246)
#EFF3F6
(239,243,246)
#F2F4F6
(242,244,246)
#F5F5F6
(245,245,246)
#F8F6F6
(248,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAECF6; }

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

This text font color is #DAECF6.

Background Color

.myBgColor { background-color: #DAECF6; }

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

This div background color is #DAECF6.

Border color

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

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

This div border color is #DAECF6.

Opacity

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

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

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

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

This text has shadow with #DAECF6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAECF6.

Preview

Color preview on black background

This text has color #DAECF6 on black background.


Color preview on white background

This text has color #DAECF6 on white background.


Black color preview on #DAECF6 background

This text has black color on #DAECF6 background.


White color preview on #DAECF6 background

This text has white color on #DAECF6 background.


Related colors

Complementary color

Complementary color for #hex is #251309.


I love getcolorcode.com

Triadic colors

1 #F6DAEC and #ECF6DA with #DAECF6 are triadic colors.

2 #F6ECDA and #ECDAF6 with #DAECF6 are triadic colors.