COLOR #DAEFFD

HEX: #DAEFFD
RGB: (218,239,253)

Color info

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

RGB color model

#DAEFFD color RGB value is (218,239,253).

  • red value is 218;
  • green value is 239;
  • blue value is 253.
RGB:
(218,239,253)
(85%,94%,99%)

RGB channels and saturation

R 218 of 255 = 85%
G 239 of 255 = 94%
B 253 of 255 = 99%

218
239
253

R + G + B ~ 93%. #DAEFFD is light color.

Portions of RGB colors in percentages

R + G + B =
218 + 239 + 253 = 710 (100%)
R 218 of 710 ~ 30.7%
G 239 of 710 ~ 33.66%
B 253 of 710 ~ 35.63%

%30.7
%33.66
%35.63

CMYK color model

#DAEFFD color CMYK value is (14,6,0,1).

  • cyan value is 13.83%
  • magenta value is 5.53%
  • yellow value is 0.00%
  • key color value is 0.78%
CMYK:
(14,6,0,1)
C14M6Y0K1 
(14%,6%,0%,1%)
(0.14/0.06/0.00/0.01)	

CMYK percentages

%13.83
%5.53
%0
%0.78

Codes

Color #DAEFFD in popluar color models

DAEFFD
RGB218239253
HSL204°89.74%92.35%
HSB/HSV204°13.83%99.22%
CMYK13.83%5.53%0.00%
0.78%

Color #DAEFFD in popluar number systems.

HEXDAEFFD
Decimal218239253
Binary110110101110111111111101
Octal332357375

Shades and tints

Shades of #DAEFFD

#DAEFFD
(218,239,253)
#C7DAE6
(199,218,230)
#B4C5CF
(180,197,207)
#A1B0B8
(161,176,184)
#8E9BA1
(142,155,161)
#7B868A
(123,134,138)
#687173
(104,113,115)
#555C5C
(85,92,92)
#424745
(66,71,69)
#2F322E
(47,50,46)
#1C1D17
(28,29,23)
#000000
(0,0,0)

Tints of #DAEFFD

#DAEFFD
(218,239,253)
#DDF0FD
(221,240,253)
#E0F1FD
(224,241,253)
#E3F2FD
(227,242,253)
#E6F3FD
(230,243,253)
#E9F4FD
(233,244,253)
#ECF5FD
(236,245,253)
#EFF6FD
(239,246,253)
#F2F7FD
(242,247,253)
#F5F8FD
(245,248,253)
#F8F9FD
(248,249,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAEFFD; }

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

This text font color is #DAEFFD.


Background Color

.myBgColor { background-color: #DAEFFD; }

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

This div background color is #DAEFFD.


Border color

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

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

This div border color is #DAEFFD.


Opacity

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

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

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

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

This text has shadow with #DAEFFD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAEFFD on black background.


Color preview on white background

This text has color #DAEFFD on white background.



Black color preview on #DAEFFD background

This text has black color on #DAEFFD background.


White color preview on #DAEFFD background

This text has white color on #DAEFFD background.