COLOR #DAE0EF

HEX: #DAE0EF RGB: (218,224,239)

Color info

#DAE0EF contains red, green and blue colors in about the same proportion. Web safe color of #DAE0EF is #CCCCFF (or #CCF).

RGB color model

#DAE0EF color RGB value is (218,224,239).

RGB: (218,224,239) (85%, 88%, 94%)

RGB channels and saturation

R 218 of 255 = 85%
G 224 of 255 = 88%
B 239 of 255 = 94%

218
224
239

R + G + B ~ 89%. #DAE0EF is light color.

Portions of RGB colors in percentages

R + G + B = 218 + 224 + 239 = 681 (100%)
R 218 of 681 ~ 32.01%
G 224 of 681 ~ 32.89%
B 239 of 681 ~ 35.1'%

%32.01
%32.89
%35.1

CMYK color model

#DAE0EF color CMYK value is (9,6,0,6).

  • cyan value is 8.79%
  • magenta value is 6.28%
  • yellow value is 0.00%
  • key color value is 6.27%

CMYK: (9,6,0,6)
C9M6Y0K6 (9%, 6%, 0%, 6%)
(0.09 / 0.06 / 0.00 / 0.06)

CMYK percentages

%8.79
%6.28
%0
%6.27

Codes

Color #DAE0EF in popluar color models

DA E0 EF
RGB 218 224 239
HSL 223° 39.62% 89.61%
HSB/HSV 223° 8.79% 93.73%
CMYK 8.79% 6.28% 0.00%
6.27%

Color #DAE0EF in popluar number systems.

HEX DA E0 EF
Decimal 218 224 239
Binary 11011010 11100000 11101111
Octal 332 340 357

Shades and tints

Shades of #DAE0EF

#DAE0EF
(218,224,239)
#C7CCDA
(199,204,218)
#B4B8C5
(180,184,197)
#A1A4B0
(161,164,176)
#8E909B
(142,144,155)
#7B7C86
(123,124,134)
#686871
(104,104,113)
#55545C
(85,84,92)
#424047
(66,64,71)
#2F2C32
(47,44,50)
#1C181D
(28,24,29)
#000000
(0,0,0)

Tints of #DAE0EF

#DAE0EF
(218,224,239)
#DDE2F0
(221,226,240)
#E0E4F1
(224,228,241)
#E3E6F2
(227,230,242)
#E6E8F3
(230,232,243)
#E9EAF4
(233,234,244)
#ECECF5
(236,236,245)
#EFEEF6
(239,238,246)
#F2F0F7
(242,240,247)
#F5F2F8
(245,242,248)
#F8F4F9
(248,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAE0EF; }

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

This text font color is #DAE0EF.

Background Color

.myBgColor { background-color: #DAE0EF; }

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

This div background color is #DAE0EF.

Border color

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

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

This div border color is #DAE0EF.

Opacity

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

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

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

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

This text has shadow with #DAE0EF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAE0EF.

Preview

Color preview on black background

This text has color #DAE0EF on black background.


Color preview on white background

This text has color #DAE0EF on white background.


Black color preview on #DAE0EF background

This text has black color on #DAE0EF background.


White color preview on #DAE0EF background

This text has white color on #DAE0EF background.


Related colors

Complementary color

Complementary color for #hex is #251F10.


I love getcolorcode.com

Triadic colors

1 #EFDAE0 and #E0EFDA with #DAE0EF are triadic colors.

2 #EFE0DA and #E0DAEF with #DAE0EF are triadic colors.