COLOR #DAE0FC

HEX: #DAE0FC RGB: (218,224,252)

Color info

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

RGB color model

#DAE0FC color RGB value is (218,224,252).

RGB: (218,224,252) (85%, 88%, 99%)

RGB channels and saturation

R 218 of 255 = 85%
G 224 of 255 = 88%
B 252 of 255 = 99%

218
224
252

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

Portions of RGB colors in percentages

R + G + B = 218 + 224 + 252 = 694 (100%)
R 218 of 694 ~ 31.41%
G 224 of 694 ~ 32.28%
B 252 of 694 ~ 36.31'%

%31.41
%32.28
%36.31

CMYK color model

#DAE0FC color CMYK value is (13,11,0,1).

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

CMYK: (13,11,0,1)
C13M11Y0K1 (13%, 11%, 0%, 1%)
(0.13 / 0.11 / 0.00 / 0.01)

CMYK percentages

%13.49
%11.11
%0
%1.18

Codes

Color #DAE0FC in popluar color models

DA E0 FC
RGB 218 224 252
HSL 229° 85.00% 92.16%
HSB/HSV 229° 13.49% 98.82%
CMYK 13.49% 11.11% 0.00%
1.18%

Color #DAE0FC in popluar number systems.

HEX DA E0 FC
Decimal 218 224 252
Binary 11011010 11100000 11111100
Octal 332 340 374

Shades and tints

Shades of #DAE0FC

#DAE0FC
(218,224,252)
#C7CCE6
(199,204,230)
#B4B8D0
(180,184,208)
#A1A4BA
(161,164,186)
#8E90A4
(142,144,164)
#7B7C8E
(123,124,142)
#686878
(104,104,120)
#555462
(85,84,98)
#42404C
(66,64,76)
#2F2C36
(47,44,54)
#1C1820
(28,24,32)
#000000
(0,0,0)

Tints of #DAE0FC

#DAE0FC
(218,224,252)
#DDE2FC
(221,226,252)
#E0E4FC
(224,228,252)
#E3E6FC
(227,230,252)
#E6E8FC
(230,232,252)
#E9EAFC
(233,234,252)
#ECECFC
(236,236,252)
#EFEEFC
(239,238,252)
#F2F0FC
(242,240,252)
#F5F2FC
(245,242,252)
#F8F4FC
(248,244,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAE0FC; }

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

This text font color is #DAE0FC.

Background Color

.myBgColor { background-color: #DAE0FC; }

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

This div background color is #DAE0FC.

Border color

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

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

This div border color is #DAE0FC.

Opacity

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

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

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

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

This text has shadow with #DAE0FC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAE0FC.

Preview

Color preview on black background

This text has color #DAE0FC on black background.


Color preview on white background

This text has color #DAE0FC on white background.


Black color preview on #DAE0FC background

This text has black color on #DAE0FC background.


White color preview on #DAE0FC background

This text has white color on #DAE0FC background.


Related colors

Complementary color

Complementary color for #hex is #251F03.


I love getcolorcode.com

Triadic colors

1 #FCDAE0 and #E0FCDA with #DAE0FC are triadic colors.

2 #FCE0DA and #E0DAFC with #DAE0FC are triadic colors.