COLOR #DAE5F8

HEX: #DAE5F8 RGB: (218,229,248)

Color info

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

RGB color model

#DAE5F8 color RGB value is (218,229,248).

RGB: (218,229,248) (85%, 90%, 97%)

RGB channels and saturation

R 218 of 255 = 85%
G 229 of 255 = 90%
B 248 of 255 = 97%

218
229
248

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

Portions of RGB colors in percentages

R + G + B = 218 + 229 + 248 = 695 (100%)
R 218 of 695 ~ 31.37%
G 229 of 695 ~ 32.95%
B 248 of 695 ~ 35.68'%

%31.37
%32.95
%35.68

CMYK color model

#DAE5F8 color CMYK value is (12,8,0,3).

  • cyan value is 12.10%
  • magenta value is 7.66%
  • yellow value is 0.00%
  • key color value is 2.75%

CMYK: (12,8,0,3)
C12M8Y0K3 (12%, 8%, 0%, 3%)
(0.12 / 0.08 / 0.00 / 0.03)

CMYK percentages

%12.1
%7.66
%0
%2.75

Codes

Color #DAE5F8 in popluar color models

DA E5 F8
RGB 218 229 248
HSL 218° 68.18% 91.37%
HSB/HSV 218° 12.10% 97.25%
CMYK 12.10% 7.66% 0.00%
2.75%

Color #DAE5F8 in popluar number systems.

HEX DA E5 F8
Decimal 218 229 248
Binary 11011010 11100101 11111000
Octal 332 345 370

Shades and tints

Shades of #DAE5F8

#DAE5F8
(218,229,248)
#C7D1E2
(199,209,226)
#B4BDCC
(180,189,204)
#A1A9B6
(161,169,182)
#8E95A0
(142,149,160)
#7B818A
(123,129,138)
#686D74
(104,109,116)
#55595E
(85,89,94)
#424548
(66,69,72)
#2F3132
(47,49,50)
#1C1D1C
(28,29,28)
#000000
(0,0,0)

Tints of #DAE5F8

#DAE5F8
(218,229,248)
#DDE7F8
(221,231,248)
#E0E9F8
(224,233,248)
#E3EBF8
(227,235,248)
#E6EDF8
(230,237,248)
#E9EFF8
(233,239,248)
#ECF1F8
(236,241,248)
#EFF3F8
(239,243,248)
#F2F5F8
(242,245,248)
#F5F7F8
(245,247,248)
#F8F9F8
(248,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DAE5F8 color. Also use rgb(218,229,248) instead hex code.

Text Font Color

.myTextColor { color: #DAE5F8; }

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

This text font color is #DAE5F8.

Background Color

.myBgColor { background-color: #DAE5F8; }

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

This div background color is #DAE5F8.

Border color

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

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

This div border color is #DAE5F8.

Opacity

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

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

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

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

This text has shadow with #DAE5F8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAE5F8.

Preview

Color preview on black background

This text has color #DAE5F8 on black background.


Color preview on white background

This text has color #DAE5F8 on white background.


Black color preview on #DAE5F8 background

This text has black color on #DAE5F8 background.


White color preview on #DAE5F8 background

This text has white color on #DAE5F8 background.


Related colors

Complementary color

Complementary color for #hex is #251A07.


I love getcolorcode.com

Triadic colors

1 #F8DAE5 and #E5F8DA with #DAE5F8 are triadic colors.

2 #F8E5DA and #E5DAF8 with #DAE5F8 are triadic colors.