COLOR #DAE8FC

HEX: #DAE8FC RGB: (218,232,252)

Color info

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

RGB color model

#DAE8FC color RGB value is (218,232,252).

RGB: (218,232,252) (85%, 91%, 99%)

RGB channels and saturation

R 218 of 255 = 85%
G 232 of 255 = 91%
B 252 of 255 = 99%

218
232
252

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

Portions of RGB colors in percentages

R + G + B = 218 + 232 + 252 = 702 (100%)
R 218 of 702 ~ 31.05%
G 232 of 702 ~ 33.05%
B 252 of 702 ~ 35.9'%

%31.05
%33.05
%35.9

CMYK color model

#DAE8FC color CMYK value is (13,8,0,1).

  • cyan value is 13.49%
  • magenta value is 7.94%
  • yellow value is 0.00%
  • key color value is 1.18%

CMYK: (13,8,0,1)
C13M8Y0K1 (13%, 8%, 0%, 1%)
(0.13 / 0.08 / 0.00 / 0.01)

CMYK percentages

%13.49
%7.94
%0
%1.18

Codes

Color #DAE8FC in popluar color models

DA E8 FC
RGB 218 232 252
HSL 215° 85.00% 92.16%
HSB/HSV 215° 13.49% 98.82%
CMYK 13.49% 7.94% 0.00%
1.18%

Color #DAE8FC in popluar number systems.

HEX DA E8 FC
Decimal 218 232 252
Binary 11011010 11101000 11111100
Octal 332 350 374

Shades and tints

Shades of #DAE8FC

#DAE8FC
(218,232,252)
#C7D3E6
(199,211,230)
#B4BED0
(180,190,208)
#A1A9BA
(161,169,186)
#8E94A4
(142,148,164)
#7B7F8E
(123,127,142)
#686A78
(104,106,120)
#555562
(85,85,98)
#42404C
(66,64,76)
#2F2B36
(47,43,54)
#1C1620
(28,22,32)
#000000
(0,0,0)

Tints of #DAE8FC

#DAE8FC
(218,232,252)
#DDEAFC
(221,234,252)
#E0ECFC
(224,236,252)
#E3EEFC
(227,238,252)
#E6F0FC
(230,240,252)
#E9F2FC
(233,242,252)
#ECF4FC
(236,244,252)
#EFF6FC
(239,246,252)
#F2F8FC
(242,248,252)
#F5FAFC
(245,250,252)
#F8FCFC
(248,252,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAE8FC; }

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

This text font color is #DAE8FC.

Background Color

.myBgColor { background-color: #DAE8FC; }

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

This div background color is #DAE8FC.

Border color

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

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

This div border color is #DAE8FC.

Opacity

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

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

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

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

This text has shadow with #DAE8FC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAE8FC.

Preview

Color preview on black background

This text has color #DAE8FC on black background.


Color preview on white background

This text has color #DAE8FC on white background.


Black color preview on #DAE8FC background

This text has black color on #DAE8FC background.


White color preview on #DAE8FC background

This text has white color on #DAE8FC background.


Related colors

Complementary color

Complementary color for #hex is #251703.


I love getcolorcode.com

Triadic colors

1 #FCDAE8 and #E8FCDA with #DAE8FC are triadic colors.

2 #FCE8DA and #E8DAFC with #DAE8FC are triadic colors.