COLOR #DAE2E1

HEX: #DAE2E1 RGB: (218,226,225)

Color info

#DAE2E1 contains red, green and blue colors in about the same proportion. Web safe color of #DAE2E1 is #CCCCCC (or #CCC).

RGB color model

#DAE2E1 color RGB value is (218,226,225).

RGB: (218,226,225) (85%, 89%, 88%)

RGB channels and saturation

R 218 of 255 = 85%
G 226 of 255 = 89%
B 225 of 255 = 88%

218
226
225

R + G + B ~ 87%. #DAE2E1 is light color.

Portions of RGB colors in percentages

R + G + B = 218 + 226 + 225 = 669 (100%)
R 218 of 669 ~ 32.59%
G 226 of 669 ~ 33.78%
B 225 of 669 ~ 33.63'%

%32.59
%33.78
%33.63

CMYK color model

#DAE2E1 color CMYK value is (4,0,0,11).

  • cyan value is 3.54%
  • magenta value is 0.00%
  • yellow value is 0.44%
  • key color value is 11.37%

CMYK: (4,0,0,11)
C4M0Y0K11 (4%, 0%, 0%, 11%)
(0.04 / 0.00 / 0.00 / 0.11)

CMYK percentages

%3.54
%0
%0.44
%11.37

Codes

Color #DAE2E1 in popluar color models

DA E2 E1
RGB 218 226 225
HSL 173° 12.12% 87.06%
HSB/HSV 173° 3.54% 88.63%
CMYK 3.54% 0.00% 0.44%
11.37%

Color #DAE2E1 in popluar number systems.

HEX DA E2 E1
Decimal 218 226 225
Binary 11011010 11100010 11100001
Octal 332 342 341

Shades and tints

Shades of #DAE2E1

#DAE2E1
(218,226,225)
#C7CECD
(199,206,205)
#B4BAB9
(180,186,185)
#A1A6A5
(161,166,165)
#8E9291
(142,146,145)
#7B7E7D
(123,126,125)
#686A69
(104,106,105)
#555655
(85,86,85)
#424241
(66,66,65)
#2F2E2D
(47,46,45)
#1C1A19
(28,26,25)
#000000
(0,0,0)

Tints of #DAE2E1

#DAE2E1
(218,226,225)
#DDE4E3
(221,228,227)
#E0E6E5
(224,230,229)
#E3E8E7
(227,232,231)
#E6EAE9
(230,234,233)
#E9ECEB
(233,236,235)
#ECEEED
(236,238,237)
#EFF0EF
(239,240,239)
#F2F2F1
(242,242,241)
#F5F4F3
(245,244,243)
#F8F6F5
(248,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAE2E1; }

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

This text font color is #DAE2E1.

Background Color

.myBgColor { background-color: #DAE2E1; }

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

This div background color is #DAE2E1.

Border color

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

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

This div border color is #DAE2E1.

Opacity

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

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

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

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

This text has shadow with #DAE2E1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAE2E1.

Preview

Color preview on black background

This text has color #DAE2E1 on black background.


Color preview on white background

This text has color #DAE2E1 on white background.


Black color preview on #DAE2E1 background

This text has black color on #DAE2E1 background.


White color preview on #DAE2E1 background

This text has white color on #DAE2E1 background.


Related colors

Complementary color

Complementary color for #hex is #251D1E.


I love getcolorcode.com

Triadic colors

1 #E1DAE2 and #E2E1DA with #DAE2E1 are triadic colors.

2 #E1E2DA and #E2DAE1 with #DAE2E1 are triadic colors.