COLOR #DAEFFB

HEX: #DAEFFB RGB: (218,239,251)

Color info

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

RGB color model

#DAEFFB color RGB value is (218,239,251).

RGB: (218,239,251) (85%, 94%, 98%)

RGB channels and saturation

R 218 of 255 = 85%
G 239 of 255 = 94%
B 251 of 255 = 98%

218
239
251

R + G + B ~ 92%. #DAEFFB is light color.

Portions of RGB colors in percentages

R + G + B = 218 + 239 + 251 = 708 (100%)
R 218 of 708 ~ 30.79%
G 239 of 708 ~ 33.76%
B 251 of 708 ~ 35.45'%

%30.79
%33.76
%35.45

CMYK color model

#DAEFFB color CMYK value is (13,5,0,2).

  • cyan value is 13.15%
  • magenta value is 4.78%
  • yellow value is 0.00%
  • key color value is 1.57%

CMYK: (13,5,0,2)
C13M5Y0K2 (13%, 5%, 0%, 2%)
(0.13 / 0.05 / 0.00 / 0.02)

CMYK percentages

%13.15
%4.78
%0
%1.57

Codes

Color #DAEFFB in popluar color models

DA EF FB
RGB 218 239 251
HSL 202° 80.49% 91.96%
HSB/HSV 202° 13.15% 98.43%
CMYK 13.15% 4.78% 0.00%
1.57%

Color #DAEFFB in popluar number systems.

HEX DA EF FB
Decimal 218 239 251
Binary 11011010 11101111 11111011
Octal 332 357 373

Shades and tints

Shades of #DAEFFB

#DAEFFB
(218,239,251)
#C7DAE5
(199,218,229)
#B4C5CF
(180,197,207)
#A1B0B9
(161,176,185)
#8E9BA3
(142,155,163)
#7B868D
(123,134,141)
#687177
(104,113,119)
#555C61
(85,92,97)
#42474B
(66,71,75)
#2F3235
(47,50,53)
#1C1D1F
(28,29,31)
#000000
(0,0,0)

Tints of #DAEFFB

#DAEFFB
(218,239,251)
#DDF0FB
(221,240,251)
#E0F1FB
(224,241,251)
#E3F2FB
(227,242,251)
#E6F3FB
(230,243,251)
#E9F4FB
(233,244,251)
#ECF5FB
(236,245,251)
#EFF6FB
(239,246,251)
#F2F7FB
(242,247,251)
#F5F8FB
(245,248,251)
#F8F9FB
(248,249,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAEFFB; }

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

This text font color is #DAEFFB.

Background Color

.myBgColor { background-color: #DAEFFB; }

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

This div background color is #DAEFFB.

Border color

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

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

This div border color is #DAEFFB.

Opacity

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

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

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

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

This text has shadow with #DAEFFB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAEFFB.

Preview

Color preview on black background

This text has color #DAEFFB on black background.


Color preview on white background

This text has color #DAEFFB on white background.


Black color preview on #DAEFFB background

This text has black color on #DAEFFB background.


White color preview on #DAEFFB background

This text has white color on #DAEFFB background.


Related colors

Complementary color

Complementary color for #hex is #251004.


I love getcolorcode.com

Triadic colors

1 #FBDAEF and #EFFBDA with #DAEFFB are triadic colors.

2 #FBEFDA and #EFDAFB with #DAEFFB are triadic colors.