COLOR #DAEAED

HEX: #DAEAED RGB: (218,234,237)

Color info

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

RGB color model

#DAEAED color RGB value is (218,234,237).

RGB: (218,234,237) (85%, 92%, 93%)

RGB channels and saturation

R 218 of 255 = 85%
G 234 of 255 = 92%
B 237 of 255 = 93%

218
234
237

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

Portions of RGB colors in percentages

R + G + B = 218 + 234 + 237 = 689 (100%)
R 218 of 689 ~ 31.64%
G 234 of 689 ~ 33.96%
B 237 of 689 ~ 34.4'%

%31.64
%33.96
%34.4

CMYK color model

#DAEAED color CMYK value is (8,1,0,7).

  • cyan value is 8.02%
  • magenta value is 1.27%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK: (8,1,0,7) C8M1Y0K7 (8%,1%,0%,7%) (0.08/0.01/0.00/0.07) 

CMYK percentages

%8.02
%1.27
%0
%7.06

Codes

Color #DAEAED in popluar color models

DA EA ED
RGB 218 234 237
HSL 189° 34.55% 89.22%
HSB/HSV 189° 8.02% 92.94%
CMYK 8.02% 1.27% 0.00%
7.06%

Color #DAEAED in popluar number systems.

HEX DA EA ED
Decimal 218 234 237
Binary 11011010 11101010 11101101
Octal 332 352 355

Shades and tints

Shades of #DAEAED

#DAEAED
(218,234,237)
#C7D5D8
(199,213,216)
#B4C0C3
(180,192,195)
#A1ABAE
(161,171,174)
#8E9699
(142,150,153)
#7B8184
(123,129,132)
#686C6F
(104,108,111)
#55575A
(85,87,90)
#424245
(66,66,69)
#2F2D30
(47,45,48)
#1C181B
(28,24,27)
#000000
(0,0,0)

Tints of #DAEAED

#DAEAED
(218,234,237)
#DDEBEE
(221,235,238)
#E0ECEF
(224,236,239)
#E3EDF0
(227,237,240)
#E6EEF1
(230,238,241)
#E9EFF2
(233,239,242)
#ECF0F3
(236,240,243)
#EFF1F4
(239,241,244)
#F2F2F5
(242,242,245)
#F5F3F6
(245,243,246)
#F8F4F7
(248,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAEAED; }

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

This text font color is #DAEAED.

Background Color

.myBgColor { background-color: #DAEAED; }

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

This div background color is #DAEAED.

Border color

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

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

This div border color is #DAEAED.

Opacity

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

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

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

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

This text has shadow with #DAEAED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAEAED.

Preview

Color preview on black background

This text has color #DAEAED on black background.


Color preview on white background

This text has color #DAEAED on white background.


Black color preview on #DAEAED background

This text has black color on #DAEAED background.


White color preview on #DAEAED background

This text has white color on #DAEAED background.


Related colors

Complementary color

Complementary color for #hex is #251512.


I love getcolorcode.com

Triadic colors

1 #EDDAEA and #EAEDDA with #DAEAED are triadic colors.

2 #EDEADA and #EADAED with #DAEAED are triadic colors.