COLOR #DAE8FF

HEX: #DAE8FF RGB: (218,232,255)

Color info

#DAE8FF contains red, green and blue colors in about the same proportion. Web safe color of #DAE8FF is #CCFFFF (or #CFF).

RGB color model

#DAE8FF color RGB value is (218,232,255).

RGB: (218,232,255) (85%, 91%, 100%)

RGB channels and saturation

R 218 of 255 = 85%
G 232 of 255 = 91%
B 255 of 255 = 100%

218
232
255

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

Portions of RGB colors in percentages

R + G + B = 218 + 232 + 255 = 705 (100%)
R 218 of 705 ~ 30.92%
G 232 of 705 ~ 32.91%
B 255 of 705 ~ 36.17'%

%30.92
%32.91
%36.17

CMYK color model

#DAE8FF color CMYK value is (15,9,0,0).

  • cyan value is 14.51%
  • magenta value is 9.02%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK: (15,9,0,0) C15M9Y0K0 (15%,9%,0%,0%) (0.15/0.09/0.00/0.00) 

CMYK percentages

%14.51
%9.02
%0
%0

Codes

Color #DAE8FF in popluar color models

DA E8 FF
RGB 218 232 255
HSL 217° 100.00% 92.75%
HSB/HSV 217° 14.51% 100.00%
CMYK 14.51% 9.02% 0.00%
0.00%

Color #DAE8FF in popluar number systems.

HEX DA E8 FF
Decimal 218 232 255
Binary 11011010 11101000 11111111
Octal 332 350 377

Shades and tints

Shades of #DAE8FF

#DAE8FF
(218,232,255)
#C7D3E8
(199,211,232)
#B4BED1
(180,190,209)
#A1A9BA
(161,169,186)
#8E94A3
(142,148,163)
#7B7F8C
(123,127,140)
#686A75
(104,106,117)
#55555E
(85,85,94)
#424047
(66,64,71)
#2F2B30
(47,43,48)
#1C1619
(28,22,25)
#000000
(0,0,0)

Tints of #DAE8FF

#DAE8FF
(218,232,255)
#DDEAFF
(221,234,255)
#E0ECFF
(224,236,255)
#E3EEFF
(227,238,255)
#E6F0FF
(230,240,255)
#E9F2FF
(233,242,255)
#ECF4FF
(236,244,255)
#EFF6FF
(239,246,255)
#F2F8FF
(242,248,255)
#F5FAFF
(245,250,255)
#F8FCFF
(248,252,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAE8FF; }

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

This text font color is #DAE8FF.

Background Color

.myBgColor { background-color: #DAE8FF; }

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

This div background color is #DAE8FF.

Border color

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

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

This div border color is #DAE8FF.

Opacity

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

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

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

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

This text has shadow with #DAE8FF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAE8FF.

Preview

Color preview on black background

This text has color #DAE8FF on black background.


Color preview on white background

This text has color #DAE8FF on white background.


Black color preview on #DAE8FF background

This text has black color on #DAE8FF background.


White color preview on #DAE8FF background

This text has white color on #DAE8FF background.


Related colors

Complementary color

Complementary color for #hex is #251700.


I love getcolorcode.com

Triadic colors

1 #FFDAE8 and #E8FFDA with #DAE8FF are triadic colors.

2 #FFE8DA and #E8DAFF with #DAE8FF are triadic colors.