COLOR #DAE4F2

HEX: #DAE4F2
RGB: (218,228,242)

Color info

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

RGB color model

#DAE4F2 color RGB value is (218,228,242).

  • red value is 218;
  • green value is 228;
  • blue value is 242.
RGB:
(218,228,242)
(85%,89%,95%)

RGB channels and saturation

R 218 of 255 = 85%
G 228 of 255 = 89%
B 242 of 255 = 95%

218
228
242

R + G + B ~ 90%. #DAE4F2 is light color.

Portions of RGB colors in percentages

R + G + B =
218 + 228 + 242 = 688 (100%)
R 218 of 688 ~ 31.69%
G 228 of 688 ~ 33.14%
B 242 of 688 ~ 35.17%

%31.69
%33.14
%35.17

CMYK color model

#DAE4F2 color CMYK value is (10,6,0,5).

  • cyan value is 9.92%
  • magenta value is 5.79%
  • yellow value is 0.00%
  • key color value is 5.10%
CMYK:
(10,6,0,5)
C10M6Y0K5 
(10%,6%,0%,5%)
(0.10/0.06/0.00/0.05)	

CMYK percentages

%9.92
%5.79
%0
%5.1

Codes

Color #DAE4F2 in popluar color models

DAE4F2
RGB218228242
HSL215°48.00%90.20%
HSB/HSV215°9.92%94.90%
CMYK9.92%5.79%0.00%
5.10%

Color #DAE4F2 in popluar number systems.

HEXDAE4F2
Decimal218228242
Binary110110101110010011110010
Octal332344362

Shades and tints

Shades of #DAE4F2

#DAE4F2
(218,228,242)
#C7D0DC
(199,208,220)
#B4BCC6
(180,188,198)
#A1A8B0
(161,168,176)
#8E949A
(142,148,154)
#7B8084
(123,128,132)
#686C6E
(104,108,110)
#555858
(85,88,88)
#424442
(66,68,66)
#2F302C
(47,48,44)
#1C1C16
(28,28,22)
#000000
(0,0,0)

Tints of #DAE4F2

#DAE4F2
(218,228,242)
#DDE6F3
(221,230,243)
#E0E8F4
(224,232,244)
#E3EAF5
(227,234,245)
#E6ECF6
(230,236,246)
#E9EEF7
(233,238,247)
#ECF0F8
(236,240,248)
#EFF2F9
(239,242,249)
#F2F4FA
(242,244,250)
#F5F6FB
(245,246,251)
#F8F8FC
(248,248,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DAE4F2 color. Also use rgb(218,228,242) instead hex code.

Text Font Color

.myTextColor { color: #DAE4F2; }

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

This text font color is #DAE4F2.


Background Color

.myBgColor { background-color: #DAE4F2; }

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

This div background color is #DAE4F2.


Border color

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

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

This div border color is #DAE4F2.


Opacity

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

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

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

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

This text has shadow with #DAE4F2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAE4F2 on black background.


Color preview on white background

This text has color #DAE4F2 on white background.



Black color preview on #DAE4F2 background

This text has black color on #DAE4F2 background.


White color preview on #DAE4F2 background

This text has white color on #DAE4F2 background.