COLOR #DAE6FB

HEX: #DAE6FB RGB: (218,230,251)

Color info

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

RGB color model

#DAE6FB color RGB value is (218,230,251).

RGB: (218,230,251) (85%, 90%, 98%)

RGB channels and saturation

R 218 of 255 = 85%
G 230 of 255 = 90%
B 251 of 255 = 98%

218
230
251

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

Portions of RGB colors in percentages

R + G + B = 218 + 230 + 251 = 699 (100%)
R 218 of 699 ~ 31.19%
G 230 of 699 ~ 32.9%
B 251 of 699 ~ 35.91'%

%31.19
%32.9
%35.91

CMYK color model

#DAE6FB color CMYK value is (13,8,0,2).

  • cyan value is 13.15%
  • magenta value is 8.37%
  • yellow value is 0.00%
  • key color value is 1.57%

CMYK: (13,8,0,2)
C13M8Y0K2 (13%, 8%, 0%, 2%)
(0.13 / 0.08 / 0.00 / 0.02)

CMYK percentages

%13.15
%8.37
%0
%1.57

Codes

Color #DAE6FB in popluar color models

DA E6 FB
RGB 218 230 251
HSL 218° 80.49% 91.96%
HSB/HSV 218° 13.15% 98.43%
CMYK 13.15% 8.37% 0.00%
1.57%

Color #DAE6FB in popluar number systems.

HEX DA E6 FB
Decimal 218 230 251
Binary 11011010 11100110 11111011
Octal 332 346 373

Shades and tints

Shades of #DAE6FB

#DAE6FB
(218,230,251)
#C7D2E5
(199,210,229)
#B4BECF
(180,190,207)
#A1AAB9
(161,170,185)
#8E96A3
(142,150,163)
#7B828D
(123,130,141)
#686E77
(104,110,119)
#555A61
(85,90,97)
#42464B
(66,70,75)
#2F3235
(47,50,53)
#1C1E1F
(28,30,31)
#000000
(0,0,0)

Tints of #DAE6FB

#DAE6FB
(218,230,251)
#DDE8FB
(221,232,251)
#E0EAFB
(224,234,251)
#E3ECFB
(227,236,251)
#E6EEFB
(230,238,251)
#E9F0FB
(233,240,251)
#ECF2FB
(236,242,251)
#EFF4FB
(239,244,251)
#F2F6FB
(242,246,251)
#F5F8FB
(245,248,251)
#F8FAFB
(248,250,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DAE6FB color. Also use rgb(218,230,251) instead hex code.

Text Font Color

.myTextColor { color: #DAE6FB; }

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

This text font color is #DAE6FB.

Background Color

.myBgColor { background-color: #DAE6FB; }

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

This div background color is #DAE6FB.

Border color

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

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

This div border color is #DAE6FB.

Opacity

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

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

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

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

This text has shadow with #DAE6FB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAE6FB.

Preview

Color preview on black background

This text has color #DAE6FB on black background.


Color preview on white background

This text has color #DAE6FB on white background.


Black color preview on #DAE6FB background

This text has black color on #DAE6FB background.


White color preview on #DAE6FB background

This text has white color on #DAE6FB background.


Related colors

Complementary color

Complementary color for #hex is #251904.


I love getcolorcode.com

Triadic colors

1 #FBDAE6 and #E6FBDA with #DAE6FB are triadic colors.

2 #FBE6DA and #E6DAFB with #DAE6FB are triadic colors.