COLOR #DAE2FC

HEX: #DAE2FC
RGB: (218,226,252)

Color info

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

RGB color model

#DAE2FC color RGB value is (218,226,252).

  • red value is 218;
  • green value is 226;
  • blue value is 252.
RGB:
(218,226,252)
(85%,89%,99%)

RGB channels and saturation

R 218 of 255 = 85%
G 226 of 255 = 89%
B 252 of 255 = 99%

218
226
252

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

Portions of RGB colors in percentages

R + G + B =
218 + 226 + 252 = 696 (100%)
R 218 of 696 ~ 31.32%
G 226 of 696 ~ 32.47%
B 252 of 696 ~ 36.21%

%31.32
%32.47
%36.21

CMYK color model

#DAE2FC color CMYK value is (13,10,0,1).

  • cyan value is 13.49%
  • magenta value is 10.32%
  • yellow value is 0.00%
  • key color value is 1.18%
CMYK:
(13,10,0,1)
C13M10Y0K1 
(13%,10%,0%,1%)
(0.13/0.10/0.00/0.01)	

CMYK percentages

%13.49
%10.32
%0
%1.18

Codes

Color #DAE2FC in popluar color models

DAE2FC
RGB218226252
HSL226°85.00%92.16%
HSB/HSV226°13.49%98.82%
CMYK13.49%10.32%0.00%
1.18%

Color #DAE2FC in popluar number systems.

HEXDAE2FC
Decimal218226252
Binary110110101110001011111100
Octal332342374

Shades and tints

Shades of #DAE2FC

#DAE2FC
(218,226,252)
#C7CEE6
(199,206,230)
#B4BAD0
(180,186,208)
#A1A6BA
(161,166,186)
#8E92A4
(142,146,164)
#7B7E8E
(123,126,142)
#686A78
(104,106,120)
#555662
(85,86,98)
#42424C
(66,66,76)
#2F2E36
(47,46,54)
#1C1A20
(28,26,32)
#000000
(0,0,0)

Tints of #DAE2FC

#DAE2FC
(218,226,252)
#DDE4FC
(221,228,252)
#E0E6FC
(224,230,252)
#E3E8FC
(227,232,252)
#E6EAFC
(230,234,252)
#E9ECFC
(233,236,252)
#ECEEFC
(236,238,252)
#EFF0FC
(239,240,252)
#F2F2FC
(242,242,252)
#F5F4FC
(245,244,252)
#F8F6FC
(248,246,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAE2FC; }

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

This text font color is #DAE2FC.


Background Color

.myBgColor { background-color: #DAE2FC; }

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

This div background color is #DAE2FC.


Border color

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

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

This div border color is #DAE2FC.


Opacity

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

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

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

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

This text has shadow with #DAE2FC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAE2FC on black background.


Color preview on white background

This text has color #DAE2FC on white background.



Black color preview on #DAE2FC background

This text has black color on #DAE2FC background.


White color preview on #DAE2FC background

This text has white color on #DAE2FC background.