COLOR #DAECF4

HEX: #DAECF4 RGB: (218,236,244)

Color info

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

RGB color model

#DAECF4 color RGB value is (218,236,244).

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

RGB channels and saturation

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

218
236
244

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

Portions of RGB colors in percentages

R + G + B = 218 + 236 + 244 = 698 (100%)
R 218 of 698 ~ 31.23%
G 236 of 698 ~ 33.81%
B 244 of 698 ~ 34.96'%

%31.23
%33.81
%34.96

CMYK color model

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

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

CMYK: (11,3,0,4)
C11M3Y0K4 (11%, 3%, 0%, 4%)
(0.11 / 0.03 / 0.00 / 0.04)

CMYK percentages

%10.66
%3.28
%0
%4.31

Codes

Color #DAECF4 in popluar color models

DA EC F4
RGB 218 236 244
HSL 198° 54.17% 90.59%
HSB/HSV 198° 10.66% 95.69%
CMYK 10.66% 3.28% 0.00%
4.31%

Color #DAECF4 in popluar number systems.

HEX DA EC F4
Decimal 218 236 244
Binary 11011010 11101100 11110100
Octal 332 354 364

Shades and tints

Shades of #DAECF4

#DAECF4
(218,236,244)
#C7D7DE
(199,215,222)
#B4C2C8
(180,194,200)
#A1ADB2
(161,173,178)
#8E989C
(142,152,156)
#7B8386
(123,131,134)
#686E70
(104,110,112)
#55595A
(85,89,90)
#424444
(66,68,68)
#2F2F2E
(47,47,46)
#1C1A18
(28,26,24)
#000000
(0,0,0)

Tints of #DAECF4

#DAECF4
(218,236,244)
#DDEDF5
(221,237,245)
#E0EEF6
(224,238,246)
#E3EFF7
(227,239,247)
#E6F0F8
(230,240,248)
#E9F1F9
(233,241,249)
#ECF2FA
(236,242,250)
#EFF3FB
(239,243,251)
#F2F4FC
(242,244,252)
#F5F5FD
(245,245,253)
#F8F6FE
(248,246,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAECF4; }

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

This text font color is #DAECF4.

Background Color

.myBgColor { background-color: #DAECF4; }

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

This div background color is #DAECF4.

Border color

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

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

This div border color is #DAECF4.

Opacity

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

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

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

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

This text has shadow with #DAECF4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAECF4.

Preview

Color preview on black background

This text has color #DAECF4 on black background.


Color preview on white background

This text has color #DAECF4 on white background.


Black color preview on #DAECF4 background

This text has black color on #DAECF4 background.


White color preview on #DAECF4 background

This text has white color on #DAECF4 background.


Related colors

Complementary color

Complementary color for #hex is #25130B.


I love getcolorcode.com

Triadic colors

1 #F4DAEC and #ECF4DA with #DAECF4 are triadic colors.

2 #F4ECDA and #ECDAF4 with #DAECF4 are triadic colors.