COLOR #DAE3FE

HEX: #DAE3FE RGB: (218,227,254)

Color info

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

RGB color model

#DAE3FE color RGB value is (218,227,254).

RGB: (218,227,254) (85%, 89%, 100%)

RGB channels and saturation

R 218 of 255 = 85%
G 227 of 255 = 89%
B 254 of 255 = 100%

218
227
254

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

Portions of RGB colors in percentages

R + G + B = 218 + 227 + 254 = 699 (100%)
R 218 of 699 ~ 31.19%
G 227 of 699 ~ 32.47%
B 254 of 699 ~ 36.34'%

%31.19
%32.47
%36.34

CMYK color model

#DAE3FE color CMYK value is (14,11,0,0).

  • cyan value is 14.17%
  • magenta value is 10.63%
  • yellow value is 0.00%
  • key color value is 0.39%
CMYK: (14,11,0,0) C14M11Y0K0 (14%,11%,0%,0%) (0.14/0.11/0.00/0.00) 

CMYK percentages

%14.17
%10.63
%0
%0.39

Codes

Color #DAE3FE in popluar color models

DA E3 FE
RGB 218 227 254
HSL 225° 94.74% 92.55%
HSB/HSV 225° 14.17% 99.61%
CMYK 14.17% 10.63% 0.00%
0.39%

Color #DAE3FE in popluar number systems.

HEX DA E3 FE
Decimal 218 227 254
Binary 11011010 11100011 11111110
Octal 332 343 376

Shades and tints

Shades of #DAE3FE

#DAE3FE
(218,227,254)
#C7CFE7
(199,207,231)
#B4BBD0
(180,187,208)
#A1A7B9
(161,167,185)
#8E93A2
(142,147,162)
#7B7F8B
(123,127,139)
#686B74
(104,107,116)
#55575D
(85,87,93)
#424346
(66,67,70)
#2F2F2F
(47,47,47)
#1C1B18
(28,27,24)
#000000
(0,0,0)

Tints of #DAE3FE

#DAE3FE
(218,227,254)
#DDE5FE
(221,229,254)
#E0E7FE
(224,231,254)
#E3E9FE
(227,233,254)
#E6EBFE
(230,235,254)
#E9EDFE
(233,237,254)
#ECEFFE
(236,239,254)
#EFF1FE
(239,241,254)
#F2F3FE
(242,243,254)
#F5F5FE
(245,245,254)
#F8F7FE
(248,247,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DAE3FE color. Also use rgb(218,227,254) instead hex code.

Text Font Color

.myTextColor { color: #DAE3FE; }

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

This text font color is #DAE3FE.

Background Color

.myBgColor { background-color: #DAE3FE; }

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

This div background color is #DAE3FE.

Border color

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

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

This div border color is #DAE3FE.

Opacity

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

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

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

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

This text has shadow with #DAE3FE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAE3FE.

Preview

Color preview on black background

This text has color #DAE3FE on black background.


Color preview on white background

This text has color #DAE3FE on white background.


Black color preview on #DAE3FE background

This text has black color on #DAE3FE background.


White color preview on #DAE3FE background

This text has white color on #DAE3FE background.


Related colors

Complementary color

Complementary color for #hex is #251C01.


I love getcolorcode.com

Triadic colors

1 #FEDAE3 and #E3FEDA with #DAE3FE are triadic colors.

2 #FEE3DA and #E3DAFE with #DAE3FE are triadic colors.