COLOR #DAEAFA

HEX: #DAEAFA RGB: (218,234,250)

Color info

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

RGB color model

#DAEAFA color RGB value is (218,234,250).

RGB: (218,234,250) (85%, 92%, 98%)

RGB channels and saturation

R 218 of 255 = 85%
G 234 of 255 = 92%
B 250 of 255 = 98%

218
234
250

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

Portions of RGB colors in percentages

R + G + B = 218 + 234 + 250 = 702 (100%)
R 218 of 702 ~ 31.05%
G 234 of 702 ~ 33.33%
B 250 of 702 ~ 35.61'%

%31.05
%33.33
%35.61

CMYK color model

#DAEAFA color CMYK value is (13,6,0,2).

  • cyan value is 12.80%
  • magenta value is 6.40%
  • yellow value is 0.00%
  • key color value is 1.96%

CMYK: (13,6,0,2)
C13M6Y0K2 (13%, 6%, 0%, 2%)
(0.13 / 0.06 / 0.00 / 0.02)

CMYK percentages

%12.8
%6.4
%0
%1.96

Codes

Color #DAEAFA in popluar color models

DA EA FA
RGB 218 234 250
HSL 210° 76.19% 91.76%
HSB/HSV 210° 12.80% 98.04%
CMYK 12.80% 6.40% 0.00%
1.96%

Color #DAEAFA in popluar number systems.

HEX DA EA FA
Decimal 218 234 250
Binary 11011010 11101010 11111010
Octal 332 352 372

Shades and tints

Shades of #DAEAFA

#DAEAFA
(218,234,250)
#C7D5E4
(199,213,228)
#B4C0CE
(180,192,206)
#A1ABB8
(161,171,184)
#8E96A2
(142,150,162)
#7B818C
(123,129,140)
#686C76
(104,108,118)
#555760
(85,87,96)
#42424A
(66,66,74)
#2F2D34
(47,45,52)
#1C181E
(28,24,30)
#000000
(0,0,0)

Tints of #DAEAFA

#DAEAFA
(218,234,250)
#DDEBFA
(221,235,250)
#E0ECFA
(224,236,250)
#E3EDFA
(227,237,250)
#E6EEFA
(230,238,250)
#E9EFFA
(233,239,250)
#ECF0FA
(236,240,250)
#EFF1FA
(239,241,250)
#F2F2FA
(242,242,250)
#F5F3FA
(245,243,250)
#F8F4FA
(248,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DAEAFA color. Also use rgb(218,234,250) instead hex code.

Text Font Color

.myTextColor { color: #DAEAFA; }

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

This text font color is #DAEAFA.

Background Color

.myBgColor { background-color: #DAEAFA; }

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

This div background color is #DAEAFA.

Border color

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

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

This div border color is #DAEAFA.

Opacity

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

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

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

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

This text has shadow with #DAEAFA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAEAFA.

Preview

Color preview on black background

This text has color #DAEAFA on black background.


Color preview on white background

This text has color #DAEAFA on white background.


Black color preview on #DAEAFA background

This text has black color on #DAEAFA background.


White color preview on #DAEAFA background

This text has white color on #DAEAFA background.


Related colors

Complementary color

Complementary color for #hex is #251505.


I love getcolorcode.com

Triadic colors

1 #FADAEA and #EAFADA with #DAEAFA are triadic colors.

2 #FAEADA and #EADAFA with #DAEAFA are triadic colors.