COLOR #DAEDEB

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

218
237
235

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

Portions of RGB colors in percentages

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

%31.59
%34.35
%34.06

CMYK color model

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

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

Codes

Color #DAEDEB in popluar color models

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

Color #DAEDEB in popluar number systems.

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

Shades and tints

Shades of #DAEDEB

#DAEDEB
(218,237,235)
#C7D8D6
(199,216,214)
#B4C3C1
(180,195,193)
#A1AEAC
(161,174,172)
#8E9997
(142,153,151)
#7B8482
(123,132,130)
#686F6D
(104,111,109)
#555A58
(85,90,88)
#424543
(66,69,67)
#2F302E
(47,48,46)
#1C1B19
(28,27,25)
#000000
(0,0,0)

Tints of #DAEDEB

#DAEDEB
(218,237,235)
#DDEEEC
(221,238,236)
#E0EFED
(224,239,237)
#E3F0EE
(227,240,238)
#E6F1EF
(230,241,239)
#E9F2F0
(233,242,240)
#ECF3F1
(236,243,241)
#EFF4F2
(239,244,242)
#F2F5F3
(242,245,243)
#F5F6F4
(245,246,244)
#F8F7F5
(248,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAEDEB; }

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

This text font color is #DAEDEB.

Background Color

.myBgColor { background-color: #DAEDEB; }

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

This div background color is #DAEDEB.

Border color

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

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

This div border color is #DAEDEB.

Opacity

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

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

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

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

This text has shadow with #DAEDEB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAEDEB.

Preview

Color preview on black background

This text has color #DAEDEB on black background.


Color preview on white background

This text has color #DAEDEB on white background.


Black color preview on #DAEDEB background

This text has black color on #DAEDEB background.


White color preview on #DAEDEB background

This text has white color on #DAEDEB background.


Related colors

Complementary color

Complementary color for #hex is #251214.


I love getcolorcode.com

Triadic colors

1 #EBDAED and #EDEBDA with #DAEDEB are triadic colors.

2 #EBEDDA and #EDDAEB with #DAEDEB are triadic colors.