COLOR #DAE1EB

HEX: #DAE1EB RGB: (218,225,235)

Color info

#DAE1EB contains red, green and blue colors in about the same proportion. Web safe color of #DAE1EB is #CCCCFF (or #CCF).

RGB color model

#DAE1EB color RGB value is (218,225,235).

RGB: (218,225,235) (85%, 88%, 92%)

RGB channels and saturation

R 218 of 255 = 85%
G 225 of 255 = 88%
B 235 of 255 = 92%

218
225
235

R + G + B ~ 88%. #DAE1EB is light color.

Portions of RGB colors in percentages

R + G + B = 218 + 225 + 235 = 678 (100%)
R 218 of 678 ~ 32.15%
G 225 of 678 ~ 33.19%
B 235 of 678 ~ 34.66'%

%32.15
%33.19
%34.66

CMYK color model

#DAE1EB color CMYK value is (7,4,0,8).

  • cyan value is 7.23%
  • magenta value is 4.26%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK: (7,4,0,8) C7M4Y0K8 (7%,4%,0%,8%) (0.07/0.04/0.00/0.08) 

CMYK percentages

%7.23
%4.26
%0
%7.84

Codes

Color #DAE1EB in popluar color models

DA E1 EB
RGB 218 225 235
HSL 215° 29.82% 88.82%
HSB/HSV 215° 7.23% 92.16%
CMYK 7.23% 4.26% 0.00%
7.84%

Color #DAE1EB in popluar number systems.

HEX DA E1 EB
Decimal 218 225 235
Binary 11011010 11100001 11101011
Octal 332 341 353

Shades and tints

Shades of #DAE1EB

#DAE1EB
(218,225,235)
#C7CDD6
(199,205,214)
#B4B9C1
(180,185,193)
#A1A5AC
(161,165,172)
#8E9197
(142,145,151)
#7B7D82
(123,125,130)
#68696D
(104,105,109)
#555558
(85,85,88)
#424143
(66,65,67)
#2F2D2E
(47,45,46)
#1C1919
(28,25,25)
#000000
(0,0,0)

Tints of #DAE1EB

#DAE1EB
(218,225,235)
#DDE3EC
(221,227,236)
#E0E5ED
(224,229,237)
#E3E7EE
(227,231,238)
#E6E9EF
(230,233,239)
#E9EBF0
(233,235,240)
#ECEDF1
(236,237,241)
#EFEFF2
(239,239,242)
#F2F1F3
(242,241,243)
#F5F3F4
(245,243,244)
#F8F5F5
(248,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAE1EB; }

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

This text font color is #DAE1EB.

Background Color

.myBgColor { background-color: #DAE1EB; }

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

This div background color is #DAE1EB.

Border color

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

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

This div border color is #DAE1EB.

Opacity

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

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

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

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

This text has shadow with #DAE1EB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAE1EB.

Preview

Color preview on black background

This text has color #DAE1EB on black background.


Color preview on white background

This text has color #DAE1EB on white background.


Black color preview on #DAE1EB background

This text has black color on #DAE1EB background.


White color preview on #DAE1EB background

This text has white color on #DAE1EB background.


Related colors

Complementary color

Complementary color for #hex is #251E14.


I love getcolorcode.com

Triadic colors

1 #EBDAE1 and #E1EBDA with #DAE1EB are triadic colors.

2 #EBE1DA and #E1DAEB with #DAE1EB are triadic colors.