COLOR #DAE5FF

HEX: #DAE5FF RGB: (218,229,255)

Color info

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

RGB color model

#DAE5FF color RGB value is (218,229,255).

RGB: (218,229,255) (85%, 90%, 100%)

RGB channels and saturation

R 218 of 255 = 85%
G 229 of 255 = 90%
B 255 of 255 = 100%

218
229
255

R + G + B ~ 92%. #DAE5FF is light color.

Portions of RGB colors in percentages

R + G + B = 218 + 229 + 255 = 702 (100%)
R 218 of 702 ~ 31.05%
G 229 of 702 ~ 32.62%
B 255 of 702 ~ 36.32'%

%31.05
%32.62
%36.32

CMYK color model

#DAE5FF color CMYK value is (15,10,0,0).

  • cyan value is 14.51%
  • magenta value is 10.20%
  • yellow value is 0.00%
  • key color value is 0.00%

CMYK: (15,10,0,0)
C15M10Y0K0 (15%, 10%, 0%, 0%)
(0.15 / 0.10 / 0.00 / 0.00)

CMYK percentages

%14.51
%10.2
%0
%0

Codes

Color #DAE5FF in popluar color models

DA E5 FF
RGB 218 229 255
HSL 222° 100.00% 92.75%
HSB/HSV 222° 14.51% 100.00%
CMYK 14.51% 10.20% 0.00%
0.00%

Color #DAE5FF in popluar number systems.

HEX DA E5 FF
Decimal 218 229 255
Binary 11011010 11100101 11111111
Octal 332 345 377

Shades and tints

Shades of #DAE5FF

#DAE5FF
(218,229,255)
#C7D1E8
(199,209,232)
#B4BDD1
(180,189,209)
#A1A9BA
(161,169,186)
#8E95A3
(142,149,163)
#7B818C
(123,129,140)
#686D75
(104,109,117)
#55595E
(85,89,94)
#424547
(66,69,71)
#2F3130
(47,49,48)
#1C1D19
(28,29,25)
#000000
(0,0,0)

Tints of #DAE5FF

#DAE5FF
(218,229,255)
#DDE7FF
(221,231,255)
#E0E9FF
(224,233,255)
#E3EBFF
(227,235,255)
#E6EDFF
(230,237,255)
#E9EFFF
(233,239,255)
#ECF1FF
(236,241,255)
#EFF3FF
(239,243,255)
#F2F5FF
(242,245,255)
#F5F7FF
(245,247,255)
#F8F9FF
(248,249,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAE5FF; }

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

This text font color is #DAE5FF.

Background Color

.myBgColor { background-color: #DAE5FF; }

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

This div background color is #DAE5FF.

Border color

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

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

This div border color is #DAE5FF.

Opacity

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

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

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

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

This text has shadow with #DAE5FF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAE5FF.

Preview

Color preview on black background

This text has color #DAE5FF on black background.


Color preview on white background

This text has color #DAE5FF on white background.


Black color preview on #DAE5FF background

This text has black color on #DAE5FF background.


White color preview on #DAE5FF background

This text has white color on #DAE5FF background.


Related colors

Complementary color

Complementary color for #hex is #251A00.


I love getcolorcode.com

Triadic colors

1 #FFDAE5 and #E5FFDA with #DAE5FF are triadic colors.

2 #FFE5DA and #E5DAFF with #DAE5FF are triadic colors.