COLOR #DAE3EE

HEX: #DAE3EE RGB: (218,227,238)

Color info

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

RGB color model

#DAE3EE color RGB value is (218,227,238).

RGB: (218,227,238) (85%, 89%, 93%)

RGB channels and saturation

R 218 of 255 = 85%
G 227 of 255 = 89%
B 238 of 255 = 93%

218
227
238

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

Portions of RGB colors in percentages

R + G + B = 218 + 227 + 238 = 683 (100%)
R 218 of 683 ~ 31.92%
G 227 of 683 ~ 33.24%
B 238 of 683 ~ 34.85'%

%31.92
%33.24
%34.85

CMYK color model

#DAE3EE color CMYK value is (8,5,0,7).

  • cyan value is 8.40%
  • magenta value is 4.62%
  • yellow value is 0.00%
  • key color value is 6.67%

CMYK: (8,5,0,7)
C8M5Y0K7 (8%, 5%, 0%, 7%)
(0.08 / 0.05 / 0.00 / 0.07)

CMYK percentages

%8.4
%4.62
%0
%6.67

Codes

Color #DAE3EE in popluar color models

DA E3 EE
RGB 218 227 238
HSL 213° 37.04% 89.41%
HSB/HSV 213° 8.40% 93.33%
CMYK 8.40% 4.62% 0.00%
6.67%

Color #DAE3EE in popluar number systems.

HEX DA E3 EE
Decimal 218 227 238
Binary 11011010 11100011 11101110
Octal 332 343 356

Shades and tints

Shades of #DAE3EE

#DAE3EE
(218,227,238)
#C7CFD9
(199,207,217)
#B4BBC4
(180,187,196)
#A1A7AF
(161,167,175)
#8E939A
(142,147,154)
#7B7F85
(123,127,133)
#686B70
(104,107,112)
#55575B
(85,87,91)
#424346
(66,67,70)
#2F2F31
(47,47,49)
#1C1B1C
(28,27,28)
#000000
(0,0,0)

Tints of #DAE3EE

#DAE3EE
(218,227,238)
#DDE5EF
(221,229,239)
#E0E7F0
(224,231,240)
#E3E9F1
(227,233,241)
#E6EBF2
(230,235,242)
#E9EDF3
(233,237,243)
#ECEFF4
(236,239,244)
#EFF1F5
(239,241,245)
#F2F3F6
(242,243,246)
#F5F5F7
(245,245,247)
#F8F7F8
(248,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DAE3EE color. Also use rgb(218,227,238) instead hex code.

Text Font Color

.myTextColor { color: #DAE3EE; }

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

This text font color is #DAE3EE.

Background Color

.myBgColor { background-color: #DAE3EE; }

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

This div background color is #DAE3EE.

Border color

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

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

This div border color is #DAE3EE.

Opacity

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

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

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

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

This text has shadow with #DAE3EE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAE3EE.

Preview

Color preview on black background

This text has color #DAE3EE on black background.


Color preview on white background

This text has color #DAE3EE on white background.


Black color preview on #DAE3EE background

This text has black color on #DAE3EE background.


White color preview on #DAE3EE background

This text has white color on #DAE3EE background.


Related colors

Complementary color

Complementary color for #hex is #251C11.


I love getcolorcode.com

Triadic colors

1 #EEDAE3 and #E3EEDA with #DAE3EE are triadic colors.

2 #EEE3DA and #E3DAEE with #DAE3EE are triadic colors.