COLOR #DAE5F2

HEX: #DAE5F2 RGB: (218,229,242)

Color info

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

RGB color model

#DAE5F2 color RGB value is (218,229,242).

RGB: (218,229,242) (85%, 90%, 95%)

RGB channels and saturation

R 218 of 255 = 85%
G 229 of 255 = 90%
B 242 of 255 = 95%

218
229
242

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

Portions of RGB colors in percentages

R + G + B = 218 + 229 + 242 = 689 (100%)
R 218 of 689 ~ 31.64%
G 229 of 689 ~ 33.24%
B 242 of 689 ~ 35.12'%

%31.64
%33.24
%35.12

CMYK color model

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

  • cyan value is 9.92%
  • magenta value is 5.37%
  • yellow value is 0.00%
  • key color value is 5.10%

CMYK: (10,5,0,5)
C10M5Y0K5 (10%, 5%, 0%, 5%)
(0.10 / 0.05 / 0.00 / 0.05)

CMYK percentages

%9.92
%5.37
%0
%5.1

Codes

Color #DAE5F2 in popluar color models

DA E5 F2
RGB 218 229 242
HSL 213° 48.00% 90.20%
HSB/HSV 213° 9.92% 94.90%
CMYK 9.92% 5.37% 0.00%
5.10%

Color #DAE5F2 in popluar number systems.

HEX DA E5 F2
Decimal 218 229 242
Binary 11011010 11100101 11110010
Octal 332 345 362

Shades and tints

Shades of #DAE5F2

#DAE5F2
(218,229,242)
#C7D1DC
(199,209,220)
#B4BDC6
(180,189,198)
#A1A9B0
(161,169,176)
#8E959A
(142,149,154)
#7B8184
(123,129,132)
#686D6E
(104,109,110)
#555958
(85,89,88)
#424542
(66,69,66)
#2F312C
(47,49,44)
#1C1D16
(28,29,22)
#000000
(0,0,0)

Tints of #DAE5F2

#DAE5F2
(218,229,242)
#DDE7F3
(221,231,243)
#E0E9F4
(224,233,244)
#E3EBF5
(227,235,245)
#E6EDF6
(230,237,246)
#E9EFF7
(233,239,247)
#ECF1F8
(236,241,248)
#EFF3F9
(239,243,249)
#F2F5FA
(242,245,250)
#F5F7FB
(245,247,251)
#F8F9FC
(248,249,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAE5F2; }

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

This text font color is #DAE5F2.

Background Color

.myBgColor { background-color: #DAE5F2; }

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

This div background color is #DAE5F2.

Border color

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

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

This div border color is #DAE5F2.

Opacity

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

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

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

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

This text has shadow with #DAE5F2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAE5F2.

Preview

Color preview on black background

This text has color #DAE5F2 on black background.


Color preview on white background

This text has color #DAE5F2 on white background.


Black color preview on #DAE5F2 background

This text has black color on #DAE5F2 background.


White color preview on #DAE5F2 background

This text has white color on #DAE5F2 background.


Related colors

Complementary color

Complementary color for #hex is #251A0D.


I love getcolorcode.com

Triadic colors

1 #F2DAE5 and #E5F2DA with #DAE5F2 are triadic colors.

2 #F2E5DA and #E5DAF2 with #DAE5F2 are triadic colors.