COLOR #DAEBED

HEX: #DAEBED RGB: (218,235,237)

Color info

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

RGB color model

#DAEBED color RGB value is (218,235,237).

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

RGB channels and saturation

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

218
235
237

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

Portions of RGB colors in percentages

R + G + B = 218 + 235 + 237 = 690 (100%)
R 218 of 690 ~ 31.59%
G 235 of 690 ~ 34.06%
B 237 of 690 ~ 34.35'%

%31.59
%34.06
%34.35

CMYK color model

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

  • cyan value is 8.02%
  • magenta value is 0.84%
  • 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
%0.84
%0
%7.06

Codes

Color #DAEBED in popluar color models

DA EB ED
RGB 218 235 237
HSL 186° 34.55% 89.22%
HSB/HSV 186° 8.02% 92.94%
CMYK 8.02% 0.84% 0.00%
7.06%

Color #DAEBED in popluar number systems.

HEX DA EB ED
Decimal 218 235 237
Binary 11011010 11101011 11101101
Octal 332 353 355

Shades and tints

Shades of #DAEBED

#DAEBED
(218,235,237)
#C7D6D8
(199,214,216)
#B4C1C3
(180,193,195)
#A1ACAE
(161,172,174)
#8E9799
(142,151,153)
#7B8284
(123,130,132)
#686D6F
(104,109,111)
#55585A
(85,88,90)
#424345
(66,67,69)
#2F2E30
(47,46,48)
#1C191B
(28,25,27)
#000000
(0,0,0)

Tints of #DAEBED

#DAEBED
(218,235,237)
#DDECEE
(221,236,238)
#E0EDEF
(224,237,239)
#E3EEF0
(227,238,240)
#E6EFF1
(230,239,241)
#E9F0F2
(233,240,242)
#ECF1F3
(236,241,243)
#EFF2F4
(239,242,244)
#F2F3F5
(242,243,245)
#F5F4F6
(245,244,246)
#F8F5F7
(248,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAEBED; }

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

This text font color is #DAEBED.

Background Color

.myBgColor { background-color: #DAEBED; }

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

This div background color is #DAEBED.

Border color

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

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

This div border color is #DAEBED.

Opacity

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

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

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

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

This text has shadow with #DAEBED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAEBED.

Preview

Color preview on black background

This text has color #DAEBED on black background.


Color preview on white background

This text has color #DAEBED on white background.


Black color preview on #DAEBED background

This text has black color on #DAEBED background.


White color preview on #DAEBED background

This text has white color on #DAEBED background.


Related colors

Complementary color

Complementary color for #hex is #251412.


I love getcolorcode.com

Triadic colors

1 #EDDAEB and #EBEDDA with #DAEBED are triadic colors.

2 #EDEBDA and #EBDAED with #DAEBED are triadic colors.