COLOR #DAE2FE

HEX: #DAE2FE RGB: (218,226,254)

Color info

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

RGB color model

#DAE2FE color RGB value is (218,226,254).

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

RGB channels and saturation

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

218
226
254

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

Portions of RGB colors in percentages

R + G + B = 218 + 226 + 254 = 698 (100%)
R 218 of 698 ~ 31.23%
G 226 of 698 ~ 32.38%
B 254 of 698 ~ 36.39'%

%31.23
%32.38
%36.39

CMYK color model

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

  • cyan value is 14.17%
  • magenta value is 11.02%
  • 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
%11.02
%0
%0.39

Codes

Color #DAE2FE in popluar color models

DA E2 FE
RGB 218 226 254
HSL 227° 94.74% 92.55%
HSB/HSV 227° 14.17% 99.61%
CMYK 14.17% 11.02% 0.00%
0.39%

Color #DAE2FE in popluar number systems.

HEX DA E2 FE
Decimal 218 226 254
Binary 11011010 11100010 11111110
Octal 332 342 376

Shades and tints

Shades of #DAE2FE

#DAE2FE
(218,226,254)
#C7CEE7
(199,206,231)
#B4BAD0
(180,186,208)
#A1A6B9
(161,166,185)
#8E92A2
(142,146,162)
#7B7E8B
(123,126,139)
#686A74
(104,106,116)
#55565D
(85,86,93)
#424246
(66,66,70)
#2F2E2F
(47,46,47)
#1C1A18
(28,26,24)
#000000
(0,0,0)

Tints of #DAE2FE

#DAE2FE
(218,226,254)
#DDE4FE
(221,228,254)
#E0E6FE
(224,230,254)
#E3E8FE
(227,232,254)
#E6EAFE
(230,234,254)
#E9ECFE
(233,236,254)
#ECEEFE
(236,238,254)
#EFF0FE
(239,240,254)
#F2F2FE
(242,242,254)
#F5F4FE
(245,244,254)
#F8F6FE
(248,246,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAE2FE; }

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

This text font color is #DAE2FE.

Background Color

.myBgColor { background-color: #DAE2FE; }

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

This div background color is #DAE2FE.

Border color

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

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

This div border color is #DAE2FE.

Opacity

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

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

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

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

This text has shadow with #DAE2FE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAE2FE.

Preview

Color preview on black background

This text has color #DAE2FE on black background.


Color preview on white background

This text has color #DAE2FE on white background.


Black color preview on #DAE2FE background

This text has black color on #DAE2FE background.


White color preview on #DAE2FE background

This text has white color on #DAE2FE background.


Related colors

Complementary color

Complementary color for #hex is #251D01.


I love getcolorcode.com

Triadic colors

1 #FEDAE2 and #E2FEDA with #DAE2FE are triadic colors.

2 #FEE2DA and #E2DAFE with #DAE2FE are triadic colors.