COLOR #DAE2EC

HEX: #DAE2EC RGB: (218,226,236)

Color info

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

RGB color model

#DAE2EC color RGB value is (218,226,236).

RGB: (218,226,236) (85%, 89%, 93%)

RGB channels and saturation

R 218 of 255 = 85%
G 226 of 255 = 89%
B 236 of 255 = 93%

218
226
236

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

Portions of RGB colors in percentages

R + G + B = 218 + 226 + 236 = 680 (100%)
R 218 of 680 ~ 32.06%
G 226 of 680 ~ 33.24%
B 236 of 680 ~ 34.71'%

%32.06
%33.24
%34.71

CMYK color model

#DAE2EC color CMYK value is (8,4,0,7).

  • cyan value is 7.63%
  • magenta value is 4.24%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK: (8,4,0,7) C8M4Y0K7 (8%,4%,0%,7%) (0.08/0.04/0.00/0.07) 

CMYK percentages

%7.63
%4.24
%0
%7.45

Codes

Color #DAE2EC in popluar color models

DA E2 EC
RGB 218 226 236
HSL 213° 32.14% 89.02%
HSB/HSV 213° 7.63% 92.55%
CMYK 7.63% 4.24% 0.00%
7.45%

Color #DAE2EC in popluar number systems.

HEX DA E2 EC
Decimal 218 226 236
Binary 11011010 11100010 11101100
Octal 332 342 354

Shades and tints

Shades of #DAE2EC

#DAE2EC
(218,226,236)
#C7CED7
(199,206,215)
#B4BAC2
(180,186,194)
#A1A6AD
(161,166,173)
#8E9298
(142,146,152)
#7B7E83
(123,126,131)
#686A6E
(104,106,110)
#555659
(85,86,89)
#424244
(66,66,68)
#2F2E2F
(47,46,47)
#1C1A1A
(28,26,26)
#000000
(0,0,0)

Tints of #DAE2EC

#DAE2EC
(218,226,236)
#DDE4ED
(221,228,237)
#E0E6EE
(224,230,238)
#E3E8EF
(227,232,239)
#E6EAF0
(230,234,240)
#E9ECF1
(233,236,241)
#ECEEF2
(236,238,242)
#EFF0F3
(239,240,243)
#F2F2F4
(242,242,244)
#F5F4F5
(245,244,245)
#F8F6F6
(248,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAE2EC; }

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

This text font color is #DAE2EC.

Background Color

.myBgColor { background-color: #DAE2EC; }

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

This div background color is #DAE2EC.

Border color

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

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

This div border color is #DAE2EC.

Opacity

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

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

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

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

This text has shadow with #DAE2EC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAE2EC.

Preview

Color preview on black background

This text has color #DAE2EC on black background.


Color preview on white background

This text has color #DAE2EC on white background.


Black color preview on #DAE2EC background

This text has black color on #DAE2EC background.


White color preview on #DAE2EC background

This text has white color on #DAE2EC background.


Related colors

Complementary color

Complementary color for #hex is #251D13.


I love getcolorcode.com

Triadic colors

1 #ECDAE2 and #E2ECDA with #DAE2EC are triadic colors.

2 #ECE2DA and #E2DAEC with #DAE2EC are triadic colors.