COLOR #DAE3F2

HEX: #DAE3F2 RGB: (218,227,242)

Color info

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

RGB color model

#DAE3F2 color RGB value is (218,227,242).

RGB: (218,227,242) (85%, 89%, 95%)

RGB channels and saturation

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

218
227
242

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

Portions of RGB colors in percentages

R + G + B = 218 + 227 + 242 = 687 (100%)
R 218 of 687 ~ 31.73%
G 227 of 687 ~ 33.04%
B 242 of 687 ~ 35.23'%

%31.73
%33.04
%35.23

CMYK color model

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

  • cyan value is 9.92%
  • magenta value is 6.20%
  • 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
%6.2
%0
%5.1

Codes

Color #DAE3F2 in popluar color models

DA E3 F2
RGB 218 227 242
HSL 218° 48.00% 90.20%
HSB/HSV 218° 9.92% 94.90%
CMYK 9.92% 6.20% 0.00%
5.10%

Color #DAE3F2 in popluar number systems.

HEX DA E3 F2
Decimal 218 227 242
Binary 11011010 11100011 11110010
Octal 332 343 362

Shades and tints

Shades of #DAE3F2

#DAE3F2
(218,227,242)
#C7CFDC
(199,207,220)
#B4BBC6
(180,187,198)
#A1A7B0
(161,167,176)
#8E939A
(142,147,154)
#7B7F84
(123,127,132)
#686B6E
(104,107,110)
#555758
(85,87,88)
#424342
(66,67,66)
#2F2F2C
(47,47,44)
#1C1B16
(28,27,22)
#000000
(0,0,0)

Tints of #DAE3F2

#DAE3F2
(218,227,242)
#DDE5F3
(221,229,243)
#E0E7F4
(224,231,244)
#E3E9F5
(227,233,245)
#E6EBF6
(230,235,246)
#E9EDF7
(233,237,247)
#ECEFF8
(236,239,248)
#EFF1F9
(239,241,249)
#F2F3FA
(242,243,250)
#F5F5FB
(245,245,251)
#F8F7FC
(248,247,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAE3F2; }

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

This text font color is #DAE3F2.

Background Color

.myBgColor { background-color: #DAE3F2; }

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

This div background color is #DAE3F2.

Border color

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

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

This div border color is #DAE3F2.

Opacity

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

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

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

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

This text has shadow with #DAE3F2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAE3F2.

Preview

Color preview on black background

This text has color #DAE3F2 on black background.


Color preview on white background

This text has color #DAE3F2 on white background.


Black color preview on #DAE3F2 background

This text has black color on #DAE3F2 background.


White color preview on #DAE3F2 background

This text has white color on #DAE3F2 background.


Related colors

Complementary color

Complementary color for #hex is #251C0D.


I love getcolorcode.com

Triadic colors

1 #F2DAE3 and #E3F2DA with #DAE3F2 are triadic colors.

2 #F2E3DA and #E3DAF2 with #DAE3F2 are triadic colors.