COLOR #DAEFF0

HEX: #DAEFF0 RGB: (218,239,240)

Color info

#DAEFF0 contains red, green and blue colors in about the same proportion. Web safe color of #DAEFF0 is #CCFFFF (or #CFF).

RGB color model

#DAEFF0 color RGB value is (218,239,240).

RGB: (218,239,240) (85%, 94%, 94%)

RGB channels and saturation

R 218 of 255 = 85%
G 239 of 255 = 94%
B 240 of 255 = 94%

218
239
240

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

Portions of RGB colors in percentages

R + G + B = 218 + 239 + 240 = 697 (100%)
R 218 of 697 ~ 31.28%
G 239 of 697 ~ 34.29%
B 240 of 697 ~ 34.43'%

%31.28
%34.29
%34.43

CMYK color model

#DAEFF0 color CMYK value is (9,0,0,6).

  • cyan value is 9.17%
  • magenta value is 0.42%
  • yellow value is 0.00%
  • key color value is 5.88%

CMYK: (9,0,0,6)
C9M0Y0K6 (9%, 0%, 0%, 6%)
(0.09 / 0.00 / 0.00 / 0.06)

CMYK percentages

%9.17
%0.42
%0
%5.88

Codes

Color #DAEFF0 in popluar color models

DA EF F0
RGB 218 239 240
HSL 183° 42.31% 89.80%
HSB/HSV 183° 9.17% 94.12%
CMYK 9.17% 0.42% 0.00%
5.88%

Color #DAEFF0 in popluar number systems.

HEX DA EF F0
Decimal 218 239 240
Binary 11011010 11101111 11110000
Octal 332 357 360

Shades and tints

Shades of #DAEFF0

#DAEFF0
(218,239,240)
#C7DADB
(199,218,219)
#B4C5C6
(180,197,198)
#A1B0B1
(161,176,177)
#8E9B9C
(142,155,156)
#7B8687
(123,134,135)
#687172
(104,113,114)
#555C5D
(85,92,93)
#424748
(66,71,72)
#2F3233
(47,50,51)
#1C1D1E
(28,29,30)
#000000
(0,0,0)

Tints of #DAEFF0

#DAEFF0
(218,239,240)
#DDF0F1
(221,240,241)
#E0F1F2
(224,241,242)
#E3F2F3
(227,242,243)
#E6F3F4
(230,243,244)
#E9F4F5
(233,244,245)
#ECF5F6
(236,245,246)
#EFF6F7
(239,246,247)
#F2F7F8
(242,247,248)
#F5F8F9
(245,248,249)
#F8F9FA
(248,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DAEFF0 color. Also use rgb(218,239,240) instead hex code.

Text Font Color

.myTextColor { color: #DAEFF0; }

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

This text font color is #DAEFF0.

Background Color

.myBgColor { background-color: #DAEFF0; }

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

This div background color is #DAEFF0.

Border color

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

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

This div border color is #DAEFF0.

Opacity

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

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

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

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

This text has shadow with #DAEFF0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAEFF0.

Preview

Color preview on black background

This text has color #DAEFF0 on black background.


Color preview on white background

This text has color #DAEFF0 on white background.


Black color preview on #DAEFF0 background

This text has black color on #DAEFF0 background.


White color preview on #DAEFF0 background

This text has white color on #DAEFF0 background.


Related colors

Complementary color

Complementary color for #hex is #25100F.


I love getcolorcode.com

Triadic colors

1 #F0DAEF and #EFF0DA with #DAEFF0 are triadic colors.

2 #F0EFDA and #EFDAF0 with #DAEFF0 are triadic colors.