COLOR #DAEDEA

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

218
237
234

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

Portions of RGB colors in percentages

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

%31.64
%34.4
%33.96

CMYK color model

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

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

CMYK percentages

%8.02
%0
%1.27
%7.06

Codes

Color #DAEDEA in popluar color models

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

Color #DAEDEA in popluar number systems.

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

Shades and tints

Shades of #DAEDEA

#DAEDEA
(218,237,234)
#C7D8D5
(199,216,213)
#B4C3C0
(180,195,192)
#A1AEAB
(161,174,171)
#8E9996
(142,153,150)
#7B8481
(123,132,129)
#686F6C
(104,111,108)
#555A57
(85,90,87)
#424542
(66,69,66)
#2F302D
(47,48,45)
#1C1B18
(28,27,24)
#000000
(0,0,0)

Tints of #DAEDEA

#DAEDEA
(218,237,234)
#DDEEEB
(221,238,235)
#E0EFEC
(224,239,236)
#E3F0ED
(227,240,237)
#E6F1EE
(230,241,238)
#E9F2EF
(233,242,239)
#ECF3F0
(236,243,240)
#EFF4F1
(239,244,241)
#F2F5F2
(242,245,242)
#F5F6F3
(245,246,243)
#F8F7F4
(248,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAEDEA; }

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

This text font color is #DAEDEA.

Background Color

.myBgColor { background-color: #DAEDEA; }

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

This div background color is #DAEDEA.

Border color

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

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

This div border color is #DAEDEA.

Opacity

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

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

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

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

This text has shadow with #DAEDEA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAEDEA.

Preview

Color preview on black background

This text has color #DAEDEA on black background.


Color preview on white background

This text has color #DAEDEA on white background.


Black color preview on #DAEDEA background

This text has black color on #DAEDEA background.


White color preview on #DAEDEA background

This text has white color on #DAEDEA background.


Related colors

Complementary color

Complementary color for #hex is #251215.


I love getcolorcode.com

Triadic colors

1 #EADAED and #EDEADA with #DAEDEA are triadic colors.

2 #EAEDDA and #EDDAEA with #DAEDEA are triadic colors.